Username: epiz_29826614
Error Message: Failed to load resource: the server responded with a status of 500 ()
I have a contact form at the bottom of my portfolio which calls a PHP page with AJAX to send me the contents via email. But it says failed to load the resource. Is this a server error
Could you provide us with your domain name so we can check? And also check out this article for information on error 500.
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…
5 Likes
Thank You very much YT_Xaos! Turning on the error reporting helped me fix the PHP error.
3 Likes
system
Closed
November 12, 2022, 2:14am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.