Skip to:
Content
Pages
Categories
Search
Top
Bottom

Integration with WP – no input file specified


  • kannued
    Participant

    @kannued

    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

Viewing 4 replies - 1 through 4 (of 4 total)

  • kannued
    Participant

    @kannued

    And I did use this site for my installation and integration.

    http://www.devlounge.net/articles/the-ultimate-bbpress-guide

    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.


    kannued
    Participant

    @kannued

    That fixed that problem!

    But now when I try to install.php it says,

    “No input file specified.”


    kannued
    Participant

    @kannued

    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

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