I've been trying to get into my page for 3 days. I keep getting this message...
This page isn’t workingstaunchtopteam is currently unable to handle this request. HTTP ERROR 500
Can anyone please help?
Thanks,
Scott
I've been trying to get into my page for 3 days. I keep getting this message...
This page isn’t workingstaunchtopteam is currently unable to handle this request. HTTP ERROR 500
Can anyone please help?
Thanks,
Scott
Share Improve this question edited Mar 2, 2020 at 12:21 Chetan Vaghela 2,4084 gold badges10 silver badges16 bronze badges asked Mar 2, 2020 at 6:08 Scott Alexander BuchananScott Alexander Buchanan 12 Answers
Reset to default 1there might be these possibilities please check both the cases
- Please allow the debugging mode in your wp-config file
define('WP_DEBUG', false);
make it true. - If after enabling the debug you didn't get any fatal error, then this problem is related to your hosting server, do check with their support.
Kindly check the Error Log file to know the exact error. HTTP 500 error can be due to a lot of things.
Hope you tried with the basic things first -
- Disable all the plugins and check.
- Try to switch the theme to the default Twenty20.