Jump to content

SOLVED transfer customers accounts from one site to another


eleit

Recommended Posts

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 by eleit (see edit history)
Link to comment
Share on other sites

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

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

  • 8 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...