The localhost page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500

Mohan picture Mohan · Oct 24, 2016 · Viewed 136.5k times · Source

I know that there is some 500 Internal Server Error when is see this page,

The localhost page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500

I have already set the variables display_errors: On and error_reporting : E_ALL in my php.ini config file and restarted the server.

I still see the same page and not the actual error message that is causing the Internal Server Error. Why?

Answer

nyn05 picture nyn05 · Feb 22, 2017

It maybe solve your problem, check your files access level

$ sudo chmod -R 777 /"your files location"