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
Comment #1
Peuge commentedDid you find an answer to this? I am having the exact same problem when using the Commerce Installation Profile https://github.com/rszrama/commercedev
Comment #2
fagoCould you please try whether you experience the same problem with the latest dev version?
Comment #3
Damjan Dvorsek commentedNo problem after installing latest dev version
Comment #4
klausiso marking this one as fixed.
Comment #6
restyler commentedI get this with Rules 7.x-2.0 (2011-Oct-11)
http://pix.am/ACb6/
Comment #7
mrpeanut commentedI 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.
Comment #8
darvit commentedConfirmed 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'])),
Comment #9
zuzu83 commented#8 Same probleme confirmed with latest dev
Comment #10
iGong commentedhere 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.
Comment #11
fagoThen please open a respective issue in the OG queue, thanks.
Comment #12
jorditr commentedI'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?
Comment #13
jorditr commentedI've just updated to last v.1.2 and still the same message, even when clearing cache. May be a combination with another module??
Comment #14
moehac commentedI started getting this issues when I installed the Cache Expiration module