Active
Project:
Blueprint
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2011 at 14:46 UTC
Updated:
8 Apr 2011 at 08:21 UTC
* Notice: Undefined variable: type_bp in blueprint_status_messages() (line 335 of /drupal/sites/all/themes/blueprint/blueprint/template.php).
* Notice: Undefined index: sidebar_first in include() (line 19 of /drupal/sites/all/themes/blueprint/blueprint/page.tpl.php).
* Notice: Undefined index: sidebar_second in include() (line 50 of /drupal/sites/all/themes/blueprint/blueprint/page.tpl.php).
Comments
Comment #1
espirates commentedThe regions in the starter theme info file was different from the core blueprint theme. I changed it and all is well.
Comment #2
ChristianP commentedWhat, I don't understand how to fix this. I removed Starterkit-theme and I'm only using original Blueprint. Still I have this error (type_bp) when I tried to add a new region and put some information into that region/block. I can't fix the error.
Comment #3
designerbrent commentedThe reason that you are getting these errors is that the D7 version isn't functional nor do I claim it to be functional (http://drupal.org/node/862152). Hopefully soon but until then, use it at your own risk.
Comment #4
ChristianP commentedAll right. I guess I just have to wait for a patch or something. Luckily the error is not constantly showing. :)
Comment #5
visualfox commentedAt this date I don't get these three errors anymore.
But node.tpl.php, page.tpl.php and box.tpl.php generate new error. This can be easily fixed by removing the extra "<?php" at the top of these pages.
Comment #6
visualfox commentedcomment.tpl.php has also an extra "<?php"
Comment #7
visualfox commentedFYI
1) The box.tpl.php template has been removed
From drupal7 upgrade: "The amorphous box.tpl.php template has been removed. Those pieces of content that were using the box.tpl.php now have their own theme functions."
I am not sure I understand what are these themes functions now or the difference between box.tpl.php and block.tpl.php. But that a minor issue
2) I was able to use BPSTARTER without any issue beside the problem with the template files