Mar 22nd, 2010, 9:08 AM
Hello,
I created a formtools database backup on Server A and I'm trying to restore the formtools database backup on Server B. The restoration runs succesfully and I can login to the database using the authorized user from a mysql console.
The problem is that when I try to login to the Formtools application via the browser using the admin account or any other account the the page just refreshes and takes me to the login page again. The password is correct but it just refreshes the page and never lets me in.
The following is the ssl_access_log:
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "POST /formtools/index.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools/admin/forms/ HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools/logout.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools HTTP/1.1" 301 312
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools/ HTTP/1.1" 200 2528
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "POST /formtools/index.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools/admin/forms/ HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools/logout.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools HTTP/1.1" 301 312
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools/ HTTP/1.1" 200 2528
As you can see on the log, after entering the password it logs in then it logs out automatically.
How can I fix this?
I created a formtools database backup on Server A and I'm trying to restore the formtools database backup on Server B. The restoration runs succesfully and I can login to the database using the authorized user from a mysql console.
The problem is that when I try to login to the Formtools application via the browser using the admin account or any other account the the page just refreshes and takes me to the login page again. The password is correct but it just refreshes the page and never lets me in.
The following is the ssl_access_log:
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "POST /formtools/index.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools/admin/forms/ HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools/logout.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools HTTP/1.1" 301 312
192.168.8.62 - - [22/Mar/2010:12:41:05 -0400] "GET /formtools/ HTTP/1.1" 200 2528
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "POST /formtools/index.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools/admin/forms/ HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools/logout.php HTTP/1.1" 302 -
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools HTTP/1.1" 301 312
192.168.8.62 - - [22/Mar/2010:12:41:14 -0400] "GET /formtools/ HTTP/1.1" 200 2528
As you can see on the log, after entering the password it logs in then it logs out automatically.
How can I fix this?