Backend Fatal error nach Theme kompilieren

…Bei themes war der Backend ordner verschwunden… Moin ich bin grad dabei mein erstes Shopware Projekt fertig zu stellen. Nun habe ich ein erstes Problem eines Fatal Errors beim Aufruf des Backends. Vorher habe ich ein Update auf Shopware 5.0.3 gemacht. Konnte danach aber die Backend Seite aufrufen und habe dann noch weitergearbeitet. Nach dem Theme kompilieren komme ich aber jetzt nicht mehr aufs Backend. Folgende Fehlermeldung : Fatal error: Uncaught exception ‘SmartyException’ with message ‘Unable to load template snippet ‘backend/error/index.tpl’’ in /html/shopware/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /html/shopware/engine/Library/Enlight/View/Default.php(274): Smarty_Internal_TemplateBase->fetch() #1 /html/shopware/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(216): Enlight_View_Default->render(Object(Enlight_Template_Default)) #2 /html/shopware/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(242): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->renderTemplate(Object(Enlight_Template_Default)) #3 /html/shopware/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(136): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->render() #4 [internal function]: Enlight_Controller_Plugins_ViewRenderer_Bootstrap->onPostDispatch(Object(Enlight_Controller_ActionEventArgs)) #5 /html/shopware/engine/Library/Enlight/Event/Handler/Default.php(91): cal in /html/shopware/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php on line 127 503 Service Unavailable Hat jemand eine Idee wie ich weiter vorgehen könnte? Vielen Dank Gruß Johannes

Hallo, das ist nicht die “richtige” Fehlermeldung. Bau das hier mal in deine config.php ein: 'front' =\> array( 'throwExceptions' =\> true, ), Hier auch eine genaue Anleitung im Wiki: http://community.shopware.com/Fehlermel … m_Frontend Die Fehlermneldung die dann angezeigt wird, sollte uns weiterhelfen! Moritz

So sieht jetzt meine config.php aus : <?php return array( 'db' => array( 'username' =\> 'xxxxx', 'password' =\> 'xxxxx', 'dbname' =\> 'xxxxxx', 'host' =\> 'xxxxxx', 'port' =\> 'xxxx' ), 'front' =\> array('showException' =\> true),); Jedoch ändert sich an der Fehlermeldung nichts. Fatal error: Uncaught exception ‚SmartyException‘ with message ‚Unable to load template snippet ‚backend/error/index.tpl‘‘ in /html/shopware/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /html/shopware/engine/Library/Enlight/View/Default.php(274): Smarty_Internal_TemplateBase->fetch() #1 /html/shopware/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(216): Enlight_View_Default->render(Object(Enlight_Template_Default)) #2 /html/shopware/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(242): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->renderTemplate(Object(Enlight_Template_Default)) #3 /html/shopware/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php(136): Enlight_Controller_Plugins_ViewRenderer_Bootstrap->render() #4 [internal function]: Enlight_Controller_Plugins_ViewRenderer_Bootstrap->onPostDispatch(Object(Enlight_Controller_ActionEventArgs)) #5 /html/shopware/engine/Library/Enlight/Event/Handler/Default.php(91): cal in /html/shopware/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php on line 127 503 Service Unavailable Gruß Johannes