Download & Extend

Undefined index: label in rules_rules_core_data_info_alter()

Project:Rules
Version:7.x-2.x-dev
Component:Rules Engine
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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

#2

Status:active» postponed (maintainer needs more info)

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

#3

No problem after installing latest dev version

#4

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

so marking this one as fixed.

#5

Status:fixed» closed (fixed)

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

#6

Status:closed (fixed)» active

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

#7

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.

#8

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'])),

#9

#8 Same probleme confirmed with latest dev

#10

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.

#11

Status:active» closed (fixed)

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

#12

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?