Hallo,
Wir betreiben aktuell Shopware Version 5.1.4 für unseren Onlineshop und wollen nun das Sicherheitsupdate 5.2.21 einspielen. Zunächst wurden die Vorraussetzungen für das Update (php Version etc.) erfüllt. Nach dem Erstellen der Backups und dem Hochladen der Updatedateien geht der Shop wie erwartet in den Wartungsmodus.
Jetzt zum Problem: Ein Aufruf der Seite /recovery/update leitet sofort auf /recovery/install/index.php um. Wenn wir versuchen das Update über die Shell-Konsole aufzurufen ( php recovery/update/index.php) erhalten wir folgende Fehlermeldung:
/html$ php recovery/update/index.php
Failed loading /usr/local/php/ext/ioncube_loader_lin_5.4.so: /usr/local/php/ext/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
Cannot load the ionCube PHP Loader - extension already loaded
Cannot load Zend Guard Loader - extension already loaded
Status: 404 Not Found
Content-type: text/html;charset=UTF-8
<br />
<b>Notice</b>: Undefined index: REQUEST_METHOD in <b>/html/recovery/common/vendor/slim/slim/Slim/Environment.php</b> on line <b>124</b><br />
<br />
<b>Notice</b>: Undefined index: REMOTE_ADDR in <b>/html/recovery/common/vendor/slim/slim/Slim/Environment.php</b> on line <b>127</b><br />
<br />
<b>Notice</b>: Undefined index: SCRIPT_NAME in <b>/html/recovery/common/vendor/slim/slim/Slim/Environment.php</b> on line <b>130</b><br />
<br />
<b>Notice</b>: Undefined index: REQUEST_URI in <b>/html/recovery/common/vendor/slim/slim/Slim/Environment.php</b> on line <b>131</b><br />
<br />
<b>Notice</b>: Undefined index: SERVER_NAME in <b>/html/recovery/common/vendor/slim/slim/Slim/Environment.php</b> on line <b>151</b><br />
<br />
<b>Notice</b>: Undefined index: SERVER_PORT in <b>/html/recovery/common/vendor/slim/slim/Slim/Environment.php</b> on line <b>154</b><br />
<html><head><title>404 Page Not Found</title><style>body{margin:0;padding:30px;font:12px/1.5 Helvetica,Arial,Verdana,sans-serif;}h1{margin:0;font-size:48px;font-weight:normal;line-height:48px;}strong{display:inline-block;width:65px;}</style></head><body><h1>404 Page Not Found</h1><p>The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.</p><a href="/">Visit the Home Page</a></body></html>
Bei bisherigen Forums/Googlesuchen habe ich nichts in diese Richtung gefunden, weiß jemand wo hier das Problem liegt?
Freundliche Grüße