Hi!
Thank You for module!
I save the block and settings of the block with the feature, but after I enable it doesn't create block. It create block only when I revert it.
Also I get that error message:
Notice: Undefined index: BLOCK_MACHINE_NAME in fe_block_boxes_features_export_render() (line 233 of /var/www/html/sites/all/modules/features_extra/fe_block.module).
Notice: Trying to get property of non-object in _fe_block_get_bid() (line 443 of /var/www/html/sites/all/modules/features_extra/fe_block.module).
If someone knows what's going on, please help.
One more Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | undefined_index-1225524-5.patch | 3.33 KB | guillaumev |
Comments
Comment #1
sitron2 commentedhi!
i'm experiencing the same problem. did you find any solution?
Comment #2
wizonesolutionsI think this is known, but in the end it does work, correct? Is the error message the only issue?
Comment #3
pau1_m commentedsubscribing
Comment #4
mrryanjohnston commented#2 No, in the end, it does not work.
Comment #5
guillaumev commentedHere is a patch which fixes the issues.
Comment #6
pfrenssenWow the patch in #5 seems to fix a lot more than just the 'undefined index' error.
Comment #7
pfrenssenPatch in #5 needs work:
Comment #8
pfrenssenHere's the fix I used in my sandbox to get rid of the notice:
Refs:
Comment #9
pfrenssenI split up Guillaume's patch into the 3 different problems it actually addresses and committed them to my sandbox:
I'm working in this sandbox because I urgently need to get some features and bugfixes in Features Extra before a deadline later this week. I lack the time to reroll all patches properly to the current 7.x-1.x.
I hope that this sandbox can be merged in with the main project after approval by the maintainers.
Comment #10
pfrenssenComment #11
pfrenssenThis has been committed. Thanks!