Quote:
Originally Posted by Blaster_CGN
Hi,
since a few weeks i have a problem with 3.01 version.
When i visit the VBGoogleMap all Browser stop the Script with Error:
Warning: Slow script
( http://www.cbf-1000.de/VBForum/vbgoo...hp?do=showmain)
- Stop or Contiunue
It allways stop on the same Number (Loaded) 539 of 546
What can i do?
Greets Blaster
|
When I look at
http://www.cbf-1000.de/VBForum/markers.xml, marker 539 looks like this -
Code:
<marker mapid="612" title_map="TGIF" lng="7.9487371444702" lat="48.090750620063" userid="2515" username="TGIF" text_map="Ich glaub\', hier bleib\' ich" type="green" pimage="http://www.cbf-1000.de/VBForum/images/googlemapme/noimage.png" />
Notice the part that reads
Code:
text_map="Ich glaub\', hier bleib\' ich"
This plug-in has a notoriously bad time with special characters. Try editing markers.xml and change the line to text_map is null, like the following.
Code:
<marker mapid="612" title_map="TGIF" lng="7.9487371444702" lat="48.090750620063" userid="2515" username="TGIF" text_map="" type="green" pimage="http://www.cbf-1000.de/VBForum/images/googlemapme/noimage.png" />
That should fix the problem temporarily. A permanent fix can be found earlier in this thread.