issue with UI and on recent update. Using drupal 6.10 with -dev modules.
An error occurred. http://domain.com/update.php?id=86&op=do
Fatal error: Cannot redeclare rules_admin_overview_table() (previously declared in /home/domain/htdocs/sites/all/modules/rules/rules_admin/rules_admin.inc:281) in /home/domain/htdocs/sites/all/modules/rules/rules_admin/rules_admin.rules.inc on line 114
Comments
Comment #1
fagorules_admin.rules.inc should go, just delete the file. It's not any more in CVS and wasn't until beta5, so users won't get it and so they won't run into this problem.
rules_admin.rules.inc was just bad named - of course it's automatically picked up as "rules integration", which wasn't intended.
Comment #2
likewhoa commentedok thanks.