Closed (fixed)
Project:
Marketplace
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2009 at 13:25 UTC
Updated:
14 May 2009 at 15:10 UTC
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