MyBB Community Forums

Full Version: Plugin Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1051 - Unknown table 'mybb_lastvisitor'
Query:
DROP TABLE mybb_lastvisitor;



how do i fix this?
Do you have access to PHPmyadmin then check manually if "mybb_lastvisitor" exists! If it does exist then remove it manually and then remove the line from the plugin that drops mybb_lastvisitor table!

Anyways what are you trying to do uninstall it?