Hallo,
hat jemand noch einen Tip für mich, wie ich das ganze mache, wenn nicht die front_content.php betroffen ist?
Ich bekommen den Fehler:
Code: Alles auswählen
[10-Sep-2007 00:46:35] PHP 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 /home/www/web159/html/contenido/includes/functions.mod.php(149) : eval()'d code on line 33
[10-Sep-2007 00:46:35] PHP 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 /home/www/web159/html/contenido/includes/functions.mod.php(149) : eval()'d code on line 33
[10-Sep-2007 00:46:35] PHP 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 /home/www/web159/html/contenido/includes/functions.mod.php(149) : eval()'d code on line 209
Unabhängig von der Fehlerart (ich weiß woran er liegt und wie er grundsätzlich behoben werden kann

): Wie kann ich den Fehler eingrenzen bzw. herausfinden, welches Modul betroffen ist?
Ich hab versucht in Zeile 149 von functions.mod.php den Code auszugeben:
Code: Alles auswählen
$output = eval($code);
echo "<pre>" . $code . "</pre>";
Da hat er aber leider nichts ausgegeben.
Dann hab ich ihn mir als Mail schicken lassen und habe dann mehr als 60 (!) Mails bekommen mit sämtlichen Input/Output-Codes

, ist aber ja eigentlich auch logisch, da er auch die fehlerfreien Module verschickt. Das ganze kann ich mit jeder Aktion im Modulbereich (also Style -> Module) auslösen.
Kann ich das irgendwie so eingrenzen, dass ich nur den schadhaften Code ausgebe, der mir meinen Fehler erzeugt? Es ist wahrscheinlich auch nur ein Modul, da ich pro Fehlerautritt immer den obigen dreier-Block erhalte.
Contenido 4.8.5 und PHP 4.4.4
Grüße
mfweb