Skip to content

No provider could provide the address Error #14

Closed
@bartmoons

Description

@bartmoons

I edited my config file to

return array(
   'providers' => array(
       'Geocoder\Provider\GoogleMapsProvider' => array('en_EN', null),
       'Geocoder\Provider\FreeGeoIpProvider'  => null,
    ),
'adapter'  => 'Geocoder\HttpAdapter\CurlHttpAdapter'
);

On my local server it's working fine, but once I try it online I get the

No provider could provide the address "Moscow, Russia"

I also tried ('en_EN', 'English', $ssl = true, 'xxxxxxxxxxxxxx api-key xxxxxxx'), but that didn't work either.
Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions