• Resolved 3dperuna

    (@3dperuna)


    Looking for some help with allow_url_fopen errors. I’ve enabled and running phpinfo(); shows that it’s enabled. I’m still getting:

    Warning: fopen() [function.fopen]: https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/domain/public_html/domain/wp-content/plugins/congresslookup/CongressLookup.php on line 145

    Warning: fopen(https://assets.sunlightfoundation.com/moc/40x50.zip) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/domain/public_html/galt/wp-content/plugins/congresslookup/CongressLookup.php on line 145

    Any troubleshooting helps? I also disabled all plugins except this one. The front end is fine, I’m only seeing this on the dashboard.

    https://www.ads-software.com/plugins/congresslookup/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor trishahdee

    (@trishahdee)

    Can you send me your website url to: [email protected] soI can check a couple things? Thank you.

    Plugin Contributor Gopal Singh

    (@gsnarawat)

    @3dperuna

    allow_url_fopen is a PHP configuration setting on server and It is disabled on the server You are using for your website, and this plugin uses this function for a functionality.

    So if you can enable “allow_url_fopen” on your server, this problem will resolved. Ask your host to enable this, if you don’t know about it.

    Thank You,
    Gopal Singh

    Thread Starter 3dperuna

    (@3dperuna)

    Gopal,

    From my original post: I’ve enabled and running phpinfo(); shows that it’s enabled.

    I’ve submitted a ticket with my hosting company.

    One other piece of info: I’m running multi-site.

    neilpayne

    (@neilpayne)

    I had the same error after updating php.ini and also use multi-site hosting. I spoke to godaddy tech support and they suggested upgrading php to 5.4 (this is an old hosting account that was running php 5.2).

    After upgrading php to 5.4, it’s working.

    Thanks to the authors, this plugin is great to have!

    Plugin Author ConstructiveGrowth

    (@constructivegrowth)

    Thank you for both the kind words, meilpayne, as well as the PHP fix that worked for you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘allow_url_fopen Error’ is closed to new replies.