Page 2 of 3

Re: Map not showing

Posted: 14 Aug 2010, 21:34
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

Re: Map not showing

Posted: 24 Aug 2010, 22:26
by dgregan
Has anyone encountered ANY type of solution for this? Not having maps is a major downer and heartbreak.

Re: Map not showing

Posted: 26 Aug 2010, 23:11
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

Re: Map not showing

Posted: 27 Aug 2010, 03:21
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.

Re: Map not showing

Posted: 07 Sep 2010, 21:54
by Benno
Ok,
Kind regards,
Benno

Re: Map not showing

Posted: 24 Sep 2010, 14:47
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.

Re: Map not showing

Posted: 24 Sep 2010, 16:05
by Benno
Ok.
Kind regards,
Benno

Re: Map not showing

Posted: 27 Sep 2010, 12:52
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

Re: Map not showing

Posted: 31 Oct 2010, 19:14
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

Re: Map not showing

Posted: 01 Nov 2010, 11:19
by senza