Closed (cannot reproduce)
Project:
Zentropy
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
25 Mar 2012 at 17:25 UTC
Updated:
21 Nov 2014 at 15:27 UTC
Jump to comment: Most recent
I'm encountering this error when I try to add any block to my zentrope sub theme.
Steps to recreate:
drush ins "Subtheme Name" "subtheme_machine_name"
drush zdl "subtheme_machine_name" "maximizr"
I've conducted a few searches but haven't found anything conclusive. I'm filing as a bug simply because it is so early in the site development that I'm assuming that it isn't custom work or conflicts. I'll continue my debug and report back if I isolate the issue. Meanwhile, I'll appreciate any pointers or assistance.
Comments
Comment #1
alexweber commentedThanks for the detailed error report.
Will look into it.
Comment #2
alexweber commentedComment #3
alexweber commented@cluther I've tried replicating this bug with no success.
Could you please try this again with 7.x-2.0-rc2 and confirm that it still happens?
Comment #4
greta_drupal commentedFor the record, I am getting this error, and I do not have Zentropy enabled.
Comment #5
alexweber commentedAwesome! :)
Comment #6
greta_drupal commentedUhhh, easy for you to say. (I am using Marinelli beta 11...are they brothers of another mother? Also using Display Suite.)
Comment #7
alexweber commented@greta_drupal Sorry I didn't mean to laugh at your problems, I'm just glad this isn't related to Zentropy! :)
Comment #8
greta_drupal commentedyeah, i got that. thought it was funny.
Comment #8.0
greta_drupal commentedcleaned up message formatting
Comment #9
JThan commentedJust for documenting it here:
A permament workaround was found in this comment (#7)
https://www.drupal.org/node/2192685#comment-9022315
Basically, somehow the "main page content" block is missing in the subtheme. Jump to another theme, configure the block and add it to the content region in your subtheme. After that it should work fine.
Comment #10
andriyun commentedIn my case a have the same reason!
Error was caused by the lack of required block Main page content in Content region.
This block setting could be restored on this page:
/admin/structure/block/manage/system/main/configure
After restores all will be ok!
Please check your Main page content block configuration!
Comment #11
munge83 commented#10 Saved my day. Thanks @andriyun !