I get these warnings in your code:
warning: include_once(./) [function.include-once]: failed to open stream: No such file or directory in /var/www/drupal/6/includes/theme.inc on line 155.

warning: include_once() [function.include]: Failed opening './' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/drupal/6/includes/theme.inc on line 155.

....are you in the middle of making changes because the theme layout is not clean. The block regions don't show-up in admin, the Blocks Content is in the footer, etc..., are you sure this is for 6.xx? I don't see the page template?

Comments

Anticosti’s picture

Samme issue here.
Subscribing ...

Drupalearner’s picture

same here.. subscribed

Wolfflow’s picture

ditto issue subscribed

stevenx’s picture

same here subscribed

stevenx’s picture

I fixed it:
just put an @ infront of line 155 in includes/theme.inc

change
include_once './'. $theme->owner;

to
@include_once './'. $theme->owner;

Vc Developer’s picture

Tried it, but my 'content' is above my header.....