[gelöst] Template als Plugin

Hallo, nach der Shopware-Anleitung habe ich aus einem Template, welches problemlos funktioniert, ein Plugin für den Store gemacht. Wenn ich es nun zum Testen auf meiner lokalen Installation über den Pluginmanager hochlade (Inst., Aktivierung + Templateauswahl erfolgreich) kommt im Frontend folgende Fehlermeldung: [quote]Fatal error: Uncaught exception ‚SmartyCompilerException‘ with message ‚Syntax Error in template „C:\uwamp\www\engine\Shopware\Plugins\Community\Frontend\WolfTemplatePapyrus\Views\frontend\index\index.tpl“ on line 1 „{extends file=‚parent:frontend/index/index.tpl‘}“ illegal recursive call of „parent:frontend/index/index.tpl“‘ in C:\uwamp\www\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php:657 Stack trace: #0 C:\uwamp\www\engine\Library\Smarty\sysplugins\smarty_internal_compile_extends.php(82): Smarty_Internal_TemplateCompilerBase->trigger_template_error(‚illegal recursi…‘, 1) #1 C:\uwamp\www\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php(465): Smarty_Internal_Compile_Extends->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #2 C:\uwamp\www\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php(249): Smarty_Internal_TemplateCompilerBase->callTagCompiler(‚extends‘, Array, Array) #3 C:\uwa in C:\uwamp\www\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php on line 657 503 Service Unavailable[/quote] Dabei sieht die Index.tpl aus wie im Tutorial: [code]{extends file=‚parent:frontend/index/index.tpl‘} {block name=„frontend_index_shopware_footer“}

{* FOOTER *}

{include file=‚frontend/index/footer.tpl‘}

{/block}[/code] Lösung parat? Ich sehe den Fehler nicht.

Schaut eigentlich gut aus. Die Fehlermeldung bedeutet doch, dass die Datei sich selbst aufruft, oder? Mal testweise mit extends="…/_emotion/frontend/index/index.tpl" versucht?

Das geht auch nicht. Die Anleitung von Shopware scheint mir fehlerhaft.

Hallo, evtl. liegt der rekursive Aufruf an der Vererbungsstrategie von Shopware. Plugin-Templates greifen zum Abschluß noch in die Templatekompilierung ein und überschreiben alle anderen Blöcke.

Gelöst: Verzeichnis “View” war mit kleinem “v” , im der Bootstap mit großem “V”… kleiner Fehler, große Wirkung