* 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

espirates’s picture

Status: Active » Closed (fixed)

The regions in the starter theme info file was different from the core blueprint theme. I changed it and all is well.

ChristianP’s picture

Status: Closed (fixed) » Active

What, 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.

designerbrent’s picture

The 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.

ChristianP’s picture

All right. I guess I just have to wait for a patch or something. Luckily the error is not constantly showing. :)

visualfox’s picture

At 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.

visualfox’s picture

comment.tpl.php has also an extra "<?php"

visualfox’s picture

FYI

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