Einzelnen Beitrag anzeigen
  #1  
Alt 20.02.06, 15:29
unclesam unclesam ist offline
Forum Zuschauer
 
Registriert seit: 20.02.06
Beiträge: 3
Unglücklich

Fehlermeldungen session start, Cannot modify und Unknown(): open


Ich hab ein Problem und finde nicht heraus, woran das liegt:

Ich habe Typo3 installiert und konfiguriert. Scheint alles zu funktionieren.
Wenn ich mich allerdings im Backend anmelden will, erscheinen folgende Fehlermeldungen:

Zitat:
Warning: session_start(:sad: open(/tmp/sess_15367a9b3f7507a707a2f3112bcff643, O_RDWR) failed: Permission denied (13) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php on line 991

Warning: session_start(:sad: Cannot send session cache limiter - headers already sent (output started at /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php:991) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php on line 991

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php:991) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php on line 290

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php:991) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php on line 291

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php:991) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php on line 292

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php:991) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php on line 293

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00662cf/Typo3-3.8.1/typo3/t3lib/class.t3lib_userauth.php:991) in /www/htdocs/w00662cf/Typo3-3.8.1/typo3/template.php on line 601
Desweiteren erscheinen noch zwei Fehlermeldungen unter dem Anmeldebalken:

Zitat:
Warning: Unknown(:sad: open(/tmp/sess_15367a9b3f7507a707a2f3112bcff643, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown(:sad: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
Kennt sich jemand damit aus?

Geändert von Junior (20.02.06 um 17:38 Uhr).
Mit Zitat antworten