4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started 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:
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:
-
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/"
-
I am not on windows or localhost, i am linux based server :idea:
-
The path to the sessions directory seems to be wrong.
http://www.phpbuilder.com/board/showthread.php?t=10308608
-
Problem solved, i think host already did that
Thanks for the link kai :D