Jump to content

Prestashop 1.7 HTTP ERROR 500


geekweb

Recommended Posts

Bonjour

je ne peut pas accéder depuis le back office prestashop a Modules/Modules manager, il m'affiche cette erreur 

Cette page ne fonctionne pas

Impossible de traiter cette demande via localhost à l'heure actuelle.

HTTP ERROR 500

c'est quoi la solution.

Merci pour votre réponse.

Cordialement

Link to comment
Share on other sites

Hi,

you can enable the DEBUG mode from the FTP by accessing config/defines.inc.php and usually @line  29 you will find :

define('_PS_MODE_DEV_', false);
change it to:

define('_PS_MODE_DEV_', true);

Then you will see the error/exception that caused the error 500 displayed on your Backoffice.

Kind regards, Leo

  • Thanks 1
Link to comment
Share on other sites

  • 6 months later...

Hello, I have this issue when trying to access admin, 

Cette page ne fonctionne pas

Impossible de traiter cette demande via localhost à l'heure actuelle.

HTTP ERROR 500

I did enable DEBUG and the page display is :


Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in D:\web\Shop\src\Adapter\EntityMapper.php on line 99

Whoops, looks like something went wrong.

(1/1) FatalErrorException

Error: Maximum execution time of 30 seconds exceeded

in Definition.php line 666

How can I clear this error ?

Thanks for your help.

Link to comment
Share on other sites

17 hours ago, Fab7358 said:

Hello, I have this issue when trying to access admin, 

Cette page ne fonctionne pas

Impossible de traiter cette demande via localhost à l'heure actuelle.

HTTP ERROR 500

I did enable DEBUG and the page display is :


Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in D:\web\Shop\src\Adapter\EntityMapper.php on line 99

Whoops, looks like something went wrong.

(1/1) FatalErrorException

Error: Maximum execution time of 30 seconds exceeded

in Definition.php line 666

How can I clear this error ?

Thanks for your help.

first of all, check your php.ini option and increase value of max_execution_time

Danny

Link to comment
Share on other sites

6 hours ago, Danny said:

first of all, check your php.ini option and increase value of max_execution_time

Danny

Hello, 

Thanks for your answer, but I can't find the php.ini file, neither the max-execution_time when I look in the ini.php from the root or in the admin folder.

Thanks again for your time.

Regards

Link to comment
Share on other sites

4 hours ago, Fab7358 said:

Hello, 

Thanks for your answer, but I can't find the php.ini file, neither the max-execution_time when I look in the ini.php from the root or in the admin folder.

Thanks again for your time.

Regards

you need to use cpanel to go into php version---> php options. OR, if you're localhost ...

you need to check your server (ex.XAMPP) and find the php info/configuration to change these values.

Danny

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...