MyBB Community Forums

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

SQL Error:
    1146 - Table 'MYTABLE.mybb_mybb_posts' doesn't exist
Query:
    SELECT pid FROM mybb_mybb_posts WHERE uid=0 AND tid=1211 

I think it should be mybb_posts instead of mybb_mybb_posts but when I changed the config it still didn't work.

Also the funny thing with this error is that only users and guests see it, when I'm logged in as an admin I don't see the error.
Chances are if you just installed a plugin or modification, it was not designed for MyBB 1.4. So...remove it and find a later version.
how do I remove it? Should I simply delete it from the plugins folder?
Deactivate it first, then remove the file.
Unfortunately it won't let me deactivate teh plugin because of the same error.
Hmm, ok, what was the plugin?? Can we have the download link??
http://mods.mybboard.net/view/hide-links-to-guests

I also modified the above plugin so that it only hides what gets put into the [hide] [/hide] tags.
Ah, so you edited it... does the original file cause problems??
I actually got directions from this forum on how to modify that hack but I can't find that thread anymore. Also I wouldn't know if the original file causes problems but the newly modified file does cause this problem, I think I may have also edited some other files besides that one but I can't be sure because I did this a long time ago.
This plugin isn't compatible with 1.4.

The 1.4 version can be found at http://mods.mybboard.net/view/hide-links...sts-for-14

You should manually remove the settings from the ACP, and remove the plugin from your ./inc/plugins/ folder, then start with the new plugin.
Pages: 1 2