Hey all,
I downloaded the latest release of prestashop 8.0.0, and followed this guide: https://devdocs.prestashop-project.org/8/basics/keeping-up-to-date/upgrade/#modules-upgrade
However this doesn't come with the autoupgrade module, I also get errors on my website such as:
Warning: include(/customers/e/6/7/example.com/httpd.www/example/vendor/composer/../doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php): failed to open stream: No such file or directory in /customers/e/6/7/example.com/httpd.www/example/vendor/composer/ClassLoader.php on line 571 Warning: include(): Failed opening '/customers/e/6/7/example.com/httpd.www/example/vendor/composer/../doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php' for inclusion (include_path='/customers/e/6/7/example.com/httpd.www/example/vendor/pear/pear_exception:/customers/e/6/7/example.com/httpd.www/example/vendor/pear/console_getopt:/customers/e/6/7/example.com/httpd.www/example/vendor/pear/pear-core-minimal/src:/customers/e/6/7/example.com/httpd.www/example/vendor/pear/archive_tar:.:/usr/share/php') in /customers/e/6/7/example.com/httpd.www/example/vendor/composer/ClassLoader.php on line 571 Fatal error: Uncaught Error: Class 'Symfony\Component\Cache\DoctrineProvider' not found in /customers/e/6/7/example.com/httpd.www/example/src/Adapter/ContainerBuilder.php:211 Stack trace: #0 /customers/e/6/7/example.com/httpd.www/example/src/Adapter/ContainerBuilder.php(132): PrestaShop\PrestaShop\Adapter\ContainerBuilder->loadDoctrineAnnotationMetadata() #1 /customers/e/6/7/example.com/httpd.www/example/src/Adapter/ContainerBuilder.php(102): PrestaShop\PrestaShop\Adapter\ContainerBuilder->buildContainer('front') #2 /customers/e/6/7/example.com/httpd.www/example/classes/controller/FrontController.php(2035): PrestaShop\PrestaShop\Adapter\ContainerBuilder::getContainer('front', true) #3 /customers/e/6/7/example.com/httpd.www/example/classes/controller/Controller.php(204): FrontControllerCore->buildContainer() #4 /customers/e/6/7/example.com/httpd.www/example/classes/controller/FrontController.php(279): ControllerCore->init() #5 /customers/e/6/7/example.com/httpd.www/Top in /customers/e/6/7/example.com/httpd.www/example/src/Adapter/ContainerBuilder.php on line 211
What can I do to upgrade to 8.0.0?
I have tried the one click upgrade module, doesn't work as seen in my previous post.
I have tried this manual one, issues are above.
Thanks