MyBB Community Forums

Full Version: 1.8 upgrade have bug? Lack of access to the admin Cp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Ok, it seems there are going to be too many issues to fix on my board, it is heavily customised so not too surprised. Am I better off then to just do a brand new install of 1.8 and import the SQL databases to it and then build up the site's plugins and mods from 1.8 versions?
Check your PHP error logs. Not sure why it would go white with nothing.
(2014-09-13, 06:09 AM)Darth Apple Wrote: [ -> ]If you are getting a completely blank page, your PHP configuration probably has error display disabled. You could try inserting this after "define("IN_ADMINCP", 1);" (or anywhere in the first few lines of code) in /admin/index.php to enable PHP to output errors.


error_reporting(E_ALL);
ini_set('display_errors', '1');

Won't solve the problem, but it might make it a little easier to see what's gone wrong.

great !!!
i find problem
i like u man
I had the same problem, the white ACP, nothing was showing up. I deleted the game folder in my ACP/admen folder, it was for the game section. Now my ACP works.

now to find another post on another problem I have with the update.

reason for edit: added the folder location for the game folder
Pages: 1 2 3