April 8, 2008
3:04 am
WordPress 2.5: How to solve “Flood control” error?
O.K. now you’ve installed WordPress 2.5 (Brecker). If you use WordPress built-in post editor, you might get “flood control” error, if you save posts too fast. Here’s is a way to solve this problem in 2.5:
Open wp-includes/comment.php file, and search for the following code:
if ( ($time_newcomment - $time_lastcomment) < 15 )
Now replace the above code with:
if ( ($time_newcomment - $time_lastcomment) < -3800 )
WordPress, Brecker, Flood Control, Post, Tips, Tricks, Tips and Tricks
Loading

Leave a comment »