• Jisd

    (@jisd)


    I encounter the following error messages with Geoname:

    Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/clients/7253dd2b4f1fdb75d848de8442e9a7a6/web/wp-content/plugins/wp-geonames/wp-geonames.php on line 87

    Warning: file_get_contents(https://download.geonames.org/export/dump/): failed to open stream: no suitable wrapper could be found in /home/clients/7253dd2b4f1fdb75d848de8442e9a7a6/web/wp-content/plugins/wp-geonames/wp-geonames.php on line 87

    Thank you for your help.

Viewing 1 replies (of 1 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    This is a restriction on your server.

    Edit the php.ini and enable the following 2 settings :

    allow_url_fopen = On
    allow_url_include = On

    Restart Apache and they should be fixed.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Geonames error’ is closed to new replies.