Running update.php after upgrading from beta5 to RC1 I got the following errors:
include_once(./sites/all/modules/rules/rules/rules.rules_defaults.inc) [function.include-once]: failed to open stream: No such file or directory in /path/to/website/sites/all/modules/rules/rules/rules.module on line 946.
include_once() [function.include]: Failed opening './sites/all/modules/rules/rules/rules.rules_defaults.inc' for inclusion (include_path='.:/usr/local/lib/php') in /path/to/website/sites/all/modules/rules/rules/rules.module on line 946.
Would you please be so kind to look into that issue?
Thanks
carsonh
Comments
Comment #1
axel pressbutton commentedHad similar issues;
Not sure why pear is mentioned, is this something to do with the module? I don't recall ever setting a path like this :(
Comment #2
axel pressbutton commentedsorry, forgot to bump this to critical.
Also noticed it says;
Is this correct?
Thanks :)
Comment #3
fago@#2: Yep, that's correct.
This just a caching problem. Try loading the page "admin/build/modules" once, this should fix it. I fixed the update in the -dev version to also do the missing cache clearing.
I've also added this to the described update procedure in the release notes - please report if it's working for you.
Comment #5
patcon commentedFound this thread through #444232: Errors after updating to rc1 and running update.php
Just updated from
6.x-1.0-beta5to6.x-1.1and got the same set of errors, so I think there's still something wrong in some section of the upgrade path...?I'm just going to ignore it, since no one seemed to think it was a big deal, but just thought I'd share :)
Comment #6
mitchell commentedThank you for sharing and confirming it still occurs. No need to reopen though, the fix is in the docs.
Comment #7
mitchell commentedUpdated component.