Forums

Join
bbPress Support ForumsInstallation*sigh* installation error

Info

*sigh* installation error

  1. Figures, I'd go to try something new and I screw it up. I assume I did something wrong here, because when I go to install.php, I get the following error:
    Fatal error: Call to undefined function: __() in …/www/html/forums/bb-includes/capabilities.php on line 27

  2. if you comment out the line near the bottom for loading both wp and bb, it will fix this error... I have the same issue (plus other as detailed in another post)

    Mr Papa

  3. If you define('WP_BB', true);, you still have to call the WordPress script yourself.

    put require_once('../wp-config.php'); (or whatever the right path is) in bbPress' config.php.

  4. Thanks guys. :)

  5. I have had the same problem, but when i added the requireonce line. It could'nd find my path, and i'm sure it is the correct path with the proper permision.

    Here is the error:

    "Warning: main(PATHTO/wp-config.php) [function.main]: failed to open stream: No such file or directory in /SERVERPATHTO/forum/config.php on line XX

    Fatal error: main() [function.require]: Failed opening required 'PATHTO/wp-config.php' (include_path='.:') in /SERVERPATHTO/forum/config.php on line XX"

  6. GOT IT, GOT IT,
    for some reason, it would'nt take my relitive path, it needs the FULL absalout path.

  7. You must log in to post.