shopomat Posted July 1, 2005 Report Share Posted July 1, 2005 Ich m?chte gerne lokal installieren bekomme dann ab gleich beim ersten Installationsschritt folgende Fehler (jeweils 4mal): 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 c:\appserv\www\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 c:\appserv\www\xtcommerce\xtc_installer\includes\application.php on line 93 Nach Installationsdurchlauf taucht oben folgender Fehler auf: Warning: session_start(): open(/tmp\sess_ad810368975c5fd1df7c63d22205ef92, O_RDWR) failed: No such file or directory (2) in c:\appserv\www\xtcommerce\includes\application_top.php on line 238 Und unten steht: Unknown(): open(/tmp\sess_ad810368975c5fd1df7c63d22205ef92, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 Wer kann mir da auf die Spr?nge helfen?? Ich finde die L?sung nicht (Anf?nger habens halt schwer) Link to comment Share on other sites More sharing options...
dreamer Posted July 1, 2005 Report Share Posted July 1, 2005 Schreib doch mal mit welchem lok. Serversystem du arbeitest ? Mit einer Fehlermeldung w?rend der Installation kommt niemals eine funktionierende Installation zu stande. ?ndere nie bei der Installation die Vorgaben ( das Programm hat eine gewisse Intelligenz ) Installiere immer in eine neue Datenbank. Hoffe das hilft dir schon mal, an sonsten beantworte mal meine Frage. Link to comment Share on other sites More sharing options...
chpohl Posted July 1, 2005 Report Share Posted July 1, 2005 Warning: session_start(): open(/tmp\sess Ordner tmp auf c: erstellen Link to comment Share on other sites More sharing options...
hp Posted July 2, 2005 Report Share Posted July 2, 2005 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 c:\appserv\www\xtcommerce\xtc_installer\includes\application.php on line 92 In der Konfigurationsdatei (php.ini) allow_call_time_pass_reference = On setzen Oder auf n?chstes Update warten, ist dann hoffentlich ge?ndert. Call-time pass-by-reference has been deprecated Gruss Hanspeter Link to comment Share on other sites More sharing options...
shopomat Posted July 2, 2005 Author Report Share Posted July 2, 2005 @ dreamer: - Apache WebServer Version 1.3.29 - PHP Script Language Version 4.3.4 - MySQL Database Version 4.0.16 - Zend Optimizer Version 2.1.0a - phpMyAdmin Database Manager Version 2.5.4 Die Vorgaben habe ich nicht ge?ndert + neue Datenbank @chpohl: Einen Ordner auf c: habe ich jetzt erstellt - Immer noch die Fehlermeldungen @hp: Die ?nderung in der php.ini hat auch keine ?nderung gebracht. Wenn ich wenigsten einen Ansatz h?tte ........ ?? Link to comment Share on other sites More sharing options...
MBaeuml Posted July 2, 2005 Report Share Posted July 2, 2005 mit AppServ hatte ich auch schon Schwierigkeiten, Obwohl in der Systemsteuerung/Dienste die Apache und MySQL gestartet waren. z.Zt. hab ich XAMPP von www.apachefriends.org (unter Windows nat?rlich) drauf... da kommen diese Meldungen nicht... Link to comment Share on other sites More sharing options...
smedder Posted July 2, 2005 Report Share Posted July 2, 2005 Xampp ist f?r nicht Pros sowieso die beste lokale L?sung. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.