MyBB Community Forums

Full Version: Delete Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i delete a thread i get this error when i go to it instead of it saying 404 not found [Image: hs2oid.png] the way i fixed it was search for the post name in my mysql database but why im gettin that error.
Try to add the following on a new line to inc/init.php after the line that says "<?php":
define('NO_PLUGINS', true);
so it looks like this:
<?php
define('NO_PLUGINS', true);

Does the error still occur? If not, then it's a plugin that is doing this.

You can remove that line again afterwards.
same thing do you think its the google seo plugin
No, what the above does is temporarily deactivate all the plugins, which means if the error still persists then it's not a plugin that's causing the issue.

Regardless, this is a known bug. It will be fixed in 1.6.4: http://dev.mybb.com/issues/1290
oh no wonder well a temporary fix is finding the thread name in mysql and deleting it i forgot where though
That bug is for something different, that's not a MyBB query, it's coming from a plugin. Looks like you didn't make the NO_PLUGINS change properly.
found out it was the Master Meta Tags (1.0)
Adds meta keyword and description to forum & threads dynamically.
Created by Munjal

plug in