Hilfe, plötzlich bekomme ich einen "500 Server Error" wenn meine Kunden beim Auschecken wollen.
In dem Moment, wenn man von "Adresse" auf Weiter klickt um zu Zahlungsarten zu kommen, erscheint plötzlich der Error!
Aus dem Nichts... ich hab nichts umgestellt oder geändert oder so...
Folgende Fehlermeldung bekomme ich, wenn ich in "config/defines.inc.php" Datei folgendes ändere
Quotedefine('_PS_MODE_DEV_', false);
zu
define('_PS_MODE_DEV_', true);
Quote(1/1) ContextErrorException
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
in MessageFactory.php line 197
at ErrorHandler->handleError(2, '"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?', '/var/www/web1704/html/shop/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php', 197, array('class' => 'GuzzleHttp\\Message\\MessageFactory', 'e' => 32767, 'file' => '/var/www/web1704/html/shop/vendor/composer/../guzzlehttp/guzzle/src/Message/MessageFactory.php', 'wasCached' => false))in DebugClassLoader.php line 146
at require()in DebugClassLoader.php line 146
at DebugClassLoader->loadClass('GuzzleHttp\\Message\\MessageFactory')
at spl_autoload_call('GuzzleHttp\\Message\\MessageFactory')in Client.php line 78
at Client->__construct(array('base_url' => 'https://api-addons.prestashop.com', 'defaults' => array('timeout' => '5.0'), 'headers' => array('Accept' => 'application/json')))in ModuleManagerBuilder.php line 159
at ModuleManagerBuilder->__construct()in ModuleManagerBuilder.php line 77
at ModuleManagerBuilder::getInstance()in Link.php line 782
at LinkCore->getImageLink('', 'de-default', 'large_default')in ImageRetriever.php line 226
at ImageRetriever->getNoPictureImage(object(Language))in FrontController.php line 1517
at FrontControllerCore->getTemplateVarUrls()in FrontController.php line 1843
at FrontControllerCore->makeLoginForm()in OrderController.php line 114
at OrderControllerCore->bootstrap()in OrderController.php line 79
at OrderControllerCore->postProcess()in Controller.php line 244
at ControllerCore->run()in Dispatcher.php line 428
at DispatcherCore->dispatch()in index.php line 28
Was bedeutet das? Warum läuft der Shop plötzlich nichtmehr? :////// HELP PLEASE