#1 (permalink)  
Alt 31.03.2008, 15:16
xt:Commerce Support Kunde
 
Registriert seit: 07.11.2007
Beiträge: 21
Rotes Gesicht Bleibe bei der Installation hängen, hilfe!

Hallo,
bestimmt kennt sich jemand mit der Installation von Xt Commerce aus.
Ich habe die Dateien erfolgleich auf meinen Server geladen.
Wenn ich jetzt über meine url auf den Insteller gehe, kommen schon ein paar Fehlermeldungen.
Hier ein Besipiel: 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/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 91


Unten kann ich dann die Sprache wählen...und dann continue. Im folgenden Fenster erscheinen nut nich die Fehlermeldungen, aber nichzs weiter.
Kann mir einer helfen?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 31.03.2008, 15:41
Erfahrener Benutzer
 
Registriert seit: 26.12.2005
Beiträge: 461
Standard

Das ist eine Konfigurationssache des Servers. Kommt dieser Fehler wurde folgender Parameter in der php.ini ausgeschaltet:
allow_call_time_pass_reference = Off
Man muss diesen auf ON stellen. Hast Du einen eigenen Root-Server oder nur Webspace bei einem Provider?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 31.03.2008, 16:26
xt:Commerce Support Kunde
 
Registriert seit: 07.11.2007
Beiträge: 21
Standard

Danke für die Antwort, nein ich habe auch einen Rooter.
Mist, wie komme ich da nochmal rein?

Irgendwie über msconfig, oder?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 31.03.2008, 16:28
xt:Commerce Support Kunde
 
Registriert seit: 07.11.2007
Beiträge: 21
Standard

das hier sind alle Fehlermeldunge, die ich bekomme (die letzten beiden sind etwas anders):


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/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 91

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/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 91

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/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 91

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/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 91

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/web7/53/98/51076298/htdocs/shop/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/web7/53/98/51076298/htdocs/shop/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/web7/53/98/51076298/htdocs/shop/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/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 92

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php:91) in /mnt/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 43

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php:91) in /mnt/web7/53/98/51076298/htdocs/shop/xtc_installer/includes/application.php on line 43
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 31.03.2008, 18:10
xt:Commerce Support Kunde
 
Registriert seit: 07.11.2007
Beiträge: 21
Standard

Habe eine phi.ini mit auf den Server gelegt.
Die Fehlermeldungen sind jetzt weg.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
bleibe, hängen, hilfe, installation

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


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
hilfe bei installation / ( windows server ) gadjuka Installation und Konfiguration 0 03.12.2007 09:27
Neu Installation! Produktbeschreibung bei "neue Artikel" komplett! Bitte um Hilfe! cardezibelshock Shopbereich 0 04.10.2007 07:22
Hilfe - Problem bei der Installation hol66 Installation und Konfiguration 5 17.02.2007 17:28
Bitte um Hilfe ! Fehlermeldung nach Installation; /tmp ??? officeandmore Installation und Konfiguration 2 07.11.2006 23:31


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:54 Uhr.

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

xt:Commerce is a SafeCharge brand