Author Topic: Error message in footer  (Read 5879 times)

0 Members and 1 Guest are viewing this topic.

Offline n3w

  • Newbie
  • *
  • Posts: 26
    • View Profile
Error message in footer
« 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:

Offline masterred

  • Sr. Member
  • ****
  • Posts: 494
    • View Profile
Re: Error message in footer
« Reply #1 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/"

Apache/2.2.21 (Win32)
PHP/5.3.5
Mysql Version: 5.5.19
4images Version: 1.7.?



Offline n3w

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Error message in footer
« Reply #2 on: December 24, 2007, 09:37:44 AM »
I am not on windows or localhost, i am linux based server  :idea:

Offline kai

  • Administrator
  • Addicted member
  • *****
  • Posts: 1.423
    • View Profile
    • 4images - Image Gallery Management System
Re: Error message in footer
« Reply #3 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
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline n3w

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Error message in footer
« Reply #4 on: December 24, 2007, 11:55:12 AM »
Problem solved, i think host already did that

Thanks for the link kai  :D