Closed (fixed)
Project:
Views Bonus Pack
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2007 at 01:28 UTC
Updated:
4 Oct 2007 at 16:54 UTC
I have the theme_views_bonus pack and noticed a selection that was dependent on the audio module while I was in the admin pages enabling the Audio module so I enabled it as well. Now all that is displayed on the site is the following:
Fatal error: Cannot redeclare theme_views_bonus_audio_playlist() (previously declared in /var/www/drupal/sites/all/modules/views_bonus/views_bonus.module:678) in /var/www/drupal/sites/all/modules/views_bonus/views_bonus_audio_playlist.module on line 22
I will post this over on the Views bonus page as well.
Comments
Comment #1
mfer commentedThis issue is with Views Bonus pack. It seems that two of it's modules are declaring the same function.
Comment #2
robloachFully delete your current installation of Views Bonus, download the 5.x-1.x-dev version and re-install it, enabling the modules again. It seems you have some conflicting installation versions. views_bonus.module isn't used anymore.
Comment #3
kpm commentedThanks,
yes, I restored a backup, and got rid of views bonus... my mistake after upgrading... thought i had checked everything, missed that one.