Jump to content

[SOLVED] Employee Does Not Exist/password Is Incorrect


Recommended Posts

  • 2 years later...

Hi,

 

I have moved my prestashop site from local to server, now I am unable to login through backoffice. employee does not exist error is showing. But the mail id n password exists in my db. I have ried changing my password using cookie key. but failed. Please help me to fix the issue.

Link to comment
Share on other sites

H Dev,

 

Did you only move your database to the server, or also all the files? If only the database, it may be that the config/settings.inc.php file  has a different encryption key in us than the database:

 

define('_RIJNDAEL_KEY_', '<some long code like string with numbers and letters>');
define('_RIJNDAEL_IV_', '<some little shorter code like string with numbers and letters>');
 
 
Did you already try to get back into the database following the instructions of the link mentioned in post #12 (in the article, have a look at the 2nd option, 'Resetting the password through the database')
 
 
My 2 cents,
pascal.
Link to comment
Share on other sites

×
×
  • Create New...