I recently upgraded my blog to version 2.8.
After this, I noticed my Categories listing on my site isn't displaying. Instead, I get a "No Categories" name under the heading. I don't know if this is related to the install or not.
The site is http://www.journeysbysteve.com, look on the right sidebar towards the bottom for the Categories heading.
The code for that area is:
<li>
<h3><?php _e('Browse Categories','branfordmagazine');?></h3>
<ul class="subnav">
<?php wp_list_categories('orderby=order&hide_empty=1&title_li=&exclude=6,11,12,14,15,16,17,18,19,20');?>
</ul>
</li>