Thanks so much for the tips.
[*] I deleted everything in /cache except for index.htm and .htaccess ; no success there. The /cache/production folder and its contents gets recreated when I try to access the site; I presume this is OK.
[*] Tried different browsers and computers (Edge on Windows; Chrome & Safari on Mac; also in incognito/private windows for a clean browser cache).
[*] Updated PHP on host to 8.2 (this is also the default PHP my host provides, so their support team is happy with this as well).
[*] chmod'd the various items listed in the KB post you linked.
None of this has resolved the error .
The final line of the error references line 1005 in the file container_4335734bbdd20f586549a504dff5f80c.php ; FWIW this line is:
I can barely code myself (and not at all in PHP) so I don't know what the problem with this line is.
Is there anywhere else I can look to fix this?
[*] I deleted everything in /cache except for index.htm and .htaccess ; no success there. The /cache/production folder and its contents gets recreated when I try to access the site; I presume this is OK.
[*] Tried different browsers and computers (Edge on Windows; Chrome & Safari on Mac; also in incognito/private windows for a clean browser cache).
[*] Updated PHP on host to 8.2 (this is also the default PHP my host provides, so their support team is happy with this as well).
[*] chmod'd the various items listed in the KB post you linked.
None of this has resolved the error .
Code:
Fatal error: Uncaught Error: Class "phpbb\auth\provider\db" not found in /home1/popforu1/public_html/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:1005 Stack trace: #0 /home1/popforu1/public_html/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getAuth_Provider_DbService() #1 /home1/popforu1/public_html/phpbb/di/service_collection.php(57): Symfony\Component\DependencyInjection\Container->get('auth.provider.d...') #2 /home1/popforu1/public_html/phpbb/auth/provider_collection.php(55): phpbb\di\service_collection->offsetGet('auth.provider.d...') #3 /home1/popforu1/public_html/phpbb/session.php(551): phpbb\auth\provider_collection->get_provider() #4 /home1/popforu1/public_html/phpbb/session.php(472): phpbb\session->session_create() #5 /home1/popforu1/public_html/index.php(27): phpbb\session->session_begin() #6 {main} thrown in /home1/popforu1/public_html/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 1005
Code:
isset($this->services['user']) ? $this->services['user'] : $this->getUserService()) && false ?: '_'}, './../', 'php');
Is there anywhere else I can look to fix this?
Statistics: Posted by bflaminio — Fri Feb 16, 2024 8:29 pm