Receive this error upon installing the module:
Fatal error: Cannot redeclare phptemplate_preprocess() (previously declared in /home/springhi/public_html/CommunityEnergyExchange.com/modules/marketplace/transactions.module:767) in /home/springhi/public_html/CommunityEnergyExchange.com/sites/all/themes/acquia_marina/template.php on line 160
Comments
Comment #1
matslats commentedI shouldn't really be using the function phptemplate_preprocess in a module since it is really a theme function and this is a theme it conflicts with.
Short solution is to use another theme, but I'll do my best to resolve this before version 1.0
Comment #2
matslats commentedFixed in HEAD