ThunderPaul Posted September 5, 2013 Share Posted September 5, 2013 Hi, I have installed PS 1.5.5.0 and I have exported and imported customers from my old DB.Now the customers can not registers and can not access whit the exsting access.How I resolve it? Thanks. Link to comment Share on other sites More sharing options...
vekia Posted September 5, 2013 Share Posted September 5, 2013 it's probably because your store hasn't got the same cookie key and rijndael key as your old one. check configuration file (config/settings.inc.php) and compare values of cookie and rjindael from old shop and new one. Link to comment Share on other sites More sharing options...
prestashop-new Posted September 10, 2013 Share Posted September 10, 2013 (edited) Hi, I have installed fresh PrestaShop 1.5.5.0. Everything seems to be working fine but when a user tries to register it gives Server Error. Can Anyone please help me on rectifying this bug. I have asked this question on PrestaShop English forum but so far No reply. Attached is the Screen Shot Please Help me. I am very new to this awesome PrestaShop. Edited September 10, 2013 by prestashop-new (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2013 Share Posted September 10, 2013 if youv'e got internal server error (500) you should turn error reporting on (you will see additional error message) open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
Recommended Posts