Closed (fixed)
Project:
GMap Module
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2010 at 12:53 UTC
Updated:
14 Dec 2010 at 23:10 UTC
Jump to comment: Most recent file
Somehow, I have no option to select (or even see grayed) Map Behavior Flags. A screen shot is attached. Any suggestions?
I have tried:
Updating to latest dev
Clearing all caches
Uninstalling (disable module, then uninstall, then re-enable)
Regenerate
I am running Drupal 6.15, php-5.3.1-1, mysql-server 5.1.43
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 703480_return_behaviors.patch | 543 bytes | dnotes |
| no-map-behave.jpg | 90.49 KB | johnthomas00 |
Comments
Comment #1
johnthomas00 commentedDowngrading too php-5.2.12 from php-5.3.1-1 solved this problem.
Comment #2
jantoine commentedAlthough downgrading to PHP 5.2.x fixes the issue, I consider that a work around as there is still an issue with PHP 5.3.x. I am re-opening this issue.
Cheers,
Antoine
Comment #3
dnotes commentedI have the same problem with php 5.2.
Comment #4
dnotes commentedUpdate: In my case, I believe the problem may be because of the placement of the line
$return = array();within the looping structure in function gmap_module_invoke; I have a module which implements hook_gmap and is weighted after the gmap module, and therefore that function always returns an empty array when called from the gmap_settings_ui.inc. I'm wondering if the simple expedient of moving that line before the loop (which solves my problem) would be small enough a change not to affect anything else. All the simpletests seem to pass, so that's something.Comment #5
dnotes commentedoops, now it's needs review.
Comment #6
arru commentedI share this problem, patch seems to work as intended.
Comment #7
crutch commentedSame issue. Patch fixed the problem.
Comment #8
bdragon commentedYup, brown paper bag fix. I just slammed into this one myself on a site.
Thanks for the patch, committed.
http://drupal.org/cvs?commit=457618
http://drupal.org/cvs?commit=457620
http://drupal.org/cvs?commit=457622