Active
Project:
XSL Bartik
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2010 at 05:50 UTC
Updated:
1 May 2011 at 23:46 UTC
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
Comment #1
Anticosti commentedSamme issue here.
Subscribing ...
Comment #2
Drupalearner commentedsame here.. subscribed
Comment #3
Wolfflow commentedditto issue subscribed
Comment #4
stevenx commentedsame here subscribed
Comment #5
stevenx commentedI fixed it:
just put an @ infront of line 155 in includes/theme.inc
change
include_once './'. $theme->owner;
to
@include_once './'. $theme->owner;
Comment #6
Vc Developer commentedTried it, but my 'content' is above my header.....