Cant login to admin after transferring site
Posted: Fri Aug 15, 2008 9:22 am
Hello Everybody.
I have just transferred a site I built on my local webserver to an online server using the instructions in the documentation. The site works perfectly but I cant login to the admin.
I have tried resetting the password using the sql command (UPDATE `cms_users` SET PASSWORD = md5('admin') WHERE user_id =1;) but no joy.
The only other important thing to note is that entering either a correct login or an incorrect one doesn't throw up the red incorrect username / password text - it just seems to reload the page.
Any help would be much appreciated - im in the s**t!
ps its version 1.3.1
pps. Ive tried some solutions from further down this forum without luck, namely:
1.renaming the admin folder and updating config file
2. adding this to include.php: $dirname = dirname(__FILE__);
session_set_cookie_params(0 , '/', $_SERVER['HTTP_HOST']);
session_save_path($dirname.'/tmp/cache');
*EDIT*
I have installed the latest version of CMSMS in a directory on the same server and all is working fine - so my server is OK.
I have just transferred a site I built on my local webserver to an online server using the instructions in the documentation. The site works perfectly but I cant login to the admin.
I have tried resetting the password using the sql command (UPDATE `cms_users` SET PASSWORD = md5('admin') WHERE user_id =1;) but no joy.
The only other important thing to note is that entering either a correct login or an incorrect one doesn't throw up the red incorrect username / password text - it just seems to reload the page.
Any help would be much appreciated - im in the s**t!
ps its version 1.3.1
pps. Ive tried some solutions from further down this forum without luck, namely:
1.renaming the admin folder and updating config file
2. adding this to include.php: $dirname = dirname(__FILE__);
session_set_cookie_params(0 , '/', $_SERVER['HTTP_HOST']);
session_save_path($dirname.'/tmp/cache');
*EDIT*
I have installed the latest version of CMSMS in a directory on the same server and all is working fine - so my server is OK.