Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Session problem

edited June 2010 in Vanilla 2.0 - 2.8
When I first enter http://foro.eudemocracia.com.ar/ (Vanila 1.1.10) it just works fine. But If I try to sign-in it just redirects me to the index with no error message and without signin-in.

When I go to categories, it drop some error msgs... and when I go back to the sign-in screen, I get:

Warning: session_start() [function.session-start]: open(/tmp/sess_3bc8ef14a9f7d084d1551ac8acf76fdd, O_RDWR) failed: Permission denied (13) in /home/fueradel/public_html/foro/library/People/People.Class.Session.php on line 203

1- tmp FOLDER IS 777

2- this is the EZconfig for php.ini
http://img80.imageshack.us/img80/9333/phpinfo.png

Comments

  • Two possibilities I can think of, try setting your session.save_path to:

    0;777;/tmp

    Another possibility is that you have an httpd setting umask against /tmp or some such. . .
    I would open up your httpd.conf file on your server and search it for "umask" and then # comment that sucker out. . . where is it? Depends on your server:

    RedHat /etc/httpd/httpd.conf

    Ubuntu /etc/apache2/apache2.conf

    etc etc etc etc etc el oh el
  • there are no folders in /etc/
    only a ftpquota empty file

    what shall I do?
Sign In or Register to comment.