#1 (permalink)  
Alt 01.10.2004, 18:38
Erfahrener Benutzer
 
Registriert seit: 30.09.2004
Beiträge: 117
Daumen hoch

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 01.10.2004, 18:48
HHGAG
Gast
 
Beiträge: n/a
Standard

Provider?
Sind die Anforderungen von xt:C erf?llt?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 01.10.2004, 18:53
Erfahrener Benutzer
 
Registriert seit: 30.09.2004
Beiträge: 117
Standard

Zitat:
Originally posted by HHGAG@Oct 1 2004, 18:48 PM
Provider?
Sind die Anforderungen von xt:C erf?llt?
Was sind denn die genauen Anforderungen?

Wo finde ich die?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 01.10.2004, 19:05
Erfahrener Benutzer
 
Registriert seit: 30.09.2004
Beiträge: 117
Standard

OK ich habe:

PHP Version 4.2.3
MY SQL ((100MB)
300MB Webspace

Wo finde ich diese Infos?

GDlib2+
gzip
smtp/sendmail/mail


gruss grueter6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 01.10.2004, 19:12
Benutzerbild von mzanier
xt:Commerce GmbH, Geschäftsführung
 
Registriert seit: 18.04.2003
Beiträge: 27.414
Standard

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:

Zitat:

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.
__________________
xt:Commerce Helpdesk
xt:Commerce Blog

xt:Commerce Warenwirtschaft

###

Offene Stellen bei xt:Commerce!
xt:Commerce stellt ein
###
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 03.10.2004, 22:06
Erfahrener Benutzer
 
Registriert seit: 30.09.2004
Beiträge: 117
Standard

Hallo mzanier

Das heisst das der Webserver nur eine neuere PHP Version braucht? (welche w?rdest Du empfehlen?)

gruss grueter6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 03.10.2004, 22:11
Benutzerbild von mzanier
xt:Commerce GmbH, Geschäftsführung
 
Registriert seit: 18.04.2003
Beiträge: 27.414
Standard

nein, das bedeutet das nur php vern?nftig eingestellt werden muss, welchen wert siehst du oben ca 20 mal in der fehlermeldung.
__________________
xt:Commerce Helpdesk
xt:Commerce Blog

xt:Commerce Warenwirtschaft

###

Offene Stellen bei xt:Commerce!
xt:Commerce stellt ein
###
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 04.10.2004, 08:56
Erfahrener Benutzer
 
Registriert seit: 30.09.2004
Beiträge: 117
Standard

Hallo mzanier

Gibt es irgendwo eine Empfehlung wie PHP am besten und doch sicher eingestellt wird.

gruz grueter6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
fehlermeldung

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 14:31 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand