D7 install (not upgraded)

I enabled Entity API and Entity Tokens. Then I enabled Rules. Upon saving, the following error appears:

Notice: Undefined index: label in rules_rules_core_data_info_alter() (line 125 of /var/www/html/sites/all/modules/administration/rules/modules/rules_core.rules.inc).

Line 125 in my rules_core.rules.inc file is: 'label' => t('list of @type_label items', array('@type_label' => $info['label'])),

Comments

Peuge’s picture

Component: Rules Core » Rules Engine

Did you find an answer to this? I am having the exact same problem when using the Commerce Installation Profile https://github.com/rszrama/commercedev

fago’s picture

Status: Active » Postponed (maintainer needs more info)

Could you please try whether you experience the same problem with the latest dev version?

Damjan Dvorsek’s picture

No problem after installing latest dev version

klausi’s picture

Version: 7.x-2.0-alpha5 » 7.x-2.x-dev
Status: Postponed (maintainer needs more info) » Fixed

so marking this one as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

restyler’s picture

Status: Closed (fixed) » Active

I get this with Rules 7.x-2.0 (2011-Oct-11)
http://pix.am/ACb6/

mrpeanut’s picture

I am also getting this error using 7.x-2.0. Upgraded to 7.x-2.0+15-dev (2012-Jan-24) and still receiving the error.

darvit’s picture

Confirmed error as well.
Using Rules 7.x-2.0+15-dev (Jan 24, 2012)

Error on line 137:
'label' => t('list of @type_label items', array('@type_label' => $info['label'])),

zuzu83’s picture

#8 Same probleme confirmed with latest dev

iGong’s picture

here too...

Ah, I found this.. http://drupal.org/node/1342632#comment-5532882
I my case probably related, I am experimenting wit OG 7-2-dev

Yes, and after returning to OG7-1.3 the message is gone.

fago’s picture

Status: Active » Closed (fixed)

Then please open a respective issue in the OG queue, thanks.

jorditr’s picture

I'm not having OG installed on my site and I'm having exactly the same message when I install or unistall a module:
Notice: Undefined index: label en rules_rules_core_data_info_alter() (línea 137 de /var/www/vhosts/decidess.com/subdomains/beta/httpdocs/sites/all/modules/rules/modules/rules_core.rules.inc).
repited twice. Any idea?

jorditr’s picture

I've just updated to last v.1.2 and still the same message, even when clearing cache. May be a combination with another module??

moehac’s picture

Component: Rules Engine » Rules Core

I started getting this issues when I installed the Cache Expiration module