error at line 2171

                    case Namespaces::$geo.'lat':
                      $defaultValue = array('lat' => $defaultValue,
                                            'lng' => current(current($resource->geo_long))['value'],
                                            'field' => '');

->

                    case Namespaces::$geo.'lat':
                      $defaultValue = array('lat' => $defaultValue,
                                            'lng' => current($resource->geo_long['value']),
                                            'field' => '');

Comments

fgiasson’s picture

Hi lpalgarvio,

Could you tell me what is the version of the geolocation_latlng module you are using, and how you encountered/fixed that issue?

Thanks,

Fred

lpalgarvio’s picture

i'm not using location at the moment.

i reached this error when opening one of the OSF pages in dev version. i believe, resources page.

fgiasson’s picture

Good, will investigate this. Thanks.

fgiasson’s picture

Assigned: Unassigned » fgiasson
Status: Active » Closed (fixed)