Cookbot Posted June 27, 2015 Share Posted June 27, 2015 Hi everyone, I've searched google for an answer and although I have found similar errors, there is nothing that happens in my instance of adding products. The category and products .CSV loads fine in both default bootstrap theme, but when I come to load products in my new theme, I am met with the following error message. What is the problem this new theme is causing? Thanks, Paul 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 620 - classes/db/Db.php] - [1 Arguments] DbCore->q - [line 405 - classes/db/Db.php] - [2 Arguments] DbCore->insert - [line 486 - classes/ObjectModel.php] - [3 Arguments] ObjectModelCore->add - [line 518 - classes/Product.php] - [2 Arguments] ProductCore->add - [line 1542 - controllers/admin/AdminImportController.php] - [1 Arguments] AdminImportControllerCore->productImport - [line 3341 - controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 171 - 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...
Cookbot Posted June 28, 2015 Author Share Posted June 28, 2015 Is this a never before seen error that means my theme is useless I wonder? Link to comment Share on other sites More sharing options...
Cookbot Posted June 29, 2015 Author Share Posted June 29, 2015 Anyone? Link to comment Share on other sites More sharing options...
Cookbot Posted July 1, 2015 Author Share Posted July 1, 2015 Bump Link to comment Share on other sites More sharing options...
Cookbot Posted July 24, 2015 Author Share Posted July 24, 2015 Bump for good luck?!? 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