-1

I recently migrated my magento website over to a new server.

The transfer went pretty seamless apart from the fact that I can't log in to the front end or admin page with the correct details.

I have tried logging in with the incorrect details to see if I could get a message saying that it was incorrect but just as it is with the correct details, both login pages loop back when the details are entered.

I have updated the core_config_data values for the base_url and all the rest. I also tried commenting out some of the code which functions the cookies in varien and still had no luck

I just can't seem to figure this one out. ny help would muchly be appreciated :)

Regards Luke

Lucas Craven
  • 98
  • 2
  • 13
  • First Check did you follow all this steps - https://www.siteground.com/tutorials/magento/magento_move.htm and this - http://magento.stackexchange.com/questions/22120/how-to-move-magento-shop-to-another-server also this - http://stackoverflow.com/questions/9075539/cant-login-to-magento-admin – Rahul Feb 19 '16 at 12:16
  • Edit: I now have an error message when putting in the wrong username and password in the admin login but still have nothing on the front end. – Lucas Craven Feb 19 '16 at 12:28
  • go to forgot password – safin chacko Feb 19 '16 at 12:33
  • try different browser – safin chacko Feb 19 '16 at 13:53

1 Answers1

0

Delete everything inside var folder update admin password

UPDATE `admin_user` SET `password` = MD5('NEWPASSWORD') WHERE `username` = 'ADMINUSERNAME';
Natalie Hedström
  • 2,607
  • 3
  • 25
  • 36
safin chacko
  • 1,345
  • 1
  • 11
  • 18