Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2491

[3.3.x] Support Forum • Re: Admin CP Login is a blank white page

$
0
0
If you get blank white page while trying to go into acp that means you have php errors that are not visible by default. To see which errors you get, look for a file called "error_log" or similar like that, inside phpbb root folder or in the public_html, or if you use cPanel -> Metrics -> Errors.

If you can't see the file, contact your host and they should be able to give you the file or tell you the errors.
I am not sure what version I have now because I cannot login to the Admin CP (though I know I have updated it may times throughout the years). Everything has worked well until now.
Looking at your style.cfg it seems that you are using at least phpBB 3.3.0.

Code:

style_version = 1.1phpbb_version = 3.3.0
(/styles/prosilver_dark/style.cfg)

If you can access your db with phpmyadmin, clicking on the 'phpbb_config' and then scrolling/searching for the "version" you should be able to see which phpbb version you are running.

or just execute this sql command in the database which will retrieve the phpbb version:

Code:

SELECT config_value FROM phpbb_config WHERE config_name = 'version';
(assuming phpbb_ is the prefix for the tables)

Statistics: Posted by Madalin10 — Mon Mar 17, 2025 8:33 pm



Viewing all articles
Browse latest Browse all 2491

Trending Articles