[SOLVED] Warning message during theinstall process

inori0821

Joined: 2010-02-01
Posts: 13
Posted: Thu, 2010-06-24 17:13

Hi all, the version I try to install is gallery-2.3.1
While I unzip the install package and run index.php, at the top and button of page show the following error message:

Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_37209e3859112182ad402ccb2525c2c3, O_RDWR) failed: Permission denied (13) in /home/.sites/28/site1/web/lib/support/GallerySetupUtilities.class on line 357

Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_04d8a5efc8d9f206ae21087d79ce6aaa, O_RDWR) failed: Permission denied (13) in /home/.sites/28/site1/web/lib/support/GallerySetupUtilities.class on line 76

My VPS is apache web server, PHP version 5.1.6, safe mode off, fopen on
I have chmod the /var/lib/php/session to 777

May I get help from the problem?
Thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2010-06-24 17:23

Try changing the session save path you have in your PHP enviorment to something more common like /tmp

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
inori0821

Joined: 2010-02-01
Posts: 13
Posted: Thu, 2010-06-24 18:46

thank you Dave, it worked now.