Hello,
I am trying to install the latest version of LimeSurvey on our web server, but I am having problems with installation.
First I was having trouble with the session.save_path not being set. This caused the site to have load balancing problems; when I tried to login as an admin it would redirect too many times, and crash, but would login after a bit of wait.
To fix this, I changed the htaccess file to contain php_path session.save_path tmps, creating the file 'tmps' for the session.
However, after changing the htaccess file, I cannot login. I put in the correct login info, hit submit and it just redirects to the login form again. That's it, no errors or signs of failed login, it basically just redirects to an empty login page.
I tried looking into this, and it seems like it authenticates correctly, so there is no problem with login info or authentication. It just fails to register that I am logged-in when it tries to redirect after the login form is submitted.
I was wondering if anyone has run into this problem and figured out a solution?
Thanks in advance!
The topic has been locked.