2009-03-10, 01:29 PM
Well I've been having problems upgrading my mybb forum from 1.2.9 to 1.4 (newest version) and everything went fine and what not the admin panel works perfectly fine but then when I go to view my forum it gives me this error:
my table prefix is mybb_ so it should say mybb_users. That why I don't understand why its saying that... I checked my config.php file and the prefix variable thing said this:
Thats why I don't know what's wrong with it.
Any help would be appreciated.
SELECT uid, username, birthday FROM mybb_mybb_users WHERE birthday LIKE '10-3-%'
my table prefix is mybb_ so it should say mybb_users. That why I don't understand why its saying that... I checked my config.php file and the prefix variable thing said this:
$config['database']['table_prefix'] = 'mybb_';
Thats why I don't know what's wrong with it.
Any help would be appreciated.