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
Posts: 27300
Try changing the session save path you have in your PHP enviorment to something more common like /tmp
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 13
thank you Dave, it worked now.