Jump to content

Bug on "View" in orders section


Recommended Posts

When clicking the "View" button on "J Doe" in the orders section I get this:

 

 

[PrestaShopDatabaseException]

Table 'ps15._address_lang' doesn't exist

 

SELECT *

FROM `_address` a

LEFT JOIN `_address_lang` b ON a.id_address = b.id_address AND b.id_lang = 1

WHERE (a.id_address = 2)

LIMIT 1

 

at line 549 in file classes/db/Db.php

 

543. if ($webservice_call && $errno)

544. WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. Query was : '.$sql, 97);

545. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

546. {

547. if ($sql)

[color=#F20000][b]548. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

[/b][/color]549. throw new PrestaShopDatabaseException($this->getMsgError());

550. }

551. }

552.

553. /**

[/font][/color]

Link to comment
Share on other sites

×
×
  • Create New...