charly13 Posted July 26, 2013 Share Posted July 26, 2013 (edited) Hola es mi primer post en el foro, he actualizado mi tienda de 1.4.9 a 1.5.4.17 y entro en el back office y parece que todo funciona bien excepto los productos que solo salen los que tienen atributos asociados, y la tienda sale en blanco, los errores que salen son: [PrestaShopDatabaseException] Unknown column 'c.id_group' in 'on clause' SELECT * FROM `ps_group` a LEFT JOIN `ps_group_shop` `c` ON a.id_group = c.id_group AND c.id_shop = 1 WHERE (a.id_group = 3) LIMIT 1 at line 607 in file classes/db/Db.php 601. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);602. }603. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))604. {605. if ($sql)606. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');607. throw new PrestaShopDatabaseException($this->getMsgError());608. }609. }610.611. /**[b]DbCore->displayError[/b] - [line 307 - classes/db/Db.php] - [1 Arguments] [b]DbCore->query[/b] - [line 521 - classes/db/Db.php] - [1 Arguments] [b]DbCore->getRow[/b] - [line 212 - classes/ObjectModel.php] - [1 Arguments] [b]ObjectModelCore->__construct[/b] - [line 308 - classes/Group.php] - [1 Arguments] [b]GroupCore::getCurrent[/b] - [line 168 - classes/Cart.php] - [size=3][0 Argument][/size] [b]CartCore->__construct[/b] - [line 232 - classes/controller/FrontController.php] - [size=3][0 Argument][/size] [b]FrontControllerCore->init[/b] - [line 150 - classes/controller/Controller.php] - [size=3][0 Argument][/size] [b]ControllerCore->run[/b] - [line 349 - classes/Dispatcher.php] - [size=3][0 Argument][/size] [b]DispatcherCore->dispatch[/b] - [line 28 - index.php] - [size=3][0 Argument][/size] Por favor necesito ayuda urgente. Gracias de antemano Edited July 26, 2013 by charly13 (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted July 26, 2013 Share Posted July 26, 2013 ¿Has actualizado con el 1click o manualmente? Link to comment Share on other sites More sharing options...
charly13 Posted July 26, 2013 Author Share Posted July 26, 2013 Hola, he actualizado con el 1click Link to comment Share on other sites More sharing options...
Recommended Posts