Hallo,
ich erhalte in den beiden Cronjobs „Shopware_CronJob_Search“ und „Shopware_CronJob_RefreshSearch“ jeweils anhängende Fehlermeldung.
Der „_Search“ sollte meines Wissens nach von dem „_RefreshSearch“ abgelöst worden sein, löschen kann ich ihn jedoch nicht. Das aber nur am Rande.
Das „Ergebnis“ ist recht lang, deshalb hier ein Link zur TXT-Datei auf Dropbox: Fehler-Datei
Hier der Endausschnitt mit dem Fehler:
Start:
array (
'error' => 'An exception occurred while executing \'INSERT IGNORE INTO s_search_index (keywordID, elementID, fieldID)
Ende:
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 \'as elementID, 11 as fieldID FROM s_search_keywords sk WHERE sk.keyword IN (\'smok\' at line 15',
)
Stack trace:
#0 vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(996): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), 'INSERT IGNORE I...', Array)
#1 engine/Shopware/Bundle/SearchBundleDBAL/SearchTerm/SearchIndexer.php(203): Doctrine\DBAL\Connection->executeUpdate('INSERT IGNORE I...')
#2 engine/Shopware/Plugins/Default/Core/RebuildIndex/Bootstrap.php(234): Shopware\Bundle\SearchBundleDBAL\SearchTerm\SearchIndexer->build()
#3 engine/Library/Enlight/Event/Handler/Plugin.php(149): Shopware_Plugins_Core_RebuildIndex_Bootstrap->refreshSearchIndex(Object(Shopware_Components_Cron_CronJob))
#4 engine/Library/Enlight/Event/EventManager.php(251): Enlight_Event_Handler_Plugin->execute(Object(Shopware_Components_Cron_CronJob))
#5 engine/Library/Enlight/Components/Cron/Manager.php(258): Enlight_Event_EventManager->notifyUntil('Shopware_CronJo...', Object(Shopware_Components_Cron_CronJob))
#6 engine/Shopware/Plugins/Default/Core/Cron/Cron.php(52): Enlight_Components_Cron_Manager->runJob(Object(Enlight_Components_Cron_Job))
#7 engine/Library/Enlight/Controller/Action.php(159): Shopware_Controllers_Backend_Cron->indexAction()
#8 engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch('indexAction')
#9 engine/Library/Enlight/Controller/Front.php(223): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#10 engine/Shopware/Kernel.php(177): Enlight_Controller_Front->dispatch()
#11 vendor/symfony/http-kernel/HttpCache/HttpCache.php(487): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#13 vendor/symfony/http-kernel/HttpCache/HttpCache.php(258): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#14 engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#15 shopware.php(113): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 {main}
Ich hoffe ihr könnt mir helfen.
Viele Grüße,
Manuel