Johannes-S. Posted December 24, 2018 Share Posted December 24, 2018 Als ich ein Update für PayPal durchgeführt habe, stürzte der Bereich Module ab und wird nun nichtr mehr anbgezeigt. Diese Fehlermedung erscheint, was kann ich tun? [PrestaShopDatabaseException] Key column 'id_paypal_plus_pui' doesn't exist in table CREATE TABLE IF NOT EXISTS `ps2_paypal_hss_email_error` ( `id_paypal_hss_email_error` int(11) NOT NULL AUTO_INCREMENT, `id_cart` int(11) NOT NULL, `email` varchar(255) NOT NULL, PRIMARY KEY (`id_paypal_plus_pui`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; at line 646 in file classes/db/Db.php 641. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 642. } 643. elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) 644. { 645. if ($sql) 646. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 647. throw new PrestaShopDatabaseException($this->getMsgError()); 648. } 649. } 650. 651. /** DbCore->displayError - [line 340 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 480 - classes/db/Db.php] - [1 Arguments] DbCore->execute - [line 36 - modules/paypal/upgrade/install-3.12.0.php] - [1 Arguments] upgrade_module_3_12_0 - [line 442 - classes/module/Module.php] - [1 Arguments] ModuleCore->runUpgradeModule - [line 1443 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Link to comment Share on other sites More sharing options...
rictools Posted December 24, 2018 Share Posted December 24, 2018 Benenne per FTP den / die Ordner des Moduls um, um es zu deaktieren, dann sollte das BackOffice wieder funktionieren. Installiere dann die aktuelle Version des Moduls neu, evtl. kannst du dann auch einen Dateivergleich durchführen. Link to comment Share on other sites More sharing options...
Johannes-S. Posted December 26, 2018 Author Share Posted December 26, 2018 Vielen Dank für die Info. Ich werde Hilfe von einem Bekannten benötigen. Hoffe das es funktioniert. Link to comment Share on other sites More sharing options...
Fijala Posted December 28, 2018 Share Posted December 28, 2018 Ich habe dasselbe Problem. Wollte das Modul upgraden, danach dieselbe Fehlermeldung. Dann habe ich das Modul entfernt, sobald man dann das Paypal Modul wieder installieren möchte, kommt diese Fehlermeldung wieder. Ich habe bisher noch keine Lösung gefunden, kann es sein das es vielleicht an Paypal selbst liegt? Link to comment Share on other sites More sharing options...
Whiley Posted December 28, 2018 Share Posted December 28, 2018 Welche PS-Version? Welches Paypal-Modul / welche Version ursprünglich und nach dem Update?? Arbeitest du mit Paypal Express oder mit Paypal Plus? Link to comment Share on other sites More sharing options...
Fijala Posted January 5, 2019 Share Posted January 5, 2019 Die Version ist 1.6.1.11. Die alte Version hab ich jetzt nicht mehr auf dem Schirm, da ich dies gelöscht habe, ich kam nur so wieder in den Shop rein. Die neue Version soll die 3.12.0 von Paypal sein, doch sobald ich diese installiere, erscheint die obengenannte Fehlermeldung. Ich arbeite nur mit Express und nicht mit Paypal Plus. Ich habe jetzt noch mal versucht alles neu zu installieren, aber geht leider immer noch nicht, wahrscheinlich ist mein Shop zu alt? Link to comment Share on other sites More sharing options...
rictools Posted January 5, 2019 Share Posted January 5, 2019 Mein Shop ist älter und diese PayPal-Modulversion läuft. Link to comment Share on other sites More sharing options...
Fijala Posted January 5, 2019 Share Posted January 5, 2019 Gut, da weiß ich nicht weiter. Der obere Fragensteller hatte ja genau dasselbe Problem zur selben Zeit. Ich werde wohl versuchen, ein älteres Paypal-Modul zu installieren und gebe dann Bescheid ob es jetzt klappt. Link to comment Share on other sites More sharing options...
Fijala Posted January 5, 2019 Share Posted January 5, 2019 Habe die Lösung, zumindest bei mir, gefunden. Es hing mit einem veralteten SSL-Zertifikat zusammen. Ich habe dieses erneuert, dann nochmals das Modul frisch installiert und jetzt klappt alles. Vielleicht hilft es Johannes-S ja auch. In diesem Sinne, ein schönes Wochenende! Link to comment Share on other sites More sharing options...
Johannes-S. Posted January 5, 2019 Author Share Posted January 5, 2019 Danke für die vielen Informationen, werde es mit dem SSL Zerfifikat versuchen. Danke an alle. Link to comment Share on other sites More sharing options...
CharlyHarpers Posted January 8, 2019 Share Posted January 8, 2019 (edited) Any final solutions found!? I have exactly the same issue today. Hat jemand eine finale Lösung gefunden, ich habe exact dieses Problem seit heute?! Edited January 8, 2019 by onetouchshop (see edit history) 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