Search the Community
Showing results for tags 'server migration'.
-
My PrestaShop v 1.7.4.2 Both servers from same hosting provider and they done migration. After migrate a server I got HTTP ERROR 500 Front office and back office are not working. Then I enabled error reports using defines.inc.php After ('_PS_MODE_DEV_', false); Replace it with: define('_PS_MODE_DEV_', true); showing this error report Fatal error: Uncaught Error: Class 'PrestaShop\PrestaShop\Core\ContainerBuilder' not found in /home/..../public_html/config/bootstrap.php:34 Stack trace: #0 /home/..../public_html/config/config.inc.php(57): require_once() #1 /home/..../public_html/index.php(27): require('/home/..../p...') #2 {main} thrown in /home/..../public_html/config/bootstrap.php on line 34
- 11 replies
-
- prestashop 1.7.4
- server migration
-
(and 1 more)
Tagged with:
-
Hi, Prestashop version is 1.7 PHP version 7.0.33 on the new server SSL certificate via Let's Encrypt. I migrated the site http://www.kidsspecialkinderkleding.nl/ for a guy. I followed this step by step blog: https://www.prestashop.com/en/blog/how-to-migrate-prestashop-to-a-new-server I kept the same config, because the password and username, database name is the same. Cache folder is empty except for the index.php. chmod Auth is set to 777 just in case for the admin folder. Downgraded from default php version 7.2 to 7.0.33 which fixed the 500 error in the admin portal. When maintenance mode is deactivated, the site home page gives a 500 error. When maintenance mode is on, the home pagina on the front is OK. Should PHP version be downgraded further? The apache error log shows this: mod_fcgid: stderr: thrown in /var/www/vhosts/kidsspecialkinderkleding.nl/httpdocs/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php on line 129 mod_fcgid: stderr: PHP Fatal error: Uncaught --> Smarty: Unable to load template file 'catalog/_partials/product-add-to-cart1.tpl' in 'catalog/_partials/miniatures/product.tpl' <-- error 500 GET HTTP/1.1/ Please what should be done to solve this issue?