Closed (duplicate)
Project:
GMap Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Mar 2011 at 11:50 UTC
Updated:
9 Mar 2011 at 05:31 UTC
Running on MAMP stack localhost:8888 using last released version of D7 and Gmap 7.x-1.x-dev and Location 7.x-3.x-dev. Working and testing lots of modules in D7. Tried to uninstall and get WSOD after clicking on Gmap uninstall and therefore I cannot uninstall location module because it requires Gmap go first.
Comments
Comment #1
Matteom789 commentedExactly the same problem.... !!
Comment #2
elgandoz commentedIdem
Comment #3
danzica commentedsame problem
Comment #4
keha3912 commentedI try to remove GMap Location => 500 Internal Server Error
PS Road Runner - If you temporarily remove the folder from the server with disabled Gmap - you can remove the Location.
Comment #5
willhallonlineProbable fix in http://drupal.org/node/1036340
it may require change on line 30:
- while ($row = db_fetch_object($result)) {
+ foreach($result as $row) {
Comment #6
bdragon commentedDupe of #1036340: gmap_location.install uninstall broken because of db_fetch_object.