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

mfer’s picture

Project: Audio » Views Bonus Pack
Version: 5.x-1.3 » 6.x-1.x-dev

This issue is with Views Bonus pack. It seems that two of it's modules are declaring the same function.

robloach’s picture

Status: Active » Fixed

Fully 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.

kpm’s picture

Status: Fixed » Closed (fixed)

Thanks,
yes, I restored a backup, and got rid of views bonus... my mistake after upgrading... thought i had checked everything, missed that one.