trotz vollständigen Updates auf 5.2.14 - 503 Service unavailable????

Hallo zusammen,

bin am verzweifeln - ich habe gestern das Update auf die 5.2.14 durchgeführt - alle Vorraussetzungen und PlugIns waren auf Grün.
Das Update lief auch anstandslos durch - Meldung: Update erfolgreich. Nach dem Klick auf “zum Backend” dann nur noch die 
503 Fehlermeldung sowohl im Backend als auch im Frontend - mein Shop ist also tot!!!

Da ich mir leider nicht wirklich selbst zu helfen weiß, habe ich meinen Provider beauftragt ein Datenbank Restore durchzuführen.
Dieser ist auch erfolgreich durchgeführt worden - leider ohne jeglichen Erfolg!

Ich brauche bitte dringend Hilfe - in meinem Shop sind aktuelle BEstellungen an die ich jetzt nicht mehr herankomme. Bitte liebe Community
ich bin doch bestimmt nicht der einzige der dieses Problem hat, gibt es da eine Lösung?

Erster Schritt ist immer ,die Error-Log Datei anzusehen und hier zu posten. Vllt. kann dir dann hier geholfen werden. Sonst ist es nur raten…

Log Dateien

Sollte irgendwo im Frontend ein schwerwiegender Fehler auftreten, wird dieser ins Logfile auf dem Server geschrieben, diese Datei findest Du unter /var/log/ auf deinem Server,

Siehe auch hier: http://community.shopware.com/Fehlermeldungen-in-Shopware-debuggen_detail_1880.html#Frontend_Error_Reporter

ja ich habe soeben die Config.php mit dem Error_Reporter Snippet erweitert und abgespeichert - leider bekomme ich dennoch im Frontend keine Fehlermeldung ausgegeben.
Ich bin echt am verzweifeln:

die Config:

<?php return array (
  'db' =\>    array (     'host' =\> 'localhost',     'port' =\> '3306',     'username' =\> 'db10986659-store',     'password' =\> '_entfernt_',     'dbname' =\> 'db10986659-vapestore',   ), 'front' =\> array(   'showException' =\> true,   'noErrorHandler' =\> false, ),   //Low-Level PHP-Fehler ab Shopware 5.2.0 'phpsettings' =\> [     'display\_errors' =\> 1, ] );   Natürlich mit dem richtigen Password Trotzdem bekomme ich keine Fehlermeldung ausgegeben. Die URL lautet www.dreamlike-vapestore.de 

achso - die var/log enthält keinen Fehlercode für den getsrigen nzw. heutigen Tag. 

auf dem laufenden Log Files des Servers bekomme ich folgende MEldung:

 [Fri Jan 20 01:35:59 2017] [-:error] [pid 7046] [client 79.247.87.140] [host www.dreamlike-vapestore.de] PHP Fatal error: Uncaught exception 'Doctrine\\Common\\Annotations\\AnnotationException' with message '[Semantical Error] The annotation "@\\Doctrine\\ORM\\Mapping\\Table" in class Shopware\\CustomModels\\Connect\\RemoteCategory does not exist, or could not be auto-loaded.' in /is/htdocs/wp10986659\_2D1WXP9N4P/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php:54\nStack trace:\n#0 /is/htdocs/wp10986659\_2D1WXP9N4P/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php(730): Doctrine\\Common\\Annotations\\AnnotationException::semanticalError('The annotation ...')\n#1 /is/htdocs/wp10986659\_2D1WXP9N4P/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php(663): Doctrine\\Common\\Annotations\\DocParser-]Annotation()\n#2 /is/htdocs/wp10986659\_2D1WXP9N4P/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php(354): Doctrine\\Common\\Annotations\\DocParser-]Annotations()\n#3 /is/htdocs/wp10986659\_2D1WXP9N4P/www/vendor/doctrine/annotations/lib/Doctrine/Com in /is/htdocs/wp10986659\_2D1WXP9N4P/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php on line 54

 

hier die Datei AnnotiationException.php:

    * Creates a new AnnotationException describing a Semantical error.
     *
     * @param string $message Exception message
     *
     * @return AnnotationException
     */
    public static function semanticalError($message)
    {
        return new self(’[Semantical Error] ’ . $message);

 

Letzte Zeile ist die Zeile 54!

Niemand eine Idee? 

Deaktivier mal das Connect Plugin.

In der Datenbank s_core_plugins das plugin Connect in der spalte active auf 0 setzen

Du musst das Connect Plugin updaten.