How to fix: 500 internal server error

31 .Jul .2008

This error occur when the user submit an empty comment or false email. Do the following:
1.) Cruise to your wordpress/wp-include folder and open file functions.php
2.) Search for status_header( 500 ); and change it to status_header( 200 );
This is WordPress installation problem, not the problem of mine or anybody’s theme problem.