Jul 07
When some user tried to send comment without needfull data (email, name, text), then he get error 500 in browser.
I tried this solutions :
- http://wordpress.org/support/topic/196118
- http://wordpress.org/support/topic/144438?replies=2
- http://www.clintharris.net/2009/ie-512-byte-error-pages-and-wordpress/
- http://www.root777.com/wordpress/solution-to-error-500-after-upgrading-to-wordpress-27/
But no progress …
I had no time for for this, so I solved this by adding :
echo str_repeat(‘ ‘,80000);
to start of file wp-comments-post.php (in root folder)
Not so pretty solution, but it works definitely …