Closed (fixed)
Project:
Features
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jan 2011 at 05:19 UTC
Updated:
18 Feb 2011 at 23:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
cesarpo commentedI've got the same problem.
*edit*
Well it works, I unpacked the feature and uploaded it as a module and worked.
http://drupal.org/node/953236
Comment #2
avpadernoComment #3
CoPut commentedI've got the same trouble but found UI at /admin/structure/features/create.
There is no any menu items or links anywhere. Just clean Features menu. Possible that's why it's called Alpha 3. :)
Comment #4
webflo commentedIts fixed in commit #441278. http://drupal.org/cvs?commit=441278
Comment #5
a.mikheychik commentedActually, it's not the working patch. It doesn't work with this line:
$form = $form + array('packages' => array('#type' => 'vertical_tabs'));Comment #6
robertom commentedTry with this patch http://drupal.org/cvs?commit=441288
Comment #7
mukhsim commentedThe following patch fixes the problem.
Mukhsim.
Comment #8
justintime commentedI initially found that the patch in #7 did fix my issue for alpha3. However, I went to roll the patch against 7.x-1.x-dev and found that the issue has already been corrected there, using a different fix:
On line 461 of features.admin.inc:
So I tested dev, and sure enough, that works too. So, if you have the problem, and can't run anything more recent than alpha3, then use the patch from #7. Any dev snapshot from at least today onward as well as any other releases after alpha3 will include this fix.
I'm going to save the maintainers the trouble and mark this fixed -- I hope I'm not overstepping bounds. Feel free to reopen if needed.
Comment #9
irakli commentedThis will be a non-issue with the next release (that's about to happen).