Hi everyone,
I fixed this problem in my own blog, but it involves some coding… for those interested, here’s the link:
http://url.akosma.com/dycnlr
Adrian
I’ve resolved the issue my way 🙂 actually the folder “supercache” inside “wp-content/cache” was not created, so I created and “voila!” the cache started to fill itself automagically.
Hope this helps!
This is the great advantage of open source 🙂 Happy to help!
I had the same problem as you and I found the fix: somehow the updater failed to create an index in the comment_date_gmt column of the wp_comments table. Go to your preferred MySQL interface (like phpMyAdmin) and add an index to that column, reload your comment management page, and you’re done. Cheers!