jerik Posted January 15, 2012 Share Posted January 15, 2012 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][b]DbCore->displayError[/b] - [line 359 - classes/db/Db.php] - [1 Arguments] [b]DbCore->query[/b] - [line 468 - classes/db/Db.php] - [1 Arguments] [b]DbCore->getRow[/b] - [line 185 - classes/ObjectModel.php] - [1 Arguments] [b]ObjectModelCore->__construct[/b] - [line 159 - classes/Address.php] - [2 Arguments] [b]AddressCore->__construct[/b] - [line 966 - controllers/admin/AdminOrdersController.php] - [2 Arguments] [b]AdminOrdersControllerCore->renderView[/b] - [line 1373 - classes/AdminController.php] - [size=3][0 Argument][/size] [b]AdminControllerCore->initContent[/b] - [line 164 - classes/Controller.php] - [size=3][0 Argument][/size] [b]ControllerCore->run[/b] - [line 343 - classes/Dispatcher.php] - [size=3][0 Argument][/size] [b]DispatcherCore->dispatch[/b] - [line 44 - admin777/index.php] - [size=3][0 Argument][/size] Link to comment Share on other sites More sharing options...
jerik Posted January 15, 2012 Author Share Posted January 15, 2012 Aha, I see - Maybe it has something to do with the Language setting. Let me check... nope, swapped back to English.... didn't help Link to comment Share on other sites More sharing options...
Recommended Posts