I have 8 features modules, but only shows 6 in the admin/structure/features.

An entity bundle feature module and rules feature module doesn't shows!

Needs help, Thanks!
dd
dd

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mpotter’s picture

Status: Active » Postponed (maintainer needs more info)

I think this was related to the issue with ctools plugins. Please try the latest 1.x-dev version and let us know if that fixes it.

rogical’s picture

Status: Postponed (maintainer needs more info) » Active

I installed the latest dev of features, the problem still the same, then I installed the latest dev of ctools, the problem persists.

hefox’s picture

Title: Some features modules disappeared » Some features modules do not appear in features ui but do appear in module listing

Could you zip and upload the problem features, or at least the .info files?

rogical’s picture

Status: Active » Postponed

I think it should be related to #1489394: Rules (rules_config) removed in update from beta6 to rc1.

My entity bundle feature module was empty but rules feature module should show.

rogical’s picture

Title: Some features modules do not appear in features ui but do appear in module listing » Rules features is missing in the Features UI after upgrade to the latest Features
Version: 7.x-1.0-rc1 » 7.x-1.x-dev
Status: Postponed » Active
FileSize
1.74 KB

I've tested this on the latest dev, the rules features module still works and show in the modules list, but cann't be managered by Features UI anymore.

hefox’s picture

Status: Active » Closed (cannot reproduce)

It looks like you update the features, but due to the other bug the features information went missing so now there's nothing indicating that the features are a features. Redo them with the patch and they should appear again.

name = "Yourhelps Rules"
description = "Yourhelps Rules"
core = "7.x"
package = "Features"
php = "5.2.4"
version = "7.x-1.0-alpha1"
project = "yourhelps_rules"
dependencies[] = "comment"
dependencies[] = "heartbeat_rules"
dependencies[] = "help_c2c"
dependencies[] = "php"
dependencies[] = "rules"

nafmarcus’s picture

Could someone be a little more explicit about how to fix this?
I do not see the rules configuration in the list of components as per the attached png.
How would I create a feature module with 2 of my 6 defined Rules? Thx.

carn1x’s picture

I had to update to the latest DEV version of the Entity API. This however can causes a WSOD if you are using i18n, and you will need to update i18n to the latest DEV as well.

bsuttis’s picture

Confirming #8, updating to latest Entity API fixed my issue.

blacklabel_tom’s picture

Hi,

I am using Rules 7.x-2.5 and Entity API 7.x-1.2 and Features 7.x-2.0-rc3 and any rules I add into a feature are disappearing from the rules UI screen.

Cheers

Tom

blacklabel_tom’s picture

Version: 7.x-1.x-dev » 7.x-2.0
Issue summary: View changes
Status: Closed (cannot reproduce) » Active
hefox’s picture

Status: Active » Closed (fixed)

Re-open if it's an existing issue with all modules on stable; however, it's likely an issue with entity api or rules module

blacklabel_tom’s picture

I'll give it another go when I've updated the modules.

It is most likely a rules problem, but thought I would post here in case anyone else can nail down exactly where it is.

Boobaa’s picture

Status: Closed (fixed) » Active

There are no Rules–related components on the Features export UI. Using features-7.x-2.0, rules-7.x-2.7, entity-7.x-1.5 (all of them are latest stable versions). Haven't ever used any previous versions of any of them on this site before.

margyly’s picture

Ditto -- the rules that were defined in my feature do not appear in the Features UI, and don't appear as overridden, so no way to revert. There's a rules_default.inc file, but editing doesn't make the feature overridden.

Features 7.x-2.2, Rules 7.x-2.9

mpotter’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

Please do not re-open old issues.

The latest version of Features is 2.4, so please update. Make sure *all* of your modules (entity, etc) are up-to-date. Features doesn't do anything special with Rules, so any problem should be reported to the Rules issue queue.