Forums

Join
bbPress Support ForumsInstallationUnexpected t_string error crashing forums after upgrade

Info

Tags

Unexpected t_string error crashing forums after upgrade

  1. I upgraded bbpress after upgrading my wordpress site to the latest version (2.5.1). The install complained that there were already forums/threads in the database, but said the install went OK. The problem I'm having, however, is that when I go to the forums, I get a t_string error referring to line 20 of the bb_config.php file.

    This line is the prefix used for the tables.
    $bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!

    So, I'm guessing that it thinks it is a new install instead of merely an upgrade. How do I get the updated version to simply read in the existing forums and threads?

    Thank you so much for any help. These are busy forums and there will be limited patience with this problem. :/

  2. Whew. Found the problem and more importantly, the solution, here:
    http://bbpress.org/forums/topic/bbpress-0902-released#post-16099

    Should have searched a little more before getting panicky.

  3. You must log in to post.