MyBB Community Forums

Full Version: Admin Login Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Have Today Upgraded MyBB v1.6.5 to v1.8..

My Index Page is Loading and Working Correctly..

Admin Login Page is also working but after i login into admin page it shows blank...

Help me ASAP..


[Image: a7y2OyG.jpg]
[Image: b4rn3R1.jpg]

reply me Sad Sad
Add the following at the top of admin/index.php to enable errors to be displayed. It won't solve your problem, but might help reveal what's going on.

error_reporting(E_ALL);
ini_set('display_errors', '1');
Got This :-

Fatal error: Call to undefined method pluginSystem::run_hooks_by_ref() in /home/gtin/public_html/helpingtechie.com/admin/modules/games/module_meta.php on line 50
Solved Problem Thank you for your help Darth Apple Smile