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 :

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 …

written by admin

Leave a Reply