Skip to:
Content
Pages
Categories
Search
Top
Bottom

No Table Prefix, Really

  • After a successful installation, the main page shows as follow:

    ” You must specify a table prefix in your bb-config.php file. “

    I AM sure my config.php has defined table prefix as follow:

    ” $bb_table_prefix = ‘bb_’; “

    after I add the code, my main page shows as follow:

    ” $bb_table_prefix = ‘bb_’;You must specify a table prefix in your bb-config.php file. “

    What is going wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you are <i>almost</i> right

    Add this line to the bb-config.php file:

    $bb_table_prefix = ‘bb_’; // Only numbers, letters, and underscores please!

    I think it’s just the preceeding ” that is wrong in your comment.


    zaerl
    Participant

    @zaerl

    This topic has been created one year ago. I think that maybe he has fixed his problem.

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