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?!
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?!
Any final solutions found!? I have exactly the same issue today.
On 12/24/2018 at 12:11 PM, Johannes-S. said: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]