Jump to content

Problem with login and registration in FO


Recommended Posts

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.

post-601125-0-30384500-1378825139_thumb.png

post-601125-0-22872600-1378825145_thumb.png

Edited by prestashop-new (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...