21278 Posts in 5728 Topics by 2599 members
| Go to End | ||
| Author | Topic: | 1611 Views |
-
Re: Unable to Log In

15 October 2009 at 12:19pm Last edited: 15 October 2009 12:19pm
Reading the error verbatim, your webserver does not have access to the sessions folder in your filesystem. Apache may be running as another user (like apache or www-data) that can't edit your session dir.
You need to change your permissions on /var/lib/php/session/. Set the permissions of your existing session dir to be
chmod u=rwx,og=wxt /var/lib/php/session/
If that doesn't work or can't be done, change the directory PHP stores sessions to something safe like /tmp
Check your php.ini settings or use this:
http://us3.php.net/manual/en/function.session-save-path.phpSo have a look here and feel better that others are suffering too:
http://bugs.php.net/bug.php?id=31323 -
Re: Unable to Log In

22 October 2009 at 8:28pm
I finally got past this stage by having the hosting provider zap the entire thing and start from new as a new client. It worked.
| 1611 Views | ||
| Go to Top |

