Probleme beim ersten Login!

Fragen zur Installation von ConPresso 3.x werden in diesem Forum diskutiert.
Antworten
BlackWidow

Probleme beim ersten Login!

Beitrag von BlackWidow »

Hi!

Ich muss nochmal stören! =)
Nachdem das Setup nun endlich problemlos funktionierte, kam bei der ersten Anmeldung über
/_admin/index.php folgender Fehler:

Warning: session_start(): open(/tmp\sess_ecc6dd6332b77c665e2e2180604cd6f5, O_RDWR) failed: No such file or directory (2) in E:\WebBASE\conpresso\_cfg\const.php.dist on line 27

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_cfg\const.php.dist on line 27

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_cfg\const.php.dist on line 27

Und darunter der Login-Screen!

Wenn ich mich dann als Admin anmelde, kommt nur noch folgendes und das wars:
Warning: session_start(): open(/tmp\sess_3ae4f046865d431f0886772c9a092ca9, O_RDWR) failed: No such file or directory (2) in E:\WebBASE\conpresso\_cfg\const.php.dist on line 27

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_cfg\const.php.dist on line 27

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_cfg\const.php.dist on line 27

Warning: Cannot modify header information - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_admin\index.php on line 51

Warning: Cannot modify header information - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_admin\index.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_admin\index.php on line 170

Warning: Cannot modify header information - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_admin\index.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at E:\WebBASE\conpresso\_cfg\const.php.dist:27) in E:\WebBASE\conpresso\_admin\index.php on line 227

Warning: Unknown(): open(/tmp\sess_3ae4f046865d431f0886772c9a092ca9, 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

Kann mir da jemand bei helfen??

Vielen Dank im Voraus,
mfG, Black Widow

Benutzeravatar
balu
ConPresso-Entwickler
Beiträge: 1748
Registriert: 01.01.1970 01:00
Hat sich bedankt: 81 Mal
Danksagung erhalten: 133 Mal

Re: Probleme beim ersten Login!

Beitrag von balu »

Du musst noch eine Einstellung aendern:

session.save_path muss auf ein Verzeichnis zeigen, in das geschrieben werden kann, damit die PHP-Sessions funktionieren. Das Unix /tmp funktioniert unter Windows leider nicht ;)

Balu
Bartels.Schöne
ConPresso Support & Development
BlackWidow

Re: Probleme beim ersten Login!

Beitrag von BlackWidow »

Hi Balu!

VIELEN DANK!
Bin halt noch nen PHP-Newbie! =)
Antworten