aligulbay Posted November 17, 2013 Share Posted November 17, 2013 (edited) Hello I am getting this error after the confirmation of an order with bank wire module is any one suggest me any thing for that ? Help please ps version 1.5.6 Regards Ali PrestaShopDatabaseException] Unknown column 'id_lang' in 'field list' SELECT id_customer, customer_email, id_shop, id_lang FROM `ps_mailalert_customer_oos` WHERE `id_product` = 5167 AND `id_product_attribute` = 0at line 613 in file classes/db/Db.php 607. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);608. }609. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))610. {611. if ($sql)612. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');613. throw new PrestaShopDatabaseException($this->getMsgError());614. }615. }616. 17. /** DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 488 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 284 - modules/mailalerts/MailAlert.php] - [1 Arguments] MailAlert::getCustomers - [line 175 - modules/mailalerts/MailAlert.php] - [2 Arguments] MailAlert::sendCustomerAlert - [line 486 - modules/mailalerts/mailalerts.php] - [2 Arguments] MailAlerts->hookActionUpdateQuantity - [line 457 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 450 - classes/stock/StockAvailable.php] - [2 Arguments] StockAvailableCore::updateQuantity - [line 418 - classes/order/OrderDetail.php] - [3 Arguments] OrderDetailCore->checkProductStock - [line 575 - classes/order/OrderDetail.php] - [2 Arguments] OrderDetailCore->create - [line 613 - classes/order/OrderDetail.php] - [7 Arguments] OrderDetailCore->createList - [line 279 - classes/PaymentModule.php] - [7 Arguments] PaymentModuleCore->validateOrder - [line 64 - modules/bankwire/controllers/front/validation.php] - [9 Arguments] BankwireValidationModuleFrontController->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 28 - index.php] - [0 Argument] Edited November 17, 2013 by aligulbay (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts