switching to default theme and back worked for me as well.
I figured out a solution for this using mod_rewrite. Here is the rewrite rule I used
RewriteRule ^blogindex/(.+)$ /index.php/blogindex?cat=$1 [L]
I used the is_category function to hide the category, but on the index page, the navigation is somehow still counting the posts from the hidden category. So I get a blank page. How do I fix the page navigation code?
see http://blog.counterjumper.com
the category I have hidden is Images
I tried this, and it does hide the posts, but the hidded posts are counted for the page navigation section. How do you prevent that?