MyBB Community Forums

Full Version: Users & Groups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try to click the Users & Groups tab in Admin CP, it loads but it is just a white page. I try to get to it in other ways like in the side bar of Home tab but its the same thing. I tried to do it on my phone with a different IP and it is the same thing. Any solutions?
In inc/init.php, add the following on a new line after the line that says "<?php"
define("NO_PLUGINS",1);
So top looks like this:
<?php 
define("NO_PLUGINS",1);
/**

This will temporarily disable all plugins so some features will be missing from your forum but if you remove that line afterwards, everything will be fine again.

After saving and uploading that file, check if the problem still occurs.
Re-upload the /admin/ directory from a fresh download. Some files might be missing.
Aries-Belgium, I tried your way first and it didn't work.

faviouz I tried yours next and it worked!

Either way, thank you both for answering my questions.