XRint
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 500 Internal Server Error@jan: Totally valid point! Sometimes we just need to make things work now and don’t have time to invest into the perfect solution.
Forum: Fixing WordPress
In reply to: Installing Plug-ins: 500 Internal Server Error@fashiondecoder: There is a chance that WordPress tries to show you a message with a problem; but because it’s sending a server response code 500, some servers just show you their 500 Internal Server Error page. Try changing the server response code from 500 to 200 in wp-includes/functions.php and see if it helps.
See here for how to do it http://extremeresults.biz/2011/02/error-500-internal-server-error-while-posting-a-comment-in-wordpress/
Forum: Fixing WordPress
In reply to: 500 Internal Server Error With Go DaddyTry to change the server response code from 500 to 200 in wp-includes/functions.php.
See it here http://extremeresults.biz/2011/02/error-500-internal-server-error-while-posting-a-comment-in-wordpress/
Forum: Fixing WordPress
In reply to: 500 Internal Server Errorthe solution that helped me was changing a response code from 500 to 200 in wp-includes/functions.php.
See it here http://extremeresults.biz/2011/02/error-500-internal-server-error-while-posting-a-comment-in-wordpress/