I have the same problem! I restored a backup of a working live site on to my dev server and the posts are in the order as if selected strait out of the DB.
I am using wp_query() to get the records…. some thing missing from PHP?
That has to be javascript – php will not output an error like that! Its all server side.
Check javascript settings?
Glad we got to the bottom of this!
Shell we log this as a bug, save the masses from blog destruction?
Hi all,
I had the same problem, high CPU and memory usage.
Found the cron section in wp-options table had gone bad, deleted it and site picked up again. The cron gets recreated automatically.
Hope this helps