I just installed the views bonus and linage module and then activated views bonus linage and linage in the modul administration menu. Now none of my drupal pages is reachable. No matter what page I try to access I always get the same error message:
Fatal error: Cannot redeclare theme_views_bonus_lineage_tree() (previously declared in /home/xyz/public_html/drupal5/modules/views_bonus/views_bonus.module:286) in /home/xyz/public_html/drupal5/modules/views_bonus/views_bonus_lineage_tree.module on line 24
Any idea how to undo the activation of those modules is highly appreciated.
Comments
Comment #1
merlinofchaos commentedThis file does not exist in the version that you reported this bug against: /home/xyz/public_html/drupal5/modules/views_bonus/views_bonus_lineage_tree.module
Inaccurate information makes it much more difficult to ascertain just what is wrong. AT a guess it looks like you have managed to combine two versions of the bonus pack -- the dev version and the 1.0 version.
Please delete the file 'views_bonus.module' OR delete all other .module files in the directory, your choice.
Comment #2
M.B. commentedThank you merlinofchaos - you were right! I deleted the directory containing the module and installed the stable version. Now it works!
Comment #3
dmitrig01 commented