MyBB Community Forums

Full Version: moderation.php Not working...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Once I select the thread to delete then it redirects me to the moderation.php then I click "Delete Thread" and it gives me a blank page :/
I have the Undo Delete plugin installed and the deleted thread appears there but doesn't desappear..

Anything to help?

Thank you.
That's a issue with that plugin. try to de-activate that plugin and then go to delete / moderate.
No way.. I Deactivated and uninstalled and didn't work. :/
In ./inc/init.php, find:
define("TIME_NOW", time()); 

Add after:
define("NO_PLUGINS", 1); 

If it's okay after doing this, it's a plugin, if it still happens, it's something else.
Thank you for your reply.
It posted ok but the forums was messed up... no header and footer. But I didn't installed any plugin today... It just started doing this...