Backend funktioniert nicht

Hallo, deaktivieren oder aus der Datenbank löschen hilft da nix. Du musst die vom Server löschen. Am besten benennst du mal den Ordner Community und Local um. Wenn der Plugin-Manager dann aufgeht, liegt es zumindest an einem der Plugins in den beiden Ordnern. Moritz

1 „Gefällt mir“

Danke! das wars! es war noch ein Plugin im Ordner Community welches alles blockiert hatte. Dachte aber das es wichtig ist und deshalb hatte ich es zuerst nicht gelöscht.

unten genannte Fehlwermeldung tauchte hier jetzt auch auf. Und zwar von einem Moment zum anderen. Leider war die Fehlersuche bislang erfolglos. Der Fehler tritt auf, wenn man im Backend unter dem Artikel-Menü auf Übersicht klickt

 
Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. An exception occurred while executing ‚SELECT count(DISTINCT s0_.id) AS sclr0 FROM s_articles_details s0_ INNER JOIN LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1‘: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‚LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1‘ at line 1

 

@Sunsara schrieb:

unten genannte Fehlwermeldung tauchte hier jetzt auch auf. Und zwar von einem Moment zum anderen. Leider war die Fehlersuche bislang erfolglos. Der Fehler tritt auf, wenn man im Backend unter dem Artikel-Menü auf Übersicht klickt

 

Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. An exception occurred while executing ‚SELECT count(DISTINCT s0_.id) AS sclr0 FROM s_articles_details s0_ INNER JOIN LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1‘: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‚LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1‘ at line 1

 

wenn ich den o.g. Befehl "SELECT count(DISTINCT s0_.id) AS sclr0 FROM s_articles_details s0_ INNER JOIN LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1" direkt auf der Datenbak ausführe, erhalte ich die gleiche Fehlermeldung. Warum und wo wird denn überhaupt ein solcher fehlerhafter Befehl generiert bzw. ausgeführt?

Hier die komplette Fehlermeldung:

Ups! Ein Fehler ist aufgetreten!
Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.

An exception occurred while executing ‘SELECT count(DISTINCT s0_.id) AS sclr0 FROM s_articles_details s0_ INNER JOIN LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1’: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LEFT JOIN s_articles s2_ ON s0_.articleID = s2_.id WHERE s0_.kind = 1’ at line 1 in vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 91

Stack trace:

#0 vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(702): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), ‘SELECT count(DI…’, Array)
#1 vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php(50): Doctrine\DBAL\Connection->executeQuery(‘SELECT count(DI…’, Array, Array, NULL)
#2 vendor/doctrine/orm/lib/Doctrine/ORM/Query.php(286): Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#3 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(794): Doctrine\ORM\Query->_doExecute()
#4 vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php(598): Doctrine\ORM\AbstractQuery->execute(NULL, 3)
#5 vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php(143): Doctrine\ORM\AbstractQuery->getScalarResult()
#6 Shopware/Components/MultiEdit/Resource/Product/Filter.php(170): Doctrine\ORM\Tools\Pagination\Paginator->count()
#7 Shopware/Components/MultiEdit/Resource/Product/Filter.php(196): Shopware\Components\MultiEdit\Resource\Product\Filter->getPaginatedResult(Object(Doctrine\ORM\Query))
#8 Shopware/Components/MultiEdit/Resource/Product.php(111): Shopware\Components\MultiEdit\Resource\Product\Filter->filter(Array, 0, ‘25’, Array)
#9 Shopware/Controllers/Backend/ArticleList.php(364): Shopware\Components\MultiEdit\Resource\Product->filter(Array, 0, ‘25’, Array)
#10 Enlight/Controller/Action.php(159): Shopware_Controllers_Backend_ArticleList->filterAction()
#11 Enlight/Controller/Dispatcher/Default.php(524): Enlight_Controller_Action->dispatch(‘filterAction’)
#12 Enlight/Controller/Front.php(227): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#13 Shopware/Kernel.php(143): Enlight_Controller_Front->dispatch()
#14 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(490): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#15 Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#16 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(261): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#17 Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#18 shopware.php(101): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#19 {main}