Map not showing
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Aug 2010, 21:24
Re: Map not showing
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
http://www.newbrothers.org
PHP v5.2.1.3
Thank you for your assistance. - Doug Gregan
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Aug 2010, 21:24
Re: Map not showing
Has anyone encountered ANY type of solution for this? Not having maps is a major downer and heartbreak.
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Map not showing
Hi,
Kind regards,
Benno
do you fix it by your own? I can`t see the problem...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
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Aug 2010, 21:24
Re: Map not showing
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.
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.
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Map not showing
Ok,
Kind regards,
Benno
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Sep 2010, 14:29
Re: Map not showing
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
So I put
instead of
in file administrator/components/com_pochamaps/helpers/phocamapsmap.php at line 95 and now the maps are ok, I hope that this help.
Code: Select all
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
Code: Select all
function startJScData() {
return '<script src="http://www.google.com/jsapi" type="text/javascript"></script><br /><script type="text/javascript">//<![CDATA['."\n";
}
Code: Select all
function startJScData() {
return '<script type="text/javascript">//<![CDATA['."\n";
}
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Map not showing
Ok.
Kind regards,
Benno
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Sep 2010, 14:29
Re: Map not showing
hi,
1) copy this code
2)download from your site this file "administrator/components/com_pochamaps/helpers/phocamapsmap.php", open it and search this code (around line 95)
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
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";
}
Code: Select all
function startJScData() {
return '<script type="text/javascript">//<![CDATA['."\n";
}
This method worked for me, I hope it can help you too
-
- Phoca Newbie
- Posts: 5
- Joined: 09 Oct 2010, 22:47
Re: Map not showing
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
No changes here. Still no map to see...
http://www.rsro.de/index.php?option=com ... &Itemid=48
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Sep 2010, 14:29