Maestro Posted September 19, 2018 Share Posted September 19, 2018 Moin, ich bin ganz neu hier im Forum und ich bin ein kompletter Laie im Bezug auf Presta. Auf meiner Seite zoodream.de funktioniert die Schaltfläche Warenkorb nicht, bzw. geschieht nichts wenn man drauf klickt. Ich vermute dass es an der Index.php liegt oder an mein Template, desweiteren ist die Seite sehr langsam wenn es darum geht ein Artikel aus der Kategorie auszuwählen. Angaben zu meiner Version PrestaShop-Version 1.6.1.6 Shop-URL http://zoodream.de/ Aktuelle verwendetes Template default-bootstrap Serverdaten Linux #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 Version der Server-Software Apache PHP-Version 5.6.36-1+0~20180505045928.13+stretch~1.gbp9b5cab Speichergrenze 8000M max_execution_time 30 Vielleicht hilft das [PrestaShopDatabaseException] Subquery returns more than 1 row UPDATE `ps_cart_product` SET `id_address_delivery` = ( SELECT `id_address_delivery` FROM `ps_cart` WHERE `id_cart` = 0 AND `id_shop` = 1 ) WHERE `id_cart` = 0 at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 790. if ($sql) { 791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 792. } 793. 794. throw new PrestaShopDatabaseException($this->getMsgError()); 795. } 796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 601 - classes/db/Db.php] - [1 Arguments] DbCore->execute - [line 3859 - classes/Cart.php] - [1 Arguments] CartCore->setNoMultishipping - [line 149 - controllers/front/OrderController.php] OrderControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now