Skip to:
Content
Pages
Categories
Search
Top
Bottom

redirection error

  • @donharry

    Member

    I just completed the installation, looks like it were working but nothing exept for the login, the posting itself and the registration is working. so can’t read the posts – but write them. config should be ok, .htaccess for pretty permalinks doesn’t work both ways and even without pretty permalinks it doesn’t work. help, please! :)

    http://videos.superheldenclub.de/community/

Viewing 9 replies - 1 through 9 (of 9 total)
  • @chrishajer

    Participant

    What version is installed? This problem has come up a couple times before, and I thought it was fixed in the latest .75 version, at least.

    If you’re not using .75, I would start there. Here are some forum posts that dealt with the redirect issue before .75 came out:

    https://bbpress.org/forums/topic/531?replies=20#post-3050

    @donharry

    Member

    I just installed today, so it should be the latest version. but i’ll try what they r saying in the other post.

    @so1o

    Participant

    DonHarry

    go to config.php

    add this $bb->debug = 1;

    and then let us know.. we’ll try to debug this problem..

    @donharry

    Member

    did it, but even with the given informations I can’t solve the problem. think it is one of my filled in data.

    @chrishajer

    Participant

    DonHarry – what was the debug information? Maybe someone else can help? I see your server is Apache 2.2.3 and the PHP version is 5.2.0. I don’t think any of the earlier solutions will apply, especially if you are using the latest 0.75 version.

    Maybe you can post your config.php with the tasty portions replaced with xxx (be careful not to change any quotations, slashes or semicolons). Maybe you have a problem there.

    @so1o

    Participant

    the problem is your config.php

    it should be

    $bb->domain = 'http://videos.superheldenclub.de';

    $bb->path = '/community/';

    and not

    $bb->domain = 'http://videos.superheldenclub.de/community';

    $bb->path = '/';

    @donharry

    Member

    thank you guys! I knew there was something wrong with my details, but I didn’t catch it – my fault, should have read everything more specificly. thank you very much! :)

    @donharry

    Member

    now it works, but there is another problem while trying to edit the profile

    Warning: require(profile-edit.php) [function.require]: failed to open stream: No such file or directory in /www/htdocs/w0056475/superheldenclub/videos/community/profile.php on line 20

    Fatal error: require() [function.require]: Failed opening required ‘profile-edit.php’ (include_path=’.:/usr/share/php:..’) in /www/htdocs/w0056475/superheldenclub/videos/community/profile.php on line 20

    @so1o

    Participant

    just like it says.. you are missing your profile-edit.php

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar