Map not showing

Phoca Maps - displaying maps in Joomla! CMS
dgregan
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Aug 2010, 21:24

Re: Map not showing

Post by dgregan »

Hello...I too, am having the disappearing map problem. I went ahead and tried uninstalling both Comp. and Plugin to reinstall, but unfortunately I didn't gain anything from it. I love and appreciate this app and hope that a resolution comes down the pike.

http://www.newbrothers.org
PHP v5.2.1.3

Thank you for your assistance. - Doug Gregan
dgregan
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Aug 2010, 21:24

Re: Map not showing

Post by dgregan »

Has anyone encountered ANY type of solution for this? Not having maps is a major downer and heartbreak.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Map not showing

Post by Benno »

Hi,
Hello...I too, am having the disappearing map problem. I went ahead and tried uninstalling both Comp. and Plugin to reinstall, but unfortunately I didn't gain anything from it. I love and appreciate this app and hope that a resolution comes down the pike.

http://www.newbrothers.org
PHP v5.2.1.3

Thank you for your assistance. - Doug Gregan
do you fix it by your own? I can`t see the problem...
Kind regards,
Benno
dgregan
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 14 Aug 2010, 21:24

Re: Map not showing

Post by dgregan »

Hey Benno,

No, I did not fix the problem. I've temporarily switched to a stripped down plugin so I can keep the maps available. I would love to get PhocaMaps back up and running.

Thank you for your response. Your insight is most welcome.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Map not showing

Post by Benno »

Ok,
Kind regards,
Benno
senza
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 24 Sep 2010, 14:29

Re: Map not showing

Post by senza »

I have installed component and plugin and all seems ok but the maps are not displayed, after some search I found that in my joomla page there is not the code to the google script

Code: Select all

<script src="http://www.google.com/jsapi" type="text/javascript"></script>
So I put

Code: Select all

function startJScData() {

		return '<script src="http://www.google.com/jsapi" type="text/javascript"></script><br /><script type="text/javascript">//<![CDATA['."\n";

	}
instead of

Code: Select all

function startJScData() {

		return '<script type="text/javascript">//<![CDATA['."\n";

	}
in file administrator/components/com_pochamaps/helpers/phocamapsmap.php at line 95 and now the maps are ok, I hope that this help.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9449
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Map not showing

Post by Benno »

Ok.
Kind regards,
Benno
senza
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 24 Sep 2010, 14:29

Re: Map not showing

Post by senza »

hi,
1) copy this code

Code: Select all

function startJScData() {

      return '<script src="http://www.google.com/jsapi" type="text/javascript"></script><br /><script type="text/javascript">//<![CDATA['."\n";

   }
2)download from your site this file "administrator/components/com_pochamaps/helpers/phocamapsmap.php", open it and search this code (around line 95)

Code: Select all

function startJScData() {

      return '<script type="text/javascript">//<![CDATA['."\n";

   }
3) replace this code with the code that you have copied before, save and upload the file (in "administrator/components/com_pochamaps/helpers/phocamapsmap.php")


This method worked for me, I hope it can help you too
Wanderfalke
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 09 Oct 2010, 22:47

Re: Map not showing

Post by Wanderfalke »

Updated phocamapsmap.php as you described above.

No changes here. Still no map to see...

http://www.rsro.de/index.php?option=com ... &Itemid=48
senza
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 24 Sep 2010, 14:29

Re: Map not showing

Post by senza »

Post Reply