Probleme mit dem Emailbenachrichtigung(Notification)Modul

Hallo zusammen, ich bekomme die unten angeführte Fehlermeldung wenn ich einen Cronjobtest laufen lasse und das Notification Modul an habe. Hat jemand eine Idee was die Ursache dafür sein kann ? Die Notifications werden nicht abgearbeitet und das Modul deaktiviert sich danach bei den Cronjobs. Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. Syntax Error 89" on line 10 "{sShop}" unknown tag "sShop" in Shopware/Components/StringCompiler.php on line 172 Stack trace: #0 Shopware/Components/StringCompiler.php(144): Shopware\_Components\_StringCompiler-\>compileSmartyString('Hallo,??Ihr Art...', Array) #1 Shopware/Components/TemplateMail.php(224): Shopware\_Components\_StringCompiler-\>compileString('Hallo,??Ihr Art...') #2 Shopware/Components/TemplateMail.php(185): Shopware\_Components\_TemplateMail-\>loadValues(Object(Enlight\_Components\_Mail), Object(Shopware\Models\Mail\Mail), Array) #3 Shopware/Plugins/Default/Frontend/Notification/Bootstrap.php(295): Shopware\_Components\_TemplateMail-\>createMail('sARTICLEAVAILAB...', Array) #4 Enlight/Event/Handler/Plugin.php(149): Shopware\_Plugins\_Frontend\_Notification\_Bootstrap::onRunCronJob(Object(Shopware\_Components\_Cron\_CronJob)) #5 Enlight/Event/EventManager.php(252): Enlight\_Event\_Handler\_Plugin-\>execute(Object(Shopware\_Components\_Cron\_CronJob)) #6 Enlight/Components/Cron/Manager.php(228): Enlight\_Event\_EventManager-\>notifyUntil('Shopware\_CronJo...', Object(Shopware\_Components\_Cron\_CronJob)) #7 Shopware/Plugins/Default/Core/Cron/Cron.php(52): Enlight\_Components\_Cron\_Manager-\>runJob(Object(Enlight\_Components\_Cron\_Job)) #8 Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_Cron-\>indexAction() #9 Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('indexAction') #10 Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #11 Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #12 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(473): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #14 vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(244): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #15 Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #16 shopware.php(91): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #17 {main}

Moin, da stimmt eine Variable in deinen eMaileinstellungen nicht. Genauer gesagt im sARTICLEAVAILABLE fehlt das $ for sShop oder du musst {config name=shopName} verwenden.

2 „Gefällt mir“

Hi, das war es, vielen Dank.