Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 22:58 UTC
Updated:
12 Mar 2009 at 00:30 UTC
Hi,
When enabled, the fbconnect module conflicts with the gmap module and causes javascript markers not to appear on the google maps.
Comments
Comment #1
bcobin commentedThank you so much for posting this. Lost most of the day on this... you have done us all a service.
Comment #2
SeanBannister commentedI have the same problem but I don't have fbconnect installed so there must be other modules causing this, I'll test it out later.
Comment #3
PGiro commentedI've been fighting with the gmap module for a week because of missing markers too but I have differing results from you two.
I have them displaying on /map/node whether or not fbconnect is on.
But never on individual nodes whether or not fbconnect is active.
Check out http://drupal.org/node/358589#comment-1222859
Comment #4
thelocaltourist commentedMy issue is the same as the original - when FBConnect is enabled, no gmap markers appear. It also conflicts with fivestar. Instead of the star images it just shows the dropdown menu.
Comment #5
PGiro commented@thelocaltourist : that looks like a javascript error which gets triggered by FBConnect before the GMap javascript. Have you checked if IE displays a warning in the lower left or FF/Chrome display an error in their javascript consoles ?
Comment #6
bcobin commentedThere are two errors - both on line 130 of gmap/js/icon.js as follows:
and,
Really don't know if this is an FB Connect or a GMap issue - any ideas? Thanks!
Comment #7
bcobin commentedUpgrading to latest dev version (as of 2/6/09) seems to have resolved the conflict.
Comment #8
ruski commentedThe dev version mentioned by bcobin (7) does not fix the issue for me. :_0
http://wuchuchuan.com/classes
Comment #9
bcobin commentedJust got it working on pre-deployed site - make sure you have the script call in the head of your page.tpl.php template:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">Then, make sure permissions on "files," "files/js" and "files/js/gmap_markers.js" are set to 777 - that's working for me - so far, anyway.
Good luck!
Comment #10
ruski commentedDev version (21st Feb) now fixes the issue for me!