Page 1 of 1

Map not displaying

Posted: 26 Apr 2019, 21:27
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

Re: Map not displaying

Posted: 27 Apr 2019, 09:48
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

Re: Map not displaying

Posted: 29 Apr 2019, 15:53
by davesoens
Thank you Jan.

I am using the component. How can I get jquery loaded with the component?

Re: Map not displaying

Posted: 29 Apr 2019, 16:10
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.

Re: Map not displaying

Posted: 29 Apr 2019, 23:14
by Benno
Hi,
However, the location is wrong. It is Asia instead of US.
Update to the current version

Kind regards,
Benno

Re: Map not displaying

Posted: 30 Apr 2019, 17:44
by davesoens
Thought it was current. The update fixed the issue. Thanks.

Re: Map not displaying

Posted: 02 May 2019, 17:59
by Jan
Ok