Installation

Ganz gespannt auf 4.0, gezogen, installiert und Fehlermeldung: Fatal error: Call to undefined function Doctrine\Common\Annotations\stream_resolve_include_path() in D:\xampp\htdocs\shopware4\engine\Library\Doctrine\Common\Annotations\AnnotationRegistry.php on line 107 Fehler wird in php-Datei „AnnotationRegistry.php“ ausgelöst wo folgendes steht: if ($path = stream_resolve_include_path($file)) { require $path; return true; } ist die „stream_resolve_include_path“ Funktion nicht eine php-Funktion? (Laut Installer ALLE Vorrausetzungen erfüllt!) Hat jemand ne Idee?

leider warte ich schon lange auf die antwort. guckst du hier (paar posts unter deinem) hab mir xampp 1.8.0 gezogen, da ist der fehler weg, aber dafür kommt nun [quote] Fatal error: Uncaught exception ‘SmartyCompilerException’ with message ‘Syntax Error in template “C:\xampp\htdocs\shop40\templates_emotion\frontend\index\index.tpl” on line 2 “” illegal recursive call of “parent:frontend/index/index.tpl”’ in C:\xampp\htdocs\shop40\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php:627 Stack trace: #0 C:\xampp\htdocs\shop40\engine\Library\Smarty\sysplugins\smarty_internal_compile_extends.php(77): Smarty_Internal_TemplateCompilerBase->trigger_template_error(‘illegal recursi…’, 2) #1 C:\xampp\htdocs\shop40\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php(429): Smarty_Internal_Compile_Extends->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #2 C:\xampp\htdocs\shop40\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php(227): Smarty_Internal_TemplateCompilerBase->callTagCompiler(‘extends’, Array, Array) #3 C:\xampp\htdocs\shop40\engine\Library\Smarty\sysplugins\smarty_int in C:\xampp\htdocs\shop40\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php on line 627 [/quote]

Bei mir leider das gleiche. Schreibe nochmals den Fehlercode rein, vielleicht gibt’s dann bald was dazu zu lesen. Fatal error: Uncaught exception ‚SmartyCompilerException‘ with message ‚Syntax Error in template „D:\Eigene Dateien\xampp\htdocs\shopware4\templates_emotion\frontend\index\index.tpl“ on line 2 „“ illegal recursive call of „parent:frontend/index/index.tpl“‘ in D:\Eigene Dateien\xampp\htdocs\shopware4\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php:627 Stack trace: #0 D:\Eigene Dateien\xampp\htdocs\shopware4\engine\Library\Smarty\sysplugins\smarty_internal_compile_extends.php(77): Smarty_Internal_TemplateCompilerBase->trigger_template_error(‚illegal recursi…‘, 2) #1 D:\Eigene Dateien\xampp\htdocs\shopware4\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php(429): Smarty_Internal_Compile_Extends->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #2 D:\Eigene Dateien\xampp\htdocs\shopware4\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php(227): Smarty_Internal_TemplateCompilerBase->callTagCompiler(‚extends‘, Array, Arra in D:\Eigene Dateien\xampp\htdocs\shopware4\engine\Library\Smarty\sysplugins\smarty_internal_templatecompilerbase.php on line 627

ja die selbe Meldung hatte ich mit dem offiziellen UWAMP Package der Beta 2 auch… habe es nun auf unseren Webspace installiert läuft einwandfrei!

Hallo, prüfen wir und melden uns gleich wieder.

1 „Gefällt mir“

@Schili http://de3.php.net/manual/en/function.s … e-path.php Welche PHP-Version hast du genau im Einsatz?

Für die, die es unter Windows probiert haben. Könnt ihr mal die Datei engine\Library\Enlight\Templates\Plugins\resource.parent.php mit der Version aus dem Anhang (Ist gepackt! Also erst entpacken) hier ersetzen? Würde mich dann kurz über eine Info freuen, ob es dann funktioniert. Danke!

1 „Gefällt mir“

[quote=„Stefan Hamann“]@Schili http://de3.php.net/manual/en/function.s … e-path.php Welche PHP-Version hast du genau im Einsatz?[/quote] PHP Version 5.3.1

[quote=“Stefan Hamann”]Für die, die es unter Windows probiert haben. Könnt ihr mal die Datei engine\Library\Enlight\Templates\Plugins\resource.parent.php mit der Version aus dem Anhang (Ist gepackt! Also erst entpacken) hier ersetzen? Würde mich dann kurz über eine Info freuen, ob es dann funktioniert. Danke![/quote] Datei ersetzt, habe aber immer noch gleiche Fehlermeldung!

Du müsstest auf eine PHP-Version größer PHP 5.3.1

smarty geht jetzt. das eigentlich problem mit „stream_resolve_include_path()“ ist jedoch nicht behoben! bitte „engine\Library\Doctrine\Common\Annotations\AnnotationRegistry.php“ mit if (function\_exists('stream\_resolve\_include\_path')) { ... erweitern!

Hi! Geht nun mit der File / PHP 5.4.4 Danke!

[quote=„Stefan Hamann“]Du müsstest auf eine PHP-Version größer PHP 5.3.1[/quote] Danke für den Hinweis, werde das morgen mal testen!

[quote=„Stefan Hamann“]Für die, die es unter Windows probiert haben. Könnt ihr mal die Datei engine\Library\Enlight\Templates\Plugins\resource.parent.php mit der Version aus dem Anhang (Ist gepackt! Also erst entpacken) hier ersetzen? Würde mich dann kurz über eine Info freuen, ob es dann funktioniert. Danke![/quote] Ich hatte die gleiche Fehlermeldung bei Auswahl eines Emotion Templates. Ich habe die Datei ersetzt. Nun klappts. Xampp 1.8.0. PHP Version 5.4.4 VG Vio