way3000 Posted November 3, 2013 Share Posted November 3, 2013 (edited) http://pastebin.com/dwaTSZdHAnyone know what causes this error?Clean install of 1.5.5.0 imported old database (from 1.5.4.0) installed updatet theme for 1.5.5.0got problems with images, but from here on I am blank. Full error: [PrestaShopDatabaseException] Table 'shop_nav.ps_tab_module_preference' doesn't exist SELECT module FROM ps_tab_module_preference WHERE `id_tab` = 72 AND `id_employee` = 1 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. 617. /** DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 488 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 528 - classes/Tab.php] - [1 Arguments] TabCore::getTabModulesList - [line 1520 - classes/controller/AdminController.php] - [1 Arguments] AdminControllerCore->initTabModuleList - [line 1478 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->initContent - [line 688 - controllers/admin/AdminImagesController.php] - [0 Argument] AdminImagesControllerCore->initContent - [line 167 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - admin6686/index.php] - [0 Argument] Edited November 4, 2013 by way3000 (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted November 4, 2013 Share Posted November 4, 2013 Table ps_tab_module_preference is new one in v 1.5.5.0. You cannot install a fresh v1.5.5.0 and then use the old database. Copy new files, leave old database and upgrade. Link to comment Share on other sites More sharing options...
way3000 Posted November 4, 2013 Author Share Posted November 4, 2013 Thanks, that did clear it up for me Will try to make it work, thanks! Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 hello thank you for confirmation that it works. Now it's time to mark this thread as [solved] you can mark own topics as solved, here is an instruction: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. it's not necessary but it's a good practice here with regards, Milos Link to comment Share on other sites More sharing options...
way3000 Posted November 4, 2013 Author Share Posted November 4, 2013 Solved tag added, thanks for the info Link to comment Share on other sites More sharing options...
Recommended Posts