eleit Posted November 20, 2012 Share Posted November 20, 2012 (edited) hello, I need to transfer customers accounts from one site to another (it is to say, it is the same site, but I'm configuring my site directly on a 1.5 version, because with the upgrade i have had many problems). I transfered all tables concerning customers from the old to the new database, but there is an authentication error, the password is not recognized. How can I solve? It is very urgently, I will appreciate any suggestion Edited December 2, 2012 by eleit (see edit history) Link to comment Share on other sites More sharing options...
eleit Posted November 21, 2012 Author Share Posted November 21, 2012 Nobody knows how to do it? Link to comment Share on other sites More sharing options...
mrozendaal Posted November 21, 2012 Share Posted November 21, 2012 What do you mean with authentication error, the users can not login? If thats so, its has something to do with the cookies i thought Link to comment Share on other sites More sharing options...
El Patron Posted November 21, 2012 Share Posted November 21, 2012 try this: config/settings.inc.php copy your old shops keys into your 1.5 for example: define('_COOKIE_KEY_', 'mjOE0VZdnxmCIYmts1vkwKdD7NJWpF8biqPCapA8BTQQ6judK7awYXaWK'); define('_COOKIE_IV_', '1xMoobTjt'); define('_RIJNDAEL_KEY_', 'CVSoKtYJZRghsCj4jr5cGaHb7YKpxpces'); define('_RIJNDAEL_IV_', 'vAUVuBcoPxIblqpbfMZRD5w=='); Link to comment Share on other sites More sharing options...
eleit Posted November 22, 2012 Author Share Posted November 22, 2012 try this: config/settings.inc.php copy your old shops keys into your 1.5 for example: define('_COOKIE_KEY_', 'mjOE0VZdnxmCIYmts1vkwKdD7NJWpF8biqPCapA8BTQQ6judK7awYXaWK'); define('_COOKIE_IV_', '1xMoobTjt'); define('_RIJNDAEL_KEY_', 'CVSoKtYJZRghsCj4jr5cGaHb7YKpxpces'); define('_RIJNDAEL_IV_', 'vAUVuBcoPxIblqpbfMZRD5w=='); hello elpatron, thank you very much for your suggestion, it worked out! and I'm very happy to resolve it in a such easy way. thank you Link to comment Share on other sites More sharing options...
El Patron Posted November 22, 2012 Share Posted November 22, 2012 you are very welcome, happy I could help Link to comment Share on other sites More sharing options...
Burcu Posted August 3, 2013 Share Posted August 3, 2013 Hello El Patron, I have this problem now, but I don't know what to change. I opened both the old and new settings.inc.php and I don't know what to do... A little help please. Link to comment Share on other sites More sharing options...
El Patron Posted August 3, 2013 Share Posted August 3, 2013 try this: config/settings.inc.php copy your old shops keys into your 1.5 for example: define('_COOKIE_KEY_', 'mjOE0VZdnxmCIYmts1vkwKdD7NJWpF8biqPCapA8BTQQ6judK7awYXaWK'); define('_COOKIE_IV_', '1xMoobTjt'); define('_RIJNDAEL_KEY_', 'CVSoKtYJZRghsCj4jr5cGaHb7YKpxpces'); define('_RIJNDAEL_IV_', 'vAUVuBcoPxIblqpbfMZRD5w=='); Hello El Patron, I have this problem now, but I don't know what to change. I opened both the old and new settings.inc.php and I don't know what to do... A little help please. 1. Download with ftp to your local machine the original shops config/settings.inc.php 2. Download with ftp to your local machine the new shops config/settings.inc.php 3. Duplicate this file with bkup in it's name and ftp back up to your new remote site so you have it 4. Update the keys in new shops config/settings.inc.php with those of your original shops config/settings.inc.php. NOTE: for some earlier PS versions there is no RIJNDALE keys...i.e. 1.3.1 define('_COOKIE_KEY_', 'mjOE0VZdnxmCIYmts1vkwKdD7NJWpF8biqPCapA8BTQQ6judK7awYXaWK'); define('_COOKIE_IV_', '1xMoobTjt'); define('_RIJNDAEL_KEY_', 'CVSoKtYJZRghsCj4jr5cGaHb7YKpxpces'); define('_RIJNDAEL_IV_', 'vAUVuBcoPxIblqpbfMZRD5w=='); 5. Upload (using FTP) the updated config/settings.inc.php to your new shop. (note this is untested, there is no need to change the COOKIE values. If you need this done for your, one hour, click here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now