Jump to content

[Solved]presta database error


Recommended Posts

http://pastebin.com/dwaTSZdH

Anyone 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.0

got 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]

post-675881-0-26020300-1383495238_thumb.jpg

Edited by way3000 (see edit history)
Link to comment
Share on other sites

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] Topic
If, 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

×
×
  • Create New...