carlostorrecedeira Posted May 22, 2015 Share Posted May 22, 2015 Al pulsar en añadir me sale esto: Alguien me echa una mano?? Gracias a todos. [PrestaShopDatabaseException]Unknown column 'id_product_attribute_item' in 'field list' SELECT id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 0 at line 646 in file classes/db/Db.php 641. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);642. }643. elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))644. {645. if ($sql)646. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');647. throw new PrestaShopDatabaseException($this->getMsgError());648. }649. }650.651. /** DbCore->displayError - [line 340 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 516 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 102 - classes/Pack.php] - [1 Arguments] PackCore::getItems - [line 4718 - controllers/admin/AdminProductsController.php] - [2 Arguments] AdminProductsControllerCore->initPack - [line 2738 - controllers/admin/AdminProductsController.php] - [1 Arguments] AdminProductsControllerCore->renderForm - [line 1832 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 2390 - controllers/admin/AdminProductsController.php] AdminProductsControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Link to comment Share on other sites More sharing options...
jgamio Posted May 23, 2015 Share Posted May 23, 2015 El error lo que te dice es que en la tabla ps_pack no tienes el campo id_product_attribute_item Ese campo esta en las nuevas versiones pero no en las viejas, que version estas usando, has actualizado ? 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