Jump to content
xt:Commerce Community Forum

Fehlermeldung


Recommended Posts

Hallo zusammen, ich habe folgende Fehlermeldung beim aufruf der inst. Datei

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 92

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 92

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 92

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 92

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 93

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 93

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 93

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 sscanf(). 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/.sites/43/site28/web/xtc_installer/includes/application.php on line 93

Warning: Cannot send session cookie - headers already sent by (output started at /home/.sites/43/site28/web/xtc_installer/includes/application.php:92) in /home/.sites/43/site28/web/xtc_installer/includes/application.php on line 43

Warning: Cannot send session cache limiter - headers already sent (output started at /home/.sites/43/site28/web/xtc_installer/includes/application.php:92) in /home/.sites/43/site28/web/xtc_installer/includes/application.php on line 43

kennt jemand dieses Problem?

Danke grueter6

Link to comment
Share on other sites

deine phpversion unterst?tzt kein call by reference.

d.h. dein provider erlaubt kein OOP in php.

php ohne diese OOP funktionen ist wie ein auto mit 2 r?dern.

einzige m?glichkeit, anweisungen in fehlermeldung folgen:

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.

bzw, 2.0 k?nnte funktionieren, 3.0 mit sicherhiet nicht,

bei 2.0 in der datei/zeile

/home/.sites/43/site28/web/xtc_installer/includes/application.php on line 92

ein @ davor setzen.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...