Forums

Join
bbPress Support ForumsInstallationIntegration with WP - no input file specified

Info

Integration with WP - no input file specified

  1. Hello

    I had WP working. Then I installed bbpress into WP as a sub directory of WP.
    ie. /wp/bbpress
    I filled out the config.php file. But I get the following error:

    Parse error: syntax error, unexpected T_STRING in /wp/bbpress/config.php on line 20

    Line 20 appears to be this:
    $bb->path = '/wp/bbpress/';

    So what could I be doing wrong?

    kannued

  2. And I did use this site for my installation and integration.
    http://www.devlounge.net/articles/the-ultimate-bbpress-guide

  3. if i not mistake line 20 should be this ..

    $bb->name = 'New bbPress Site';

    Try to make sure u write it correctly without leaving any syntax.

  4. That fixed that problem!

    But now when I try to install.php it says,
    "No input file specified."

  5. I figured it out!!!! All of the many problems!

    1) The no input file specified occurred because I was not calling for install.php in the bb-admin directory. I was calling for it in the bbpress root directory
    2) I downloaded another version of bbpress and uploaded it to my server. Transfer took a lot longer than before which makes me think that the file got corrupted when originally downloading.
    3)Created an htaccess file for bbpress root, and created my-plugin directory with the two plugins
    4) Read carefully

  6. You must log in to post.