I am trying to resurrect a forum that had a 500 PHP error. It was running phpBB 3.2.7. I think the error was caused by Blue host upgrading the PHP version on the server but I'm not sure.
I went through the steps below to upgrade to phpBB 3.3.11:
https://www.phpbb.com/support/docs/en/3 ... upgrade32/
The process seemed to work, but when I login as a user the css is not loading. If I register a new account and login to that new account, the css loads like normal. Logging in to ACP looks normal as well.
In DevTools I can see a 404 Not Found error for this stylesheet:
/phpBB3/styles/basic/theme/stylesheet.css?assets_version=36
If I look in the /phpBB3/styles directory I don't see a "basic" directory. Only "all" and "prosilver."
PHP version is 8.2.17
Anyone have insight on this issue? Thanks in advance.