4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: n3w on December 24, 2007, 05:17:49 AM

Title: Error message in footer
Post by: n3w on December 24, 2007, 05:17:49 AM
I can't login to my admincp (same error message on admincp login page) and
This is the error message that is poping at the bottom:

Quote
Warning: Unknown: open(/sessions/sess_d5bf4694b69bb43dad93321758b5f4e2, O_RDWR) failed: No space left on device (28) 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 (/sessions) in Unknown on line 0

Tried clearing cache folder, and clearing the '4images_sessions' table but it is still showing above message in the footer!

Version: 1.7.4

Anybody please help  :roll:
Title: Re: Error message in footer
Post by: masterred on December 24, 2007, 08:24:53 AM
hi

if you work localhost, need create sessions in the php

this is my server root

C:\AppServ\php\sessions

my php.ini

; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
session.save_path = "C:/AppServ/php/sessions/"

Title: Re: Error message in footer
Post by: n3w on December 24, 2007, 09:37:44 AM
I am not on windows or localhost, i am linux based server  :idea:
Title: Re: Error message in footer
Post by: kai on December 24, 2007, 09:52:11 AM
The path to the sessions directory seems to be wrong.

http://www.phpbuilder.com/board/showthread.php?t=10308608
Title: Re: Error message in footer
Post by: n3w on December 24, 2007, 11:55:12 AM
Problem solved, i think host already did that

Thanks for the link kai  :D