This plugin didn't work on the site of someone (didn't show any locations on the map) and I found the cause of it. In the cronjob file around line 75 where it does json_decode, a second argument (true) has to be passed so the object is converted to an array, else the is_array check after this line fails.
This probably doesn't happen on all PHP version, but on 5.4.16 I had to make this modification.
|