Skip to:
Content
Pages
Categories
Search
Top
Bottom

Another newbie in installing BBPRESS

  • I’m running WP 2.7 in my site (www.ins-ide.org) and because it, I choose BBpress Alpha and then I install the bbPress 1.0-alpha-4 into my /forum/ inside the ‘public_html’ (thought from I read, it supposed to be the easiest things to do for installing bbpress).

    after I extract the ZIP file, I send all the content (via FTP) to the /forum/

    Then, I opened the bb-config-sample.php & wp-config.php

    I use ‘localhost’ and only matching the MySQL DB user & pass

    After that went to http://api.wordpress.org/secret-key/1.1/bbpress/

    and copy&paste the result into my bb-config-sample.php

    and DONE!

    i just save it as bb-config.php

    then with the Force in my mind, I opened http://www.ins-ide.org/forum

    *D’oh!

    I got this:

    Parse error: syntax error, unexpected $end, expecting ‘)’ in /home/insideor/public_html/forum/bb-includes/functions.bb-template.php on line 2124

    with the curiosity I’m opened the functions.bb-template.php and seeing whats going on in line 2124,

    well.. it is the last line and it says

    Code:
    function bb_profile_password_form( $id

    could anyone helps me to get my forum build?

    many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I believe it needs a close parenthesis at the end.

    ETA: and it’ll need a ; after the ) as well..

    Re-upload functions.bb-template.php (and probably all files in bb-includes). It sounds like they got truncated for some reason. You should never need to edit those.


    chrishajer
    Participant

    @chrishajer

    There are 2868 lines in that file. You’re missing from line 2125 to line 2868.

    You might want to make sure all the files were uploaded properly to prevent unforeseen problems down the road.

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