Hello everyone,
I got this errors when I try to see my List Maps:
I tried to set my permission to 775 and then like this but nothing happened:
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
I found this Topic : https://suitecrm.com/forum/installation-upgrade-help/9471-jjw-design-map-not-working-on-7-6-3-after-upgrade#35439
and I checked these files:
view.marker_detail_map.config.php
view.marker_detail_map.php
This code is on both files: sensor=false
Actually I can see my quick radious map with markers, no problems.
I made a geocoding test and it is ok.
My config_override.php is like this:
<?php
/***CONFIGURATOR***/
$sugar_config['disable_persistent_connections'] = false;
$sugar_config['default_theme'] = 'SuiteR3';
$sugar_config['disabled_themes'] = 'SuiteP';
$sugar_config['http_referer']['list'][] = 'www.mywebsite.com';
$sugar_config['http_referer']['actions'] =array( 'index', 'ListView', 'DetailView', 'EditView', 'oauth', 'authorize', 'Authenticate', 'Login', 'SupportPortal', 'map_markers' );
I set up a nightly geocode cron tab every 15 Minutes with this link:
https://www.mywebsite.com/suitecrm/index.php?module=jjwg_Maps&entryPoint=jjwg_Maps&cron=1
but it said last successful run: never
and it has no job logs
I am running SuiteCRM 7.9.7 on server.