Jump to content
xt:Commerce Community Forum

Fehlermeldungen


Recommended Posts

hallo zusammen!

habe xct auf den server hochgeladen und wenn ich dann installieren will, kommt folgende, ziemlich lange fehlermeldung:

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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/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 /mnt/kw2/04/299/00000016/htdocs/xtcommerce/xtc_installer/includes/application.php on line 93

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /mnt/kw2/04/299/00000016/htdocs/xtcommerce/xtc_installer/includes/application.php:92) in /mnt/kw2/04/299/00000016/htdocs/xtcommerce/xtc_installer/includes/application.php on line 43

Warning: Cannot modify header information - headers already sent by (output started at /mnt/kw2/04/299/00000016/htdocs/xtcommerce/xtc_installer/includes/application.php:92) in /mnt/kw2/04/299/00000016/htdocs/xtcommerce/inc/xtc_redirect.inc.php on line 28

Fatal error: Call to undefined function: xtc_session_close() in /mnt/kw2/04/299/00000016/htdocs/xtcommerce/inc/xtc_exit.inc.php on line 19

kann mir einer sagen, was ich falsch gemacht habe oder was ich machen muss, damit das endlich funzt? vielen dank vorab

gru? wassi

Link to comment
Share on other sites

Hi! Habe den Fehler gefunden. Sollte diese Fehlermeldung auch bei euch auftreten, einfach folgendes machen:

?ffne Datei xtc_installer/includes/application.php

Zeile 92: sscanf($dummy,"%d.%d.%d%s",&$v1,&$v2,&$v3,&$v4);

Zeile 93: sscanf($mini,"%d.%d.%d%s",&$m1,&$m2,&$m3,&$m4);

in:

Zeile 92: sscanf($dummy,"%d.%d.%d%s",$v1,$v2,$v3,$v4);

Zeile 93: sscanf($mini,"%d.%d.%d%s",$m1,$m2,$m3,$m4);

?ndern, also nur das & l?schen. dann klappts.

gru?

wassi

Link to comment
Share on other sites

Archived

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

×
  • Create New...