Closed (duplicate)
Project:
Boost
Version:
6.x-1.18
Component:
Core compatibility
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
13 Nov 2011 at 16:14 UTC
Updated:
6 Jul 2016 at 22:22 UTC
Jump to comment: Most recent
Comments
Comment #1
marios88 commentedHave you made any changes to your theme? From the looks of it block placeholders are not there
Comment #2
Anonymous (not verified) commentedNo changes to theme. New fusion-based theme.
Comment #3
marios88 commentedhave you tried moving them to another region?
Comment #4
bgm commentedSee #1172560: The block X was assigned to the invalid region Y and has been disabled., it is not specific to Boost.
Comment #5
tangent commentedPlease consider removing the default regions. There is no indication that the core issue being triggered by the default regions will be resolved any time soon. Furthermore, there is no reason to assign a default region for these blocks other than perhaps the module owners preference.
Comment #6
videographics commentedI'm not sure I understand. I'm testing Boost on a site using the Drupal Commons install profile with a supplied theme. It seems to be working great!!! Super-fast. But, I'm getting lots of this:
BTW, Drupal Commons uses Context to manage blocks so the core block page shows no blocks assigned to any regions including those mentioned in the error messages. These messages just look weird. Where are these blocks getting assigned to regions in the first place?
Is any site running Boost with a theme that doesn't have a block named 'right' going to constantly throw these errors or is there something else going on?
Comment #7
tangent commentedI discovered the following sql work-around. Execute this query on your drupal database and it eliminates the warnings.
UPDATE blocks SET region=0, custom=0 WHERE module='boost'Comment #8
bgm commented#1267072: Invalid region right error message
Comment #9
rickharington commented@tangent that seems to have done the job. i'll keep you updated if that changes. thanks