location_taxonomy_taxonomy() case 'delete':
location_save_locations(array(), array('genid' => 'taxonomy:'. $array['tid']));
to this
location_save_locations($temp = array(), array('genid' => 'taxonomy:'. $array['tid']));
location_taxonomy_taxonomy() case 'delete':
location_save_locations(array(), array('genid' => 'taxonomy:'. $array['tid']));
to this
location_save_locations($temp = array(), array('genid' => 'taxonomy:'. $array['tid']));
Comments
Comment #1
yesct commentedI wonder if this is related to #324284: Location module causes PHP to crash ?
Comment #2
socialnicheguru commentedi get the same error when I try to delete terms in my taxonomy :(
Comment #3
yesct commentedmarked #439130: Fatal Error on: When enabling or uninstaling module as a duplicate of this issue
Comment #4
socialnicheguru commentedWill this fix make it in? Each time I upgrade I have to re-remember this fix.
Comment #5
yesct commentedtagging
Comment #6
bdragon commentedShould be fixed now.
http://drupal.org/cvs?commit=231210