PDA

View Full Version : Some problem with PP 1.5


dschott
09-12-2006, 07:33 AM
Hi, I have some problem with PP and I think it's more my hoster's fault.
When I try to admin the site, I get those error messages:

Warning: session_start() [function.session-start]: open(/mnt/127/sdc/1/0/dschott/sessions/sess_aa4bd0ad103c074dc3868e922939b914, O_RDWR) failed: No such file or directory (2) in /mnt/127/sdc/1/0/dschott/pixelpost/admin/index.php on line 44

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/127/sdc/1/0/dschott/pixelpost/admin/index.php:44) in /mnt/127/sdc/1/0/dschott/pixelpost/admin/index.php on line 44

Warning: Unknown(): open(/mnt/127/sdc/1/0/dschott/sessions/sess_aa4bd0ad103c074dc3868e922939b914, O_RDWR) failed: No such file or directory (2) 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 (/mnt/127/sdc/1/0/dschott/sessions) in Unknown on line 0

And, whatever I do, I still have those messages.
Database are correct, I checked them with "PhpMyadmin", PP can write in the "images" and "thumbnails" files…

I know the freehoster I have has limitations but can't figure out if it's really the problem, I put a test.php file for you to tell me more.
You can reach it here : http://dschott.free.fr/pixelpost/test.php


Thanks alot for your help and excuse my bad english.

Connie
09-12-2006, 07:39 AM
the problem is mostly that your hosting does not support PHP session

GeoS
09-12-2006, 03:59 PM
Creat session dir inside your main web directory. But it still will be wrong configured as session dir shouldnt be accessible from web for security reasons.

dschott
09-14-2006, 08:43 AM
So, I think the best would be to change the hosting ?
I read that's possible to make it work in creating a "sessions" dir and to change the php files… But I don't feel like programming.
What would be nice is to make a PP version for hoster who doesn't accept Php session…
I also tried Plogger2, another photo plog, and the same problem append !
Alot of free hosters (in France) have "safe mode" on and don't accept Php session and most of the photo Galery or photo plog can't work on those hoster. Maybe it could be nice to work with those limitations, no ?
Anyway, thanks for your answer.

dschott
09-14-2006, 09:14 AM
Well, who doesn't try will never know…
I create a "sessions" dir located at the same place thane the PP dir !
And no error message anymore…
Isn't it fantastic !
Thanks for this photoblog

Connie
09-14-2006, 09:41 AM
added this info to the wiki ;=)