MyBB Community Forums

Full Version: Problem accessing a page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.
I downloaded Labrocca's paypal subscription plugin, and when I go to the upgrade page, I get this error:


MyBB
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1060 - Duplicate column name 'numratings'
Query:
    ALTER TABLE `mybb_games` ADD `numratings` INT(5) NOT NULL;

Please contact the MyBB Group for support.

I asked him about it, and he said it had to do with the game section, so he could not offer me any help.

Can anybody help me with this?
http://pyritedesign.com/upgrade.php is the link, if you need to take a look.

Thanks alot.
-Jordan
Quote:SQL Error:
1146 - Table 'pyrit0_pyritedesign.mybb_games' doesn't exist
Query:
ALTER TABLE mybb_games CHANGE rating rating FLOAT NOT NULL;

Looks like you deleted the table but didn't uninstall the plugin.
Oh, how would I fix this problem?
Either uninstall the plugin or restore the missing table. Wink