Hallo liebe Community,
leider stehe ich wieder einmal vor einem Problem und kann es nicht selbst beheben. Vermutlich handelt es sich um einen PHP Error, da ich mich mit PHP allerdings nicht auskenne und auch im Internet nichts vergleichbares finden konnte, bitte ich euch um Hilfe.
Gerade eben wollte ich ein paar E-Mails versenden (HostEurope) da bekam ich den Fehler: „451 mail quota reached“. Das der Fehler bedeutet, dass das E-Mail Limit (Limit liegt bei 50 Mails in 60min) erreicht ist konnte ich schon heraus finden. Jetzt ist jedoch das Problem gegeben, dass in den letzten 60min keine einzige Mail versendet wurde und ich zusätzlich per E-Mail den unten aufgeführten Shopware 5 Fehler bekommen habe (Diese Fehlermeldung wird uns per Dauerschleife, wie der E-Mail Log zeigt, zugesendet und deshalb ist das Limit erreicht).
Da ich schonmal Probleme mit dem Mail versandt per PHP hatte, hab ich den Versandt von Shopware auf SMTP umgestellt. Eventuell ist diese Info hilfreich bei der Behebung.
Es geht weder das Frontend noch das Backend. Ich also absolut gar nichts mehr machen und nicht einmal den Wartungsmodus einstellen.
Vielen Dank für eure Hilfe! Über eure Antworten freue ich mich.
Shopware Error:
PDOException: SQLSTATE(HY000): General error: 1 Can't create/write to file '/is/htdocs/user_tmp/mysql/#sql_63c9_0.MYI' (Errcode: 28 - No space left on device) in /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117
Stack trace:
#0 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(117): PDOStatement->execute(NULL)
#1 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1304): Doctrine\DBAL\Driver\PDOStatement->execute()
#2 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(212): Doctrine\DBAL\Connection->executeQuery('SELECT emotion....', Array, Array)
#3 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/Emotion/DeviceConfiguration.php(116): Doctrine\DBAL\Query\QueryBuilder->execute()
#4 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Bundle/EmotionBundle/Service/StoreFrontEmotionDeviceConfiguration.php(47): Shopware\Components\Emotion\DeviceConfiguration->get(3)
#5 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Controllers/Frontend/Index.php(49): Shopware\Bundle\EmotionBundle\Service\StoreFrontEmotionDeviceConfiguration->getCategoryConfiguration(3, Object(Shopware\Bundle\StoreFrontBundle\Struct\ShopContext))
#6 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Action.php(187): Shopware_Controllers_Frontend_Index->indexAction()
#7 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(467): Enlight_Controller_Action->dispatch('indexAction')
#8 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#9 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Kernel.php(197): Enlight_Controller_Front->dispatch()
#10 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(85): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(479): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(270): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#13 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(452): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(346): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(196): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(224): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#17 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(117): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /is/htdocs/wp1112165_VOIHP9HYHO/www3/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#19 {main}
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE(HY000): General error: 1 Can't create/write to file '/is/htdocs/user_tmp/mysql/#sql_63c9_0.MYI' (Errcode: 28 - No space left on device) in /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18
Stack trace:
#0 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php(119): Doctrine\DBAL\Driver\PDO\Exception::new(Object(PDOException))
#1 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1304): Doctrine\DBAL\Driver\PDOStatement->execute()
#2 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(212): Doctrine\DBAL\Connection->executeQuery('SELECT emotion....', Array, Array)
#3 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/Emotion/DeviceConfiguration.php(116): Doctrine\DBAL\Query\QueryBuilder->execute()
#4 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Bundle/EmotionBundle/Service/StoreFrontEmotionDeviceConfiguration.php(47): Shopware\Components\Emotion\DeviceConfiguration->get(3)
#5 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Controllers/Frontend/Index.php(49): Shopware\Bundle\EmotionBundle\Service\StoreFrontEmotionDeviceConfiguration->getCategoryConfiguration(3, Object(Shopware\Bundle\StoreFrontBundle\Struct\ShopContext))
#6 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Action.php(187): Shopware_Controllers_Frontend_Index->indexAction()
#7 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(467): Enlight_Controller_Action->dispatch('indexAction')
#8 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#9 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Kernel.php(197): Enlight_Controller_Front->dispatch()
#10 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(85): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(479): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(270): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#13 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(452): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(346): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(196): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(224): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#17 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(117): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /is/htdocs/wp1112165_VOIHP9HYHO/www3/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#19 {main}
Next Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'SELECT emotion.id, emotion.device as devices, emotion.show_listing as showListing, emotion.fullscreen, emotion.customer_stream_ids, emotion.replacement, emotion.position, emotion.listing_visibility, GROUP_CONCAT(shops.shop_id SEPARATOR ',') as shopIds FROM s_emotion emotion LEFT JOIN s_emotion_shops shops ON shops.emotion_id = emotion.id INNER JOIN s_emotion_categories category ON category.emotion_id = emotion.id
AND category.category_id = ? WHERE (emotion.active = 1) AND (emotion.is_landingpage = 0) AND ((emotion.valid_to >= NOW() OR emotion.valid_to IS NULL)) AND ((emotion.valid_from <= NOW() OR emotion.valid_from IS NULL)) AND (emotion.preview_id IS NULL) GROUP BY emotion.id ORDER BY emotion.position ASC, emotion.id ASC' with params (3):
SQLSTATE(HY000): General error: 1 Can't create/write to file '/is/htdocs/user_tmp/mysql/#sql_63c9_0.MYI' (Errcode: 28 - No space left on device) in /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128
Stack trace:
#0 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(182): Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\DBAL\Driver\PDO\Exception))
#1 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(159): Doctrine\DBAL\DBALException::wrapException(Object(Doctrine\DBAL\Driver\PDO\MySQL\Driver), Object(Doctrine\DBAL\Driver\PDO\Exception), 'An exception oc...')
#2 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(2226): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDO\MySQL\Driver), Object(Doctrine\DBAL\Driver\PDO\Exception), 'SELECT emotion....', Array)
#3 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1313): Doctrine\DBAL\Connection->handleExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDO\Exception), 'SELECT emotion....', Array, Array)
#4 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(212): Doctrine\DBAL\Connection->executeQuery('SELECT emotion....', Array, Array)
#5 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/Emotion/DeviceConfiguration.php(116): Doctrine\DBAL\Query\QueryBuilder->execute()
#6 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Bundle/EmotionBundle/Service/StoreFrontEmotionDeviceConfiguration.php(47): Shopware\Components\Emotion\DeviceConfiguration->get(3)
#7 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Controllers/Frontend/Index.php(49): Shopware\Bundle\EmotionBundle\Service\StoreFrontEmotionDeviceConfiguration->getCategoryConfiguration(3, Object(Shopware\Bundle\StoreFrontBundle\Struct\ShopContext))
#8 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Action.php(187): Shopware_Controllers_Frontend_Index->indexAction()
#9 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(467): Enlight_Controller_Action->dispatch('indexAction')
#10 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#11 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Kernel.php(197): Enlight_Controller_Front->dispatch()
#12 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(85): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#13 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(479): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#14 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(270): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#15 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(452): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(346): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#17 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(196): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#18 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(224): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#19 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(117): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 /is/htdocs/wp1112165_VOIHP9HYHO/www3/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#21 {main}
2023-05-09T09:50:18.603772+0200
core
{
"uri": "/",
"method": "GET",
"query": [],
"post": []
}
No session data available
1
Das ist die Fehlermeldung die im Frontent angzeigt wird:
**Fatal error** : Uncaught Enlight_Exception: Unable to write file "/is/htdocs/wp1112165_VOIHP9HYHO/www3/var/cache/production_202303281109/proxies/ShopwareControllersBackendErrorProxy.php" in /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Hook/ProxyFactory.php:436 Stack trace: #0 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Hook/ProxyFactory.php(123): Enlight_Hook_ProxyFactory->writeProxyClass('/is/htdocs/wp11...', '<?php\nclass Sho...') #1 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Hook/HookManager.php(142): Enlight_Hook_ProxyFactory->getProxy('Shopware_Contro...') #2 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/DependencyInjection/ProxyFactory.php(33): Enlight_Hook_HookManager->getProxy('Shopware_Contro...') #3 /is/htdocs/wp1112165_VOIHP9HYHO/www3/var/cache/production_202303281109/proxies/ShopwareProduction6893d80a00d3b2a5662452c8c306139964cd51bfProjectContainer.php(7557): Shopware\Components\DependencyInjection\ProxyFactory::getProxy(Object(Enlight_Hook_HookManager), 'Shopware_Contro...', Array) #4 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/dependency-injection/Container.php(257): ShopwareProduction6893d80a00d3b2a5662452c8c306139964cd51bfProjectContainer->getShopwareControllersBackendErrorService() #5 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/dependency-injection/Container.php(231): Symfony\Component\DependencyInjection\Container->make('shopware_contro...', 1) #6 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/DependencyInjection/Container.php(212): Symfony\Component\DependencyInjection\Container->get('shopware_contro...', 1) #7 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/DependencyInjection/Container.php(136): Shopware\Components\DependencyInjection\Container->doLoad('shopware_contro...', 'shopware_contro...', 1) #8 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(284): Shopware\Components\DependencyInjection\Container->get('shopware_contro...') #9 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(365): Enlight_Controller_Dispatcher_Default->getControllerPath(Object(Enlight_Controller_Request_RequestHttp)) #10 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(416): Enlight_Controller_Dispatcher_Default->isDispatchable(Object(Enlight_Controller_Request_RequestHttp)) #11 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #12 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Kernel.php(197): Enlight_Controller_Front->dispatch() #13 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(85): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #14 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(479): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true) #15 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(270): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #16 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(269): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) #17 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(106): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) #18 /is/htdocs/wp1112165_VOIHP9HYHO/www3/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) #19 {main} thrown in **/is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Hook/ProxyFactory.php** on line **436**
Jetzt wird die Fehlermeldung im Frontend angezeigt. Das ändert sich nach jedem neuladen der Seite:
**Fatal error** : Uncaught SmartyException: unable to create directory /is/htdocs/wp1112165_VOIHP9HYHO/www3/var/cache/production_202303281109/templates/frontend_MeinTheme_de_DE_1_secure/ed/81/6c in /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Smarty/sysplugins/smarty_internal_write_file.php:54 Stack trace: #0 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Smarty/sysplugins/smarty_internal_template.php(202): Smarty_Internal_Write_File::writeFile('/is/htdocs/wp11...', '<?php /* Smarty...', Object(Enlight_Template_Manager)) #1 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource() #2 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/View/Default.php(286): Smarty_Internal_TemplateBase->fetch() #3 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(180): Enlight_View_Default->render(Object(Enlight_Template_Default)) #4 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(207): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->renderTemplate(Object(Enlight_Template_Default)) #5 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(124): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->render() #6 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Event/Handler/Default.php(90): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->onPostDispatch(Object(Enlight_Controller_ActionEventArgs)) #7 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Event/EventManager.php(207): Enlight_Event_Handler_Default->execute(Object(Enlight_Controller_ActionEventArgs)) #8 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Action.php(229): Enlight_Event_EventManager->notify('Enlight_Control...', Object(Enlight_Controller_ActionEventArgs)) #9 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Dispatcher/Default.php(467): Enlight_Controller_Action->dispatch('genericErrorAct...') #10 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #11 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Kernel.php(197): Enlight_Controller_Front->dispatch() #12 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(85): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #13 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(479): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true) #14 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(270): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #15 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(452): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) #16 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(346): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true) #17 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(196): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true) #18 /is/htdocs/wp1112165_VOIHP9HYHO/www3/vendor/symfony/http-kernel/HttpCache/HttpCache.php(224): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true) #19 /is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Shopware/Components/HttpCache/AppCache.php(117): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #20 /is/htdocs/wp1112165_VOIHP9HYHO/www3/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) #21 {main} thrown in **/is/htdocs/wp1112165_VOIHP9HYHO/www3/engine/Library/Smarty/sysplugins/smarty_internal_write_file.php** on line **54**