Page 1 of 1
Set coordinates button doesn't work
Posted: 19 Jul 2013, 15:18
by EllenR
On 2 of my new sites, after installing Phoca Maps, the "set coordinates" button doesn't work (it opens a new window but that stays empty) and no map can be made. I do have other similar websites (same structure, same Joomla version, same Phoca Maps version) which do function normally. What can be the problem?
Re: Set coordinates button doesn't work
Posted: 19 Jul 2013, 20:27
by Jan
Hi, blank page mostly means php error, try to enable php error reporting to see which error you get there.
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Jan
Re: Set coordinates button doesn't work
Posted: 24 Aug 2013, 10:14
by thomas666
Hi all,
I have got the some issue on my joomla 2.5.14 with Phoca Maps component v. 2.0.6
The problem for me was:
- My site use HTTPS protocol, and "google.com/jsapi" from /Administration folder is called from http://
so all my browsers continue to block library downloading
The solution:
In file /administrator/components/com_phocamaps/helpers/phocamapsmap.php
Code: Select all
line 69 $scriptLink = 'http://www.google.com/'.$src;
change to
Code: Select all
line 69 $scriptLink = 'https://www.google.com/'.$src;
so just add the final "S" to http
cheers
Re: Set coordinates button doesn't work
Posted: 24 Aug 2013, 14:39
by Jan
Hi, thank you for the info, in version 3, this can be set in Options.
Jan
Re: Set coordinates button doesn't work
Posted: 20 Nov 2013, 15:53
by Jheroen
Great! This fixed my problem