Regions field empty
arbel - September 15, 2009 - 09:22
| Project: | Node As Block |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
when I set a node to create block, the regions field is empty - only option is and then when I visit the blocks page I get this message:
The block "block name" was assigned to the invalid region -1 and has been disabled

#1
i was having this problem as well, and then figured out that i had to go edit the content type - there is a "node as block settings" area there where you have to select all of the regions for your theme, in order to have any of them show up on the node edit form
#2
Any ideas if you are using an Admin Theme and the regions are not present when editing content?
#3
something like that is what was causing me trouble, but only because i was running my own scripts without setting up theme info properly. once i set the available regions in the content type, using Drupal normally does not mess with that, and the node editing form works fine.