Jump to content

Error after order confirmation ; PrestaShopDatabaseException


Recommended Posts

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` = 0

at 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.     /**
Edited by aligulbay (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...