Forums

[Plugin: kPicasa Gallery] enable allow_url_fopen or cURL. (2 posts)

  1. Fugu
    Member
    Posted 1 year ago #

    Common error so I went into my php.ini files and made sure they're all listed as:

    allow_url_fopen = On
    allow_url_include = On
    extension=php_curl.dll

    But I'm still getting the error:
    Error: your PHP configuration does not allow kPicasa Gallery to connect to Picasa Web Albums. Please ask your administrator to enable allow_url_fopen or cURL.

    Web site is:
    http://www.recidivist.org/?page_id=3

    Double checked to make sure my login is correct and recidivist.org is listed as an allowed site with the google account

    If need be I can send you a copy of my php.ini file

    http://wordpress.org/extend/plugins/kpicasa-gallery/

  2. kag
    Member
    Posted 1 year ago #

    Hi Fugu,

    Are you the admin on your host?

    In order to use file_get_contents(), kPicasa Gallery checks if ini_get('allow_url_fopen') equals 1. PHP reports that it is not allowed. Maybe your host overrides some of your php.ini settings?

    In order to use cURL, kPicasa Gallery checks if the "curl_init" function exists. If it does not, it means the cURL extension is not properly installed or configured.

    I don't have enough server configuration knowledge to help you further. But if you get it working, please reply to this thread so others can benefit from it.

Topic Closed

This topic has been closed to new replies.

About this Topic