Gazmos
February 16, 2025, 9:49pm
1
Website URL
https://eventera.ct.ws
Error Message
500 Error, please check your php script / enable display_errors in your cpanel
Other Information
I have enabled Show Errors in the CPanel but the same error keeps coming up! I double checked in the client area and that said it was enabled as well. How can I show the real error message to troubleshoot?
dan3008
February 16, 2025, 9:52pm
2
this post might help:
When trying to access your website, you may see a page which returns the status code “500”. In Google Chrome, you’ll see a page with the error code HTTP ERROR 500.
There are typically two reasons which can cause this error:
The PHP code has crashed.
The .htaccess file contains invalid rules.
Here are some things you can try to debug and fix this.
Fixing crashing PHP code
A HTTP ERROR 500 simply tells you that the PHP code has crashed, but gives no information as to why it has crashed.
Gett…
once you’ve turned on the error reporting the error will change to a meaninful error that you can fix
6 Likes
Gazmos
February 16, 2025, 9:56pm
3
Thanks! I found is was one of my .htaccess rules so a true error wasn’t being displayed.
3 Likes
dan3008
February 16, 2025, 9:57pm
4
ah. .htacces rules are always a pain. Glad its working now
5 Likes
system
Closed
February 23, 2025, 9:57pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.