• Resolved dajense

    (@dajense)


    Hi,
    I saw this problem below but there is no solution in the post. So, flattr options are not being saved in the BE-Admin area. The debug information says:
    HTTPSERVER: Apache/2.2.14 (Ubuntu)
    LIBXML_VERSION: 20706
    no cURL extension found.

    But I have installed some curl packages. Which one do I need to make this error go away and will I be able to save options afterwards?

    user@host:/var/www$ dpkg –get-selections | grep curl
    curl install
    gnupg-curl install
    libcurl3 install
    libcurl3-gnutls install
    php5-curl install
    python-pycurl install

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have this problem too.

    Plugin Contributor Michael Henke

    (@aphex3k)

    You might want to activate the cURL installation after install? This might imply a restart of your webserver (e.g. Apache) with maybe differet options.

    Thread Starter dajense

    (@dajense)

    Ok so in case anybody else has problems with the plugin and a custom compiled php version on ubuntu.

    You need to install the curl stuff:
    sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
    Then you need to complile php with the configuration option:
    --with-curl=/usr/lib \

    Restart your apache and flattr should now save options.

    Oh and thanks Michael for the pointer

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Flattr] Still can't save options’ is closed to new replies.