I got an error after enabling the views_bonus_summary_combo.module.
The site crashes and i must remove the file manually. The error is:
Fatal error: Cannot redeclare theme_views_bonus_summary_combo()
(previously declared in /home/(user)/public_html/modules/views_bonus/views_bonus.module:228)
in /home/(user)/public_html/modules/views_bonus/views_bonus_summary_combo.module on line 22
I never got to test it or check what it could be, because i had to remove it completely.
The version was the 5.x-1.x-dev from march 16 and was tested with Views 1.5 and then 1.6-beta4.
In addition, the site was just migrated to drupal 5.1 from 4.7.3
Comments
Comment #1
merlinofchaos commentedYou need to disable the views_bonus.module which doesn't come with the same distribute that has views_bonus_summary_combo.module -- that is an older distro. There isn't a 'views_bonus.module' anymore; instead, plugins are separated into different modules to make maintenance theoretically a little easier.
Comment #2
inforeto commentedThanks, that solved the problem.
When upgrading i took care of removing the user/site folder, but i not the global one that i use for copies.
I'll have to double-check other modules as well.
Comment #3
(not verified) commented