Problems with authentication

FlyFort

Joined: 2004-11-07
Posts: 145
Posted: Sun, 2011-06-12 10:05

Please fill out the following form and take a look at the linked pages. The more information you supply, the better we can help you. Remove this FAQ information from your post before submitting.


Gallery version (not just "2"):2.3.1
PHP version (e.g. 5.1.6):
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33):
Database (e.g. MySql 5.0.32):MySql 5.0.77
Activated toolkits (e.g. NetPbm, GD):
Operating system (e.g. Linux):
Browser (e.g. Firefox 2.0):Firefox 4.0.1

---------------------------------
Hi there,

i don't get any further then the authentication for the installation of Gallery
I have also a bunch of errors above and beneath my window

Quote:
Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_2875ad5afdd90c08b1bd462b503ecde6, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/********/httpdocs/********/lib/support/GallerySetupUtilities.class on line 348

Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_9548a1fd591d24cbe9e03927eddd406d, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/********/httpdocs/********/lib/support/GallerySetupUtilities.class on line 75

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'LANG' - it's not in the allowed list in /var/www/vhosts/********/httpdocs/********/modules/core/classes/GalleryTranslator.class on line 302

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'LANGUAGE' - it's not in the allowed list in /var/www/vhosts/********/httpdocs/********/modules/core/classes/GalleryTranslator.class on line 303

Warning: Unknown: open(/var/lib/php/session/sess_9548a1fd591d24cbe9e03927eddd406d, O_RDWR) failed: Permission denied (13) 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 (/var/lib/php/session) in Unknown on line 0

When I download the txt.file I have this text in it:


Quote:
<br />
<b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/var/lib/php/session/sess_9548a1fd591d24cbe9e03927eddd406d, O_RDWR) failed: Permission denied (13) in <b>/var/www/vhosts/********/httpdocs/********/lib/support/GallerySetupUtilities.class</b> on line <b>348</b><br />
<br />
<b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/var/lib/php/session/sess_1dafed1ea65d77d10203d6fc3a081f3b, O_RDWR) failed: Permission denied (13) in <b>/var/www/vhosts/********/httpdocs/********/lib/support/GallerySetupUtilities.class</b> on line <b>75</b><br />
<br />
<b>Warning</b>: putenv() [<a href='function.putenv'>function.putenv</a>]: Safe Mode warning: Cannot set environment variable 'LANG' - it's not in the allowed list in <b>/var/www/vhosts/********/httpdocs/********/modules/core/classes/GalleryTranslator.class</b> on line <b>302</b><br />
<br />
<b>Warning</b>: putenv() [<a href='function.putenv'>function.putenv</a>]: Safe Mode warning: Cannot set environment variable 'LANGUAGE' - it's not in the allowed list in <b>/var/www/vhosts/********/httpdocs/********/modules/core/classes/GalleryTranslator.class</b> on line <b>303</b><br />
e3f39aac13acc5913f465ee5837c6e0f<br />
<b>Warning</b>: Unknown: open(/var/lib/php/session/sess_1dafed1ea65d77d10203d6fc3a081f3b, O_RDWR) failed: Permission denied (13) in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in <b>Unknown</b> on line <b>0</b><br />

I succeed to delete all the text and put the code into the txt.file, but when I uploaded the file again, he doens't recognize the code, the key doens't match.

What is going wrong here???

Thx in advance.

Greetz

Fly Fort

The easiest way to aviation??? www.spottertrips.eu

 
Dayo

Joined: 2005-11-04
Posts: 1642
Posted: Sun, 2011-06-12 14:24
Quote:
Please verify that the current setting of session.save_path is correct

Your PHP installation is misconfigured.

Specifically, PHP does not have read/write permissions on the folder where session details are supposed to be saved and worse still, Your PHP installation has the so called "Safe Mode" enabled.

--
dakanji.com

 
FlyFort

Joined: 2004-11-07
Posts: 145
Posted: Sun, 2011-06-12 14:29

And what can I do about that???
---------------------------------
Greetz

Fly Fort

The easiest way to aviation??? www.spottertrips.eu

 
Dayo

Joined: 2005-11-04
Posts: 1642
Posted: Sun, 2011-06-12 15:37

Ask your host for help or hire a server admin as appropriate.

--
dakanji.com