Jump to content

HTTP ERROR 500, version 1.7.7.2 (PHP7.4)


pilucho

Recommended Posts

Hola amigos
Me gustaría solucionar primero el acceso al BackOffice, para poder migrar a la nueva versión, con php8
NOTA:
Este error ocurre tanto en localhost como en el hosting, me gustaría solucionarlo en modo localhost para poder migrar de PS1.7 a PS8 con PHP8

Enable change  false/true

if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', true);  /* false/true */
}

y me da el siguiente error.

la URL fue reemplazada para el ejemplo:

Fatal error: Uncaught Error: Class 'Cache' not found in 
C:\xampp\htdocs\prestashop.com\classes\ObjectModel.php:2017 Stack trace: #0 
C:\xampp\htdocs\prestashop.com\classes\ObjectModel.php(232): ObjectModelCore::getDefinition('Shop') #1 
C:\xampp\htdocs\prestashop.com\classes\shop\Shop.php(128): ObjectModelCore->__construct('1', NULL, NULL) #2 
C:\xampp\htdocs\prestashop.com\classes\shop\Shop.php(411): ShopCore->__construct('1') #3 
C:\xampp\htdocs\prestashop.com\config\config.inc.php(118): ShopCore::initialize() #4 
C:\xampp\htdocs\prestashop.com\index.php(27): require('C:\\xampp\\htdocs...') #5 {main} thrown in 
C:\xampp\htdocs\prestashop.com\classes\ObjectModel.php on line 2017

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...