Hello! I was upgrading to the latest version that just got releases to see if it resolved this problem http://drupal.org/node/231990.

I ended up with a worse problem on my hands. When the module is enabled I receive blank white screens all over my site and the following error appears in the logs.

[Wed Mar 12 13:11:44 2008] [error] PHP Fatal error:  Cannot redeclare theme_taxonomygroup_taxonomygroup() (previously declared in /usr/local/apache2/htdocs/sites/all/modules/views_groupby_pack/taxonomygroup.module:31) in /usr/local/apache2/htdocs/sites/all/modules/views_groupby_pack/taxonomygroup.inc on line 51

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

This is because the taxonomygroup.module and monthgroup.module files have been removed from the latest release.

You should un-enable the "taxonomygroup" and "monthgroup" modules and then make sure that there's only the files that are in the latest tarball, and then enable the "views group-by module".

WISEOZ’s picture

Thanks!