Jump to content

login screen vanished


Recommended Posts

you've got there internal server error (500 error)

eyjtVlP.png

 

 

PrestaShop 1.5.3+

 

config/defines.inc.php

 

find this line

define('_PS_MODE_DEV_', false);

 

change to look like this:

define('_PS_MODE_DEV_', true);

then probably we will see error code in the log in page

Link to comment
Share on other sites

Ok, I changed the line (28) to what you suggested.

 

And I got

 

Warning: require_once(/home/dentalar/sites/orthoklik.com/modules/recaptcha/lib/recaptchalib.php) [function.require-once]: failed to open stream: No such file or directory in /home/dentalar/sites/orthoklik.com/override/controllers/AuthController.php on line 2

 

Fatal error: require_once() [function.require]: Failed opening required '/home/dentalar/sites/orthoklik.com/modules/recaptcha/lib/recaptchalib.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/japps') in /home/dentalar/sites/orthoklik.com/override/controllers/AuthController.php on line 2

Link to comment
Share on other sites

so the problem is with recaptcha module, require once function in this module can't localize the file "recaptchalib.php" if you will disable this addon - everything should work as you expect

 

I removed the lines that caused the interference and now everything is ok.

thank a lot for your guldens.

Avri

i suppose that file mentioned in the error code is necessary for recaptcha module ;)

Link to comment
Share on other sites

×
×
  • Create New...