Map not displaying

Phoca Maps - displaying maps in Joomla! CMS
davesoens
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 26 Apr 2019, 20:50

Map not displaying

Post by davesoens »

Hi, we have been using Phoca Maps successfully for years. Then suddenly the maps disappeared after updating to v3.0.7 and changing PHP version from 5.5 to 5.6. Host doesn't offer return to 5.5. Not sure if maps were displaying before these changes.

https://www.a-affordableinsurance.com/l ... ll-office/

Thanks for any help!
Dave

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Map not displaying

Post by Jan »

Hi, the problem on the site could be not loaded jquery library which is needed for displaying the maps.

Do you use the component or plugin?
If plugin, try to edit the following file on your server:
plugins/content/phocamaps/phocamaps.php on line cca 84

Add:

Code: Select all

JHtml::_('jquery.framework', false);
and let me know if this is OK now?

Jan
If you find Phoca extensions useful, please support the project
davesoens
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 26 Apr 2019, 20:50

Re: Map not displaying

Post by davesoens »

Thank you Jan.

I am using the component. How can I get jquery loaded with the component?
davesoens
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 26 Apr 2019, 20:50

Re: Map not displaying

Post by davesoens »

I installed the plugin Jquery Easy and not the maps are displaying. However, the location is wrong. It is Asia instead of US.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9117
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Map not displaying

Post by Benno »

Hi,
However, the location is wrong. It is Asia instead of US.
Update to the current version

Kind regards,
Benno
davesoens
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 26 Apr 2019, 20:50

Re: Map not displaying

Post by davesoens »

Thought it was current. The update fixed the issue. Thanks.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Map not displaying

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply