magrolino
Forum Replies Created
-
Forum: Plugins
In reply to: Problem with “FlickR Tag” Plugin – Installationdo you get an error message? or nothing? did you contact the author?
Forum: Plugins
In reply to: Problem with “FlickR Tag” Plugin – InstallationI guess then it will be difficult to solve the problem; I contacted the author of the plugin and he said he implemented kind of a fallback mechanism for servers without the libcurl but i fear there might be a bug (at least it didnt work for me without libcurl).
Forum: Plugins
In reply to: Problem with “FlickR Tag” Plugin – Installationah, thought I was the only one 🙂
in your apache installation (on your webserver, if not the localhost for testing) you have to find your php.ini file, in my case it is in apache/bin/php.ini
In this php file there should be a line
extension=php_curl.dll
and if there is a semicolon before it, delete this semicolon. this should enable the extension; if php was compiled _without_ the extension at all, guess it is much more complicated cause you would have to compile php again…Forum: Plugins
In reply to: Problem with “FlickR Tag” Plugin – Installationsolved the issue: I had to enable the libcurl php extension (in php.ini of the webserver) and this extension was not enabled on any of the servers I used for testing.