#1 (permalink)  
Alt 14.04.2004, 09:40
Benutzerbild von ttdrobin  
Registriert seit: 03.02.2004
Beiträge: 99
Standard

Habe heute mal versucht XTC lokal bei mir zu installieren (Apache und PHP 4.3.5)
bekomme aber laufend fehlermeldungen und weis net ob es am Apache an PHP oder an XTC liegt =) irgendwo muss da ein config fehler sein

Zitat:

Warning: session_start(): open(/tmp\sess_e33a07b2beea3f2c86b9c539140f5a28, O_RDWR) failed: No such file or directory (2) in C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\incl udes\application.php on line 43

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\incl udes\application.php:43) in C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\incl udes\application.php on line 43

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\incl udes\application.php:43) in C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\incl udes\application.php on line 43

Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\incl udes\application.php:43) in C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\inc\xtc_redirect.i nc.php on line 28

Fatal error: Call to undefined function: xtc_session_close() in C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\inc\xtc_exit.inc.p hp on line 19

Warning: Unknown(): open(/tmp\sess_e33a07b2beea3f2c86b9c539140f5a28, 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
f?r jede hilfe dankbar
mfg
Robin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 14.04.2004, 09:42
Benutzerbild von ttdrobin  
Registriert seit: 03.02.2004
Beiträge: 99
Standard

und hier noch die [session] sektion aus der php ini fals da was net stimmt:

Zitat:

[Session]
; Handler used to store/retrieve data.
session.save_handler = files

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
session.save_path =/tmp

; Whether to use cookies.
session.use_cookies = 1


; Name of the session (used as cookie name).
session.name = PHPSESSID

; Initialize session on request startup.
session.auto_start = 0

; Lifetime in seconds of cookie or, if 0, until browser is restarted.
session.cookie_lifetime = 0

; The path for which the cookie is valid.
session.cookie_path = /

; The domain for which the cookie is valid.
session.cookie_domain =

; Handler used to serialize data. php is the standard serializer of PHP.
session.serialize_handler = php

; Percentual probability that the 'garbage collection' process is started
; on every session initialization.
session.gc_probability = 1

; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
session.gc_maxlifetime = 1440

; Check HTTP Referer to invalidate externally stored URLs containing ids.
; HTTP_REFERER has to contain this substring for the session to be
; considered as valid.
session.referer_check =

; How many bytes to read from the file.
session.entropy_length = 0

; Specified here to create the session id.
session.entropy_file =

;session.entropy_length = 16

;session.entropy_file = /dev/urandom

; Set to {nocache,private,public} to determine HTTP caching aspects.
session.cache_limiter = nocache

; Document expires after n minutes.
session.cache_expire = 180

; use transient sid support if enabled by compiling with --enable-trans-sid.
session.use_trans_sid = 1

url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeent ry"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 14.04.2004, 10:02
Erfahrener Benutzer
 
Registriert seit: 05.09.2003
Beiträge: 10.580
Standard

Jep da iss ein Fehler aber nicht im Shop.

Code:
Warning: session_start(): open(/tmp\sess_e33a07b2beea3f2c86b9c539140f5a28, O_RDWR) failed: No such file or directory (2) in C:\Programme\Apache Group\Apache2\htdocs\xtcommerce\xtc_installer\includes\application.php on line 43
Was sagt uns die Fehlermeldung:

open(/tmp\sess_e33a07b2beea3f2c86b9c539140f5a28, O_RDWR) failed
=> DAS Verzeichnis tmp f?r die Sessions gibt es nicht.

mfg Matthias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 14.04.2004, 10:08
Benutzerbild von ttdrobin  
Registriert seit: 03.02.2004
Beiträge: 99
Standard

und wo m?sste das verzeichniss sein???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 14.04.2004, 10:27
Erfahrener Benutzer
 
Registriert seit: 05.09.2003
Beiträge: 10.580
Standard

im rootverzeichnis des servers,
ansonsten mal in der php.ini wie es dort definiert ist.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 14.04.2004, 14:44
Erfahrener Benutzer
 
Registriert seit: 08.09.2003
Beiträge: 2.024
Standard

c:\tmp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 14.04.2004, 19:20
 
Registriert seit: 26.03.2004
Beiträge: 10
Standard

Hi,

ich hatte dieselbe Fehlermeldung nach der lokalen Installation, obwohl das in der php.ini hinterlegte Verzeichnis vorhanden ist.

Enfachheitshalber habe ich in der configure.php die sessions auf mysql umgestellt, siehe:

Zitat:
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
Seitdem geht es einwandfrei, obwohl ich die Fehlermedlung an und f?r sich schon auch komisch finde.

Beste Gr?sse, Peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 19.04.2004, 16:18
Benutzerbild von ttdrobin  
Registriert seit: 03.02.2004
Beiträge: 99
Standard

verzeichniss erstellt c:/tmp und schon gings =)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
fehler, installation, lokaler

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 06:32 Uhr.

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

xt:Commerce is a SafeCharge brand