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.
(/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:(assuming phpbb_ is the prefix for the tables)
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.
Looking at your style.cfg it seems that you are using at least phpBB 3.3.0.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.
Code:
style_version = 1.1phpbb_version = 3.3.0
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';
Statistics: Posted by Madalin10 — Mon Mar 17, 2025 8:33 pm