Closed (fixed)
Project:
Get Locations
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 08:54 UTC
Updated:
27 Oct 2012 at 19:46 UTC
Fatal error: Call to undefined function getlocations_fields_defaults() in /home/u5444/domains/medstream.krypton.vps-private.net/sites/all/modules/getlocations/modules/getlocations_location_taxonomize/getlocations_location_taxonomize.inc on line 38
Comments
Comment #1
dgastudio commented#1437406: error on saving user profile
Comment #2
angelg33k commentedI don't think this is a duplicate because I have the same problem and I do not have the Profile2 module installed. I'm still getting a PHP Fatal error: Call to undefined function getlocations_fields_defaults()
Comment #3
hutch commentedIs this occurring on uninstall? Please let me know so I can attempt a fix.
Comment #4
dom. commentedHi !
Same problem here with both 7x-1.1 and 7x-1.dev. It occurs when uninstalling the module. While screen with this php error. The module can't be uninstall therefore.
Comment #5
hutch commentedAlthough I have not been able to replicate the error, it's not the first time that I have seen dependency issues on install and uninstall of modules, so here is a fix:
replace function getlocations_location_taxonomize_get_fields() in getlocations_location_taxonomize.inc with the following:
I will commit this to dev ASAP.
Thank you for reporting this.
Comment #6
hutch commentedComment #7
hutch commentedThis fix has been commited, available in dev tomorrow.
Comment #8
hutch commented