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

Comments

johnthomas00’s picture

Status: Active » Closed (fixed)

Downgrading too php-5.2.12 from php-5.3.1-1 solved this problem.

jantoine’s picture

Status: Closed (fixed) » Active

Although 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

dnotes’s picture

I have the same problem with php 5.2.

dnotes’s picture

Version: 6.x-1.x-dev » 6.x-1.1
Component: User interface » Code
Priority: Normal » Major
StatusFileSize
new543 bytes

Update: 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.

dnotes’s picture

Status: Active » Needs review

oops, now it's needs review.

arru’s picture

I share this problem, patch seems to work as intended.

crutch’s picture

Same issue. Patch fixed the problem.

bdragon’s picture

Status: Needs review » Fixed

Yup, 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.