allow_call_time_pass_reference Problem bei Strato

Gesperrt
woron
Beiträge: 17
Registriert: Di 11. Okt 2005, 09:55
Kontaktdaten:

allow_call_time_pass_reference Problem bei Strato

Beitrag von woron » Fr 21. Okt 2005, 13:55

Hallo!
Habe schon im Forum gesucht, aber nicht weiter gekommen.
Bekomme im Admin-Bereich folgende Meldung beim Editor.

Code: Alles auswählen

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /mnt/kw2/01/525/00000003/htdocs/contenido/contenido/includes/include.con_editcontent.php(628) : eval()'d code on line 221

Und im Frontend selbst wird nur das angezeigt:

Code: Alles auswählen

Warning: main() [function.main]: Unable to access /mnt/kw2/01/525/00000003/htdocs/contenido/includes/startup.php in /mnt/kw2/01/525/00000003/htdocs/contenido/cms/front_content.php on line 19

Warning: main(/mnt/kw2/01/525/00000003/htdocs/contenido/includes/startup.php) [function.main]: failed to open stream: No such file or directory in /mnt/kw2/01/525/00000003/htdocs/contenido/cms/front_content.php on line 19

Warning: main() [function.include]: Failed opening '/mnt/kw2/01/525/00000003/htdocs/contenido/includes/startup.php' for inclusion (include_path='.:/opt/RZphp5/includes') in /mnt/kw2/01/525/00000003/htdocs/contenido/cms/front_content.php on line 19

Fatal error: Call to undefined function cInclude() in /mnt/kw2/01/525/00000003/htdocs/contenido/cms/front_content.php on line 21
Ich habe Contenido Beta Version 4.5.4, die bei Strato drauf ist.

Das Problem ist die Einstellung in php.ini des Webserver's allow_call_time_pass_reference = Off. Mit On geht es! Aber Strato weigert sich die einstellung zu ändern :twisted: .

Kann mir vieleicht doch jemand helfen dieses Problem zu lösen?

Mfg WoRoN[/b]

timo
Beiträge: 6284
Registriert: Do 15. Mai 2003, 18:32
Wohnort: Da findet ihr mich nie!
Kontaktdaten:

Beitrag von timo » Fr 21. Okt 2005, 14:14

wird mit der nächsten Version behoben sein

Gesperrt