Backend wird nicht mehr geladen

Hallo zusammen,

mein Backend wird nicht mehr geladen. Shopware-Version 5.4.6. Im Forum finde ich leider keine Lösung :frowning:

In der Console tauch folgende Fehlermeldung auf:

VM1243 base:15955 Uncaught TypeError: event.data.indexOf is not a function
    at r.onPostMessage (VM1243 base:15955)
    at r (VM1228 ext-all.js:1)
15:08:25.728 VM1243 base:15955 Uncaught TypeError: event.data.indexOf is not a function
    at r.onPostMessage (VM1243 base:15955)
    at r (VM1228 ext-all.js:1)
15:09:05.256 VM1337 Main&no-cache=1552916355:181 Uncaught TypeError: Cannot read property ‘lockedUntil’ of undefined
    at r.failure (VM1337 Main&no-cache=1552916355:181)
    at Object.callback (VM1228 ext-all.js:1)
    at r.afterAction (VM1228 ext-all.js:1)
    at r.onFailure (VM1228 ext-all.js:1)
    at Object.callback (VM1228 ext-all.js:1)
    at r.onComplete (VM1228 ext-all.js:1)
    at r.abort (VM1228 ext-all.js:1)
    at VM1228 ext-all.js:1

 

Was hat das zu bedeuten. Ich habe keine Änderung am Shop vorgenommen.

 

Bitte um Hilfe!

Gruß

Christian

Das steht noch in den Logs:

[2019-03-18 15:32:14] core.ERROR: PDOException: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction in /var/www/clients/client1/web2/web/engine/Library/Zend/Db/Statement/Pdo.php:219 Stack trace: #0 /var/www/clients/client1/web2/web/engine/Library/Zend/Db/Statement/Pdo.php(219): PDOStatement->execute(Array) #1 /var/www/clients/client1/web2/w

Jemand eine Idee?

Wenn ich das Backend über diesen Link aufrufe, dann bekomme ich folgende Fehlermeldung…

https://www.e-zigy.de/shopware.php/backend/auth

Ups! Ein Fehler ist aufgetreten!

Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.

Controller „auth“ not found in engine/Library/Enlight/Controller/Dispatcher/Default.php on line 507

Stack trace:

 #0 engine/Library/Enlight/Controller/Front.php(222): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #1 engine/Shopware/Kernel.php(215): Enlight\_Controller\_Front-\>dispatch() #2 vendor/symfony/http-kernel/HttpCache/HttpCache.php(486): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #3 engine/Shopware/Components/HttpCache/AppCache.php(268): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #4 vendor/symfony/http-kernel/HttpCache/HttpCache.php(253): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #5 engine/Shopware/Components/HttpCache/AppCache.php(105): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #6 shopware.php(122): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #7 {main}

Hat jemand eine Idee oder Ansatz?

Zur Info; der Fehler wurde gefunden.

/var/lib/mysql ist vollgelaufen und hat demnach Update-Queries extrem verzögert. Dadurch lief die Update-Query auf s_core_auth beim Login gerne mal >3 Minuten und hat einen Timeout verursacht. Durch einen Restart des MySQL-Servers lief wieder alles rund.

3 „Gefällt mir“

Hallo deezin, wo genau ist denn die Verortung von /var/lib/mysql ?? Das Verzeichnis finde ich in SW5 nicht.