geekweb Posted January 7, 2021 Share Posted January 7, 2021 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 More sharing options...
Prestachamps Posted January 7, 2021 Share Posted January 7, 2021 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 1 Link to comment Share on other sites More sharing options...
Fab7358 Posted July 29, 2021 Share Posted July 29, 2021 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 More sharing options...
Danny Posted July 30, 2021 Share Posted July 30, 2021 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 More sharing options...
Fab7358 Posted July 30, 2021 Share Posted July 30, 2021 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 More sharing options...
Danny Posted July 30, 2021 Share Posted July 30, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now