Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Uh – oh…I made a mistake and cant fix it


781521
Inactive

Ok, Thanks.

Heres what I have in the bb-config.php:

$bb_table_prefix = 'bb_';

So heres what I put:

UPDATE (bb_)
topicmeta SET
meta_value='http://www.portcityunderground.com/bbpress/' WHERE
meta_key='uri' LIMIT 1

Heres its response (I really didnt know if I need to leave the parenthesis etc in it…I have never queried a database before):

  • SQL query:

    UPDATE (

    bb_

    )topicmeta SET meta_value = ‘http://www.portcityunderground.com/bbpress/’ WHERE meta_key = ‘uri’ LIMIT 1

    MySQL said:

    #1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘topicmeta SET

    meta_value=’http://www.portcityunderground.com/bbpress/’ WHERE

    m’ at line 2

  • any suggestions on what next?..

    Thank You!

    Skip to toolbar