I've made all the changes to config.php to reflect the new DB, DB_user and password.
The database table phpbb_config has also had all the required changes to reflect the new domain and cookie as well as changing the admin email address.
I've deleted the cache manually too.
I've done everything I can think of, but I still keep getting this error:
Code: Select all
Stack trace:
#0 /home/public_html/forum/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getAuth_Provider_DbService()
#1 /home/public_html/forum/phpbb/di/service_collection.php(57): Symfony\Component\DependencyInjection\Container->get('auth.provider.d...')
#2 /home/public_html/forum/phpbb/auth/provider_collection.php(55): phpbb\di\service_collection->offsetGet('auth.provider.d...')
#3 /home/public_html/forum/phpbb/session.php(551): phpbb\auth\provider_collection->get_provider()
#4 /home/public_html/forum/phpbb/session.php(472): phpbb\session->session_create()
#5 /home/public_html/forum/index.php(27): phpbb\session->session_begin()
#6 {main}
thrown in /home/public_html/forum/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 1152
[28-Sep-2020 14:00:28 Europe/London] PHP Fatal error: Uncaught Error: Class 'phpbb\auth\provider\db' not found in /home/public_html/forum/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:1152
Stack trace:
#0 /home/public_html/forum/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getAuth_Provider_DbService()
#1 /home/public_html/forum/phpbb/di/service_collection.php(57): Symfony\Component\DependencyInjection\Container->get('auth.provider.d...')
#2 /home/public_html/forum/phpbb/auth/provider_collection.php(55): phpbb\di\service_collection->offsetGet('auth.provider.d...')
#3 /home/public_html/forum/phpbb/session.php(551): phpbb\auth\provider_collection->get_provider()
#4 /home/public_html/forum/phpbb/session.php(472): phpbb\session->session_create()
#5 /home/public_html/forum/app.php(26): phpbb\session->session_begin()
#6 {main}
thrown in /home/public_html/forum/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 1152
The old domain is https://the-bionic-cyclist.co.uk/forum
What am I missing?