Now my mass delete plugin showing this error :
Code:Fatal error: Maximum execution time of 600 seconds exceeded in /wp-includes/post.php on line 3462
anyone know the issue ?
thanks
Printable View
Now my mass delete plugin showing this error :
Code:Fatal error: Maximum execution time of 600 seconds exceeded in /wp-includes/post.php on line 3462
anyone know the issue ?
thanks
not post issue ....
What i try to do is, Mass delete (1000 post) by using the plugin, it work perfectly before :(
if only I get a dollar for every question you ask... heh just kidding. how about joining the wordpress community for sufficient help? I am sure its members and official staff could help you a lot more
`set_time_limit` is set to 600 seconds. When 600 seconds is exceeded, this error is returned. Was the page loading for 10 minutes before you saw this error?
If so, try deleting 500 at a time.
Personally, if I was dealing with this many records, I'd delete them directly from the database. :p
Man, 10 minutes to execute a script is the main issue.
To directly delete stuff you can log into your cpanel area and go to the phpMyAdmin icon and go and explore that area to work out where your database is being clogged up.