bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

redirection error

(10 posts)
  • Started 1 year ago by DonHarry
  • Latest reply from so1o
  • This topic is not a support question
  1. 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/

    Posted 1 year ago #
  2. 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:

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

    Posted 1 year ago #
  3. I just installed today, so it should be the latest version. but i'll try what they r saying in the other post.

    Posted 1 year ago #
  4. DonHarry

    go to config.php
    add this $bb->debug = 1;

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

    Posted 1 year ago #
  5. did it, but even with the given informations I can't solve the problem. think it is one of my filled in data.

    Posted 1 year ago #
  6. 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.

    Posted 1 year ago #
  7. 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 = '/';

    Posted 1 year ago #
  8. 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! :)

    Posted 1 year ago #
  9. 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

    Posted 1 year ago #
  10. just like it says.. you are missing your profile-edit.php

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.