Closed (fixed)
Project:
erp
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 Oct 2006 at 21:08 UTC
Updated:
7 Dec 2006 at 22:57 UTC
I get the following message when activating the module erp
Fatal error: Cannot redeclare favorite_nodes_install() (previously declared in c:\...\modules\erp\price_list\price_list.install:4) in c:\...\modules\favorite_nodes\favorite_nodes.install on line 3
because erp use the same function name as one function already used by favorites_node module
Comments
Comment #1
singularoThis was because I used favorite nodes as a base. This issue has been removed with the renaming of all the erp modules to erp_*