Jump to content
xt:Commerce Community Forum

Neuinstallation und nur Fehlermeldungen


rausch35

Recommended Posts

Hallo,

leider bin ich etwas frisch in der Materie, deshalb ben?tige ich etwas Hilfe, wenn das denn hier m?glich ist.

Ich muss dazuschreiben das der shop bei strato gehostet werden soll.

Ich habe alles sch?n hochgeladen wie mann es soll (FTP)

und die Installation gestartet, pl?tzlich diese Fehlerflut wie unten :sad:

Ich danke schon mal, wenn sich denn jemand bem?ht.

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/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/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/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/xtc_installer/includes/application.php on line 92

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /mnt/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/xtc_installer/includes/application.php:91) in /mnt/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/xtc_installer/includes/application.php on line 43

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /mnt/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/xtc_installer/includes/application.php:91) in /mnt/kw2/08/677/00000018/htdocs/einkauf-zentrum/xtCommerce_3.0.3/xtc_installer/includes/application.php on line 43

Link to comment
Share on other sites

Originally posted by justus@Sep 8 2005, 09:31 PM

Hatte das selbe Problem bei Strato. Hilfe kann man dort nicht viel erwarten. Einige Leute haben den Shop wohl bei Strato zum Laufen bekommen. Ich hab es aufgegeben und habe den Provider gewechselt. :wacko:

Quoted post

Bei welchen Provider bist du jetzt?

Link to comment
Share on other sites

Hallo,

ich habe probiert, die letzen 20 Stunden auf meinem Strato premiumXE Account zu installieren.

Jetzt hat es geklappt!!

Wenn Ihr die Dateien von xtCommerce entpackt habt m?ss man folgendes tun:

1. In Shop-root\xtc_installer\includes in der Datei application.php, die &-Zeichen l?schen (Zeile 91 und 92)

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

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

danach sehen Zeile 91 und 92 so aus:

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

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

2. Jeweils in der Shop-root und in Shop-root\admin eine php.ini mit folgendem Inhalt erstellen:

allow_call_time_pass_reference = On

3. In beiden Verzeichnissen (Shop-root und im Shop-root\admin)

in der .htaccess Datei folgenden Code hinzuf?gen (am Ende)

AddType application/x-httpd-php43 .php

AddType application/x-httpd-php4 .php4

AddType application/x-httpd-php5 .php5

bei der Konfiguration:

SSL = ein

( define('ENABLE_SSL_CATALOG', 'true'); )

Sessions in der Datenbank speichern - nicht in Datei

( define('STORE_SESSIONS', 'mysql'); )

Jetzt ganz normal ?ber root-xtc_installer installieren - und es sollte nun ohne Meldungen klappen!

Viel Spass mit der L?sung f?r Strato!!!

Gruss

JMK

Link to comment
Share on other sites

Archived

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

×
  • Create New...