Closed (fixed)
Project:
Click HeatMap
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 21:19 UTC
Updated:
28 Sep 2009 at 07:57 UTC
Fatal error: Call to undefined function language_initialize() in /mnt/target03/358870/www.healthcaregoesmobile.com/web/content/modules/click_heatmap/click_hea... on line 149
Any ideas?
Thanks,
Kelly
Comments
Comment #1
boombatower commentedTry removing the line and see if the code still functions.
Do you have multiple languages configured or just one?
Comment #2
kbell commentedI have content translation installed, and localization, but only English is configured.
Comment #3
kbell commentedAnd for what it's worth, I have yet to get the module to successfully work. I followed the instructions, and installed the maps correctly (the module reports that it is correctly installed), but it's no working, and just throws errors every time I enable the module so I have to turn it back off.
I'm sure it's my fault, but I just don't know what I've done wrong.
Thanks,
Kelly
Comment #4
boombatower commentedHave you tried removing the line 149 from
/modules/click_heatmap/click_heatmap.module.You should see something like
try removing the with
language_initialize();.Comment #5
boombatower commentedPlease re-open if still an issue.