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

Matteom789’s picture

Exactly the same problem.... !!

elgandoz’s picture

Idem

danzica’s picture

Issue tags: +modules uninstall

same problem

keha3912’s picture

I 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.

willhallonline’s picture

Probable fix in http://drupal.org/node/1036340
it may require change on line 30:
- while ($row = db_fetch_object($result)) {
+ foreach($result as $row) {

bdragon’s picture