I just updated Rules from 6.x-1.0-beta5 to 6.x-1.0-rc1 and got the following errors after running update.php. Not sure whether I should be worried or not but thought I'd better mention it.
* warning: include_once(./sites/all/modules/rules/rules/rules.rules_defaults.inc) [function.include-once]: failed to open stream: No such file or directory in /home/finalcut/public_html/sites/all/modules/rules/rules/rules.module on line 946.
* warning: include_once() [function.include]: Failed opening './sites/all/modules/rules/rules/rules.rules_defaults.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/finalcut/public_html/sites/all/modules/rules/rules/rules.module on line 946.
Comments
Comment #1
cmav77 commentedI believe this is a duplicate, and has previously been addressed. See http://drupal.org/node/439582 . Already fixed in the newest -dev, and I'm sure it'll be fixed in the official release, coming soon (see http://groups.drupal.org/node/21507).
Comment #2
fagoyep!