minguell Posted January 28, 2020 Share Posted January 28, 2020 (edited) Hola a todos, Estoy intentando migrar la tienda 1.6 a local a través de Xampp para hacer pruebas, pero después de copiar todos los ficheros de la tienda, importar la base de datos, modificar settings.inc.php, ps_shop_url y ps-configuration, intento entrar en el backoffice o en la web y me sale una página en blanco. He modificado el defines.inc.php a define('_PS_MODE_DEV_', true); y me sale esto al intentar entrar en el Backoffice: Fatal error: Uncaught Error: [] operator not supported for strings in C:\xampp\htdocs\Prestashop_eu\classes\db\DbQuery.php:96 Stack trace: #0 C:\xampp\htdocs\Prestashop_eu\Adapter\Adapter_EntityMapper.php(45): DbQueryCore->from('shop', 'a') #1 C:\xampp\htdocs\Prestashop_eu\classes\ObjectModel.php(233): Adapter_EntityMapper->load('1', NULL, Object(Shop), Array, NULL, true) #2 C:\xampp\htdocs\Prestashop_eu\classes\shop\Shop.php(131): ObjectModelCore->__construct('1', NULL, NULL) #3 C:\xampp\htdocs\Prestashop_eu\classes\shop\Shop.php(397): ShopCore->__construct('1') #4 C:\xampp\htdocs\Prestashop_eu\config\config.inc.php(114): ShopCore::initialize() #5 C:\xampp\htdocs\Prestashop_eu\backoffice\index.php(36): require('C:\\xampp\\htdocs...') #6 {main} thrown in C:\xampp\htdocs\Prestashop_eu\classes\db\DbQuery.php on line 96 ¿Alguien sabe que está pasando y cómo puedo solucionarlo? Gracias y un saludo, Edited January 28, 2020 by minguell (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now