Phoca Maps collide with SEO Glossary Plugin
Posted: 25 Aug 2014, 13:52
Hi,
I'm using Joomla 2.5.24, PHP 5.4.4
if i deactivate the SEO Glossary Plugin, Phoca Maps work fine, but if it is activated, only the Map in articles dont work - the map over link is working properly.
I tested with another Glossary, but there is the same problem. The problem is not vacant, if the map has no markers....
the error message on frontend:
'; phocaDirDisplayPlgPM2.setDirections(responsePlgPM2); } else if (google.maps.DirectionsStatus.NOT_FOND) { alert("Einer der in der Abfrage benannten Wegpunkte konnte nicht Geocodiert werden."); } else if (google.maps.DirectionsStatus.ZERO_RESULTS) { alert("Es konnte zwischen Start- und Zielpunkt keine Route gefunden werden."); } else if (google.maps.DirectionsStatus.MAX_WAYPOINTS_EXCEEDED) { alert("Es wurden zuviele Wegpunkte in der Abfrage benannt."); } else if (google.maps.DirectionsStatus.OVER_QUERY_LIMIT) { alert("Die Webseite hat zu viele Zugriffe innerhalb der erlaubten Zeit gesendet."); } else if (google.maps.DirectionsStatus.INVALID_REQUEST) { alert("Die Routenabfrage war ungültig."); } else if (google.maps.DirectionsStatus.REQUEST_DENIED) { alert("Dieser Webseite wurde nicht erlaubt den 'Route berechnen' Dienst zu nutzen."); } else if (google.maps.DirectionsStatus.UNKNOWN_ERROR) { alert("Der 'Route berechnen' Dienst kann wegen eines Serverfehlers nicht ausgeführt werden. Versuchen Sie es noch einmal."); } else { alert("Der 'Route berechnen' Dienst kann wegen eines Serverfehlers nicht ausgeführt werden. Versuchen Sie es noch einmal."); } }); } function initializePlgPM2() { tstPhocaMapPlgPM2.setAttribute("oldValuePlgPM2",0); tstPhocaMapPlgPM2.setAttribute("refreshMapPlgPM2",0); tstIntPhocaMapPlgPM2 = setInterval("CheckPhocaMapPlgPM2()",500); } google.setOnLoadCallback(initializePlgPM2); //]]>
thx in advance ...
I'm using Joomla 2.5.24, PHP 5.4.4
if i deactivate the SEO Glossary Plugin, Phoca Maps work fine, but if it is activated, only the Map in articles dont work - the map over link is working properly.
I tested with another Glossary, but there is the same problem. The problem is not vacant, if the map has no markers....
the error message on frontend:
'; phocaDirDisplayPlgPM2.setDirections(responsePlgPM2); } else if (google.maps.DirectionsStatus.NOT_FOND) { alert("Einer der in der Abfrage benannten Wegpunkte konnte nicht Geocodiert werden."); } else if (google.maps.DirectionsStatus.ZERO_RESULTS) { alert("Es konnte zwischen Start- und Zielpunkt keine Route gefunden werden."); } else if (google.maps.DirectionsStatus.MAX_WAYPOINTS_EXCEEDED) { alert("Es wurden zuviele Wegpunkte in der Abfrage benannt."); } else if (google.maps.DirectionsStatus.OVER_QUERY_LIMIT) { alert("Die Webseite hat zu viele Zugriffe innerhalb der erlaubten Zeit gesendet."); } else if (google.maps.DirectionsStatus.INVALID_REQUEST) { alert("Die Routenabfrage war ungültig."); } else if (google.maps.DirectionsStatus.REQUEST_DENIED) { alert("Dieser Webseite wurde nicht erlaubt den 'Route berechnen' Dienst zu nutzen."); } else if (google.maps.DirectionsStatus.UNKNOWN_ERROR) { alert("Der 'Route berechnen' Dienst kann wegen eines Serverfehlers nicht ausgeführt werden. Versuchen Sie es noch einmal."); } else { alert("Der 'Route berechnen' Dienst kann wegen eines Serverfehlers nicht ausgeführt werden. Versuchen Sie es noch einmal."); } }); } function initializePlgPM2() { tstPhocaMapPlgPM2.setAttribute("oldValuePlgPM2",0); tstPhocaMapPlgPM2.setAttribute("refreshMapPlgPM2",0); tstIntPhocaMapPlgPM2 = setInterval("CheckPhocaMapPlgPM2()",500); } google.setOnLoadCallback(initializePlgPM2); //]]>
thx in advance ...