- Posts: 10
- Thank you received: 0
Please Log in or Create an account to join the conversation.
<script src="http://maps.google.com/maps/api/js?sensor=false?sensor=false"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
liopardo wrote: Conflict is with IC agenda only, and I have no idea where could be that line of code.
Thanks
Please Log in or Create an account to join the conversation.
Lyr!C wrote:
No, the conflict it the calling of the Google maps api (so only with extension using Google Maps)
If you install an other extension using Google Maps, you will have the same problem.
components/com_phocagallery/views/map/tmpl/default.php
components/com_phocagallery/views/categories/default_map.php
components/com_phocagallery/views/category/tmpl/default_geotagging.php
administrator/components/com_phocagallery/views/phpcagalleryg/tmpl/default.php
components/com_icagenda/views/list/view.html.php
administrator/components/com_icagenda/models/fields/modal/coordinate.php
components/com_icagenda/models/fields/modal/coordinate.php
Please Log in or Create an account to join the conversation.
$document->addScript( "http://maps.google.com/maps/api/js?sensor=false" );
$document->addScript( "http://maps.google.com/maps/api/js" );
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Lyr!C wrote: Which version of Phocagallery do you have installed ?
I have made test with the last, and have no problem.
Do you have install other phoca extensions ?
Thanks for your reply!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Lyr!C wrote:
I wonder if it can works if you just removed "?sensor=false", and not all the line.
Because, with all the remove, no message, but there's now, no loading of the api Google Map...
Please Log in or Create an account to join the conversation.