I reset permalinks to default and I have the same problem :o(
In the files I used:
<?php include (TEMPLATEPATH . "/header.php"); ?>
<?php include (TEMPLATEPATH . "/leftbar.php"); ?>
Instead of:
<?php get_header(); ?>
<?php get_leftbar(); ?>
because I got errors using get_, would that have anything to do with it?
Ron