Search…

X3 Photo Gallery Support Forums

Search…
 
Thais
Topic Author
Posts: 2
Joined: 28 Nov 2008, 20:50

Error In Admin Start Page

28 Nov 2008, 21:48

http://www.megaace.com/photos/imagevue/

I have two errors on the start of my admin page.

What does this mean?:
A PHP Error was encountered

Severity: Warning

Message: Unknown(): open(/var/php_sessions/sess_d5d2ef08873866131fb07626039dad7b, O_RDWR) failed: No such file or directory (2)

Filename: Unknown

Line Number: 0
A PHP Error was encountered

Severity: Warning

Message: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions)

Filename: Unknown

Line Number: 0
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

01 Dec 2008, 01:52

There is a problem with sessions on your server, here is the error:

Please send this error message to your hosting provider and ask them to fix it.

Session file stores id of a user and in your case it cannot be stored because directory is missing.
Here is a similar case: viewtopic.php?t=4001&highlight=sessions
firedev.com
 
Thais
Topic Author
Posts: 2
Joined: 28 Nov 2008, 20:50

06 Dec 2008, 09:11

I found out that the problem is my server has PHP, but does not have the PHP extensions: mbstring, XML Parser, and EXIF. That is why I am getting the PHP errors. So I will not be able to upgrade to v2 on the existing server :( too sad.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Dec 2008, 04:20

Trust me, its not hard for them server guys to enable those extensions, they come with php, they just need to uncomment the lines in php.ini and restart webserver. Try to email your support.
firedev.com