On 25/07/2008 16:10, Luca Delucchi wrote:
> Hi, I'm a newbye about pmapper and I have a problem when a try to see
> the map, I use pmapper 3.2 on debian lenny; this is the log of error.
> 
> Warning: session_start() [function.session-start]:
> open(/home/luca/sess_e76fd8d92d8165e77fd3ae98ad7b1ae6, O_RDWR) failed:
> Permission denied (13) in /var/www/pmapper-dev/map.phtml on line 37
> 
> Warning: session_start() [function.session-start]: Cannot send session
> cache limiter - headers already sent (output started
> at /var/www/pmapper-dev/map.phtml:37) in /var/www/pmapper-dev/map.phtml
> on line 37
> 
> Warning: Cannot modify header information - headers already sent by
> (output started at /var/www/pmapper-dev/map.phtml:37)
> in /var/www/pmapper-dev/map.phtml on line 58
> 
> Warning: Unknown: open(/home/luca/sess_e76fd8d92d8165e77fd3ae98ad7b1ae6,
> 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 (/home/luca) in
> Unknown on line 0
> 
> thank's
> Luca
> 

well the log tells you that the server cannot write to the directory 
defined for session files (/home/luca). Modify this php.ini setting to a 
directory where the web server user (www-data in Debian) has write 
permissions.

armin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to