Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2010 at 13:36 UTC
Updated:
4 Jun 2014 at 21:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tema commentedSame problem. This already have a dupe.
Comment #2
yareckon commented+
Comment #3
rich.yumul commented+1
Comment #4
lsolesen commentedWhat is the state of this issue?
Comment #5
aanjaneyam commentedsame problem here. I needed to install features to use with feed news But???
Comment #6
duellj commentedThis has been fixed in CVS, though it would probably be helpful if instead of showing a blank page with a "Save settings" button on it for the manage page, show instead something like "You have no features. Make a new one *here*".
Comment #7
lsolesen commentedHow about a new release - perhaps just a dev-release to http://drupal.org/project/features?
Comment #8
zorp commentedYou can use drush dl features-7.x-1.x-dev to get the dev snapshot.
I can confirm that the latest dev version will give you a proper admin/structure/features page.
Comment #9
sagannotcarl commentedThanks for providing the drush command. Using that version fixes this problem for me as well.
Comment #10
nightowl77 commentedSubscribe
Comment #11
kbond commentedsubscribe
Comment #12
helior commented+1
Comment #13
xurizaemonConfused by not seeing any features, even though you have some installed? No need to subscribe or +1 an already fixed issue. Solution was already stated by zorp in #8:
drush dl features-7.x-1.x-devIf features are found, then we see a nice table of disabled features. However, if you remove all features, features_admin_form() renders a white screen with a useless "save settings" button, and I think this needs a UI fix.
Example patch attached which drops out of the form builder (to prevents rendering 'save settings' button etc) if $features is an empty array; feedback on wording welcome.
I've kicked off with,
Comment #14
xurizaemonI don't like the messy
'<h3>'. t() .'</h3><p>'. t()in the previous patch. This makes it one block of t() instead.Comment #15
irakli commentedCommitted http://drupal.org/cvs?commit=498856
Comment #16
nancydruI just downloaded the current -dev release and I'm still seeing an empty manage page.
Comment #17
hefox commentedThe message is there in code so guessing this is some edge case; please open up a new bug report with steps to reproduce, etc. against 7x.-2.x-dev
Particular with the empty check fails.