Jump to content

Datenbank Problem


Recommended Posts

Hallo,

ich habe von Belvg das Preorder Modul für 1.7 runtegeladen. Das funktionierte nicht wie im Video, da auf der Produktseite nicht die Schieberegler kamen, sondern nur !Array" stand. Also habe ich es wieder deinstalliert. Nun ist meine Webseite nicht mehr erreichbar und zeigt folgenden Fehler. Wie kann ich die Datenbank reparieren?

 

Table 'dbs1264761.dunp_preorder_product' doesn't exist<br /><br /><pre>SELECT pp.`id_preorder_product` FROM dunp_preorder_product AS pp INNER JOIN dunp_preorder_product_shop preorder_product_shop ON (preorder_product_shop.id_preorder_product = pp.id_preorder_product AND preorder_product_shop.id_shop = 1) LEFT JOIN dunp_preorder_product_lang AS ppl ON (ppl.`id_preorder_product` = pp.`id_preorder_product` AND ppl.`id_lang` = 2 AND ppl.`id_shop` = 1 ) WHERE pp.`id_product` = 1257 AND pp.`id_product_attribute` = 0 LIMIT 1</pre>
at line 769 in file classes/db/Db.php

764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. }

DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments]

DbCore->query - [line 663 - classes/db/Db.php] - [1 Arguments]

DbCore->getRow - [line 697 - classes/db/Db.php] - [2 Arguments]

DbCore->getValue - [line 118 - modules/preorderproducts/classes/PreorderProduct.php] - [1 Arguments]

PreorderProduct::getIdByIdProductAndIdAttr - [line 91 - override/classes/Product.php] - [2 Arguments]

Product::isPreOrder - [line 75 - override/classes/Product.php] - [1 Arguments]

Product::isAvailableWhenOutOfStock - [line 4902 - classes/Product.php] - [1 Arguments]

ProductCore::getProductProperties - [line 42 - override/classes/Product.php] - [3 Arguments]

Product::getProductProperties - [line 830 - classes/Cart.php] - [2 Arguments]

CartCore->getProducts - [line 320 - src/Adapter/Presenter/Cart/CartPresenter.php] - [1 Arguments]

PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter->present - [line 501 - classes/controller/FrontController.php] - [1 Arguments]

FrontControllerCore->assignGeneralPurposeVariables - [line 567 - classes/controller/FrontController.php]

FrontControllerCore->initContent - [line 37 - controllers/front/IndexController.php]

IndexControllerCore->initContent - [line 306 - classes/controller/Controller.php]

ControllerCore->run - [line 518 - classes/Dispatcher.php]

DispatcherCore->dispatch - [line 28 - index.php]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...