It took me a while to figure out the potential reason for why Geo Mint wasn’t displaying for me recently, but I think that I’ve located the culprit. Could someone please review this, and see if there is a solution that can be implemented? It would seem to me that an ereg_replace() for alphanumerics would be appropriate in this case to prevent the issue.:
When the display didn’t load, I noticed a Javascript error message from IE.:
Error Message: Line: 559 Char: 124 Error: Expected ‘)’ Code: 0 URL: #########################masked
HTML Line 559: var marker = createMarker(point, ’ < div style=white-space: nowrap; > ##.##.##.###masked < / div > < div style=white-space: nowrap; > Xi’an, CHINA < / div > < div style=white-space: nowrap;>22 hours ago < / div > ‘);
Assumed character causing the map not to display: Xi’an (Single quote character.)
If anyone has a solution, I would appreciate the support. I attempted to contact the author via his web site, but if there is a solution more immediate I would appreciate any suggestions - which is why I am posting this issue here as well. Perhaps someone else here has also noticed this issue.
Thanks, Daniel