MyBB Community Forums

Full Version: Editing post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can't edit a post after upgrade:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'ForumWW.mybb_MY_TABLE_PREFIXposts' doesn't exist
Query:
SELECT subject, message, uid FROM mybb_MY_TABLE_PREFIXposts WHERE pid=1993

Please contact the MyBB Group for support.

plz can someone help.

update:

can't moderate aswell:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'ForumWW.mybb_MY_TABLE_PREFIXposts' doesn't exist
Query:
SELECT * FROM mybb_MY_TABLE_PREFIXposts WHERE tid IN (236)
Open ./inc/config.php and see what $config['database']['table_prefix'] is set to. Do you have any plugins?
$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'ForumWW';
$config['database']['table_prefix'] = 'mybb_';

I have 6 plugins, (not including akismet and HelloWorld)
Ajax WOL
Fancy Zoom
IE 6 warning
MyPlaza (Doesn't work)
PM Admin
Quick Theme

Hope this helps
This is a plugin issue, MY_TABLE_PREFIX isn't used anywhere in MyBB. I know New Points used this, maybe MyPlaza did too, is it still active??
MyPlaza, according to the admin CP is incompatible with 1.6.0.

When i tried enabling it before I upgraded to 1.6.0, after restoring a forum backup, it didn't work. there was a SQL error.

I believe Pirata hasn't officially updated it to 1.6 so I assume you've changed the version compatibility in the file.