-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error when opening import tab #43
Comments
It sounds like you might not have Curl installed. Can you check that? We should add a check to the plugin, so it shows a nicer error message earlier on in the process. |
Hi,
My install has Debian 9 with Ngnix Happy New Year ! |
You may also need to install the |
That fixed it :) |
Hurrah, glad to hear it. :) If you find any other problems, do open issues here for them (if they're not already tracked; there are some glaring known problems :( ). |
Hi, Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /www/doc/www.kosikareni.cz/www/photostomas/plugins/flickr2piwigo/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/CurlClient.php on line 107 Warning: Cannot modify header information - headers already sent by (output started at /www/doc/www.kosikareni.cz/www/photostomas/plugins/flickr2piwigo/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/CurlClient.php:107) in /www/doc/www.kosikareni.cz/www/photostomas/include/page_header.php on line 101 my PHP 5.5.38
|
That's a different issue. It's due to you having open_basedir set. Are you able to disable it? |
I'm afraid not. |
Hi,
I have tried to install the plugin.
Adding the keys works, but when I open the import tab I get the following message
Fatal error: Uncaught Error: Call to undefined function OAuth\Common\Http\Client\curl_init() in
plugins/flickr2piwigo/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/CurlClient.php:86 Stack trace: #0 plugins/flickr2piwigo/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/Flickr.php(98): OAuth\Common\Http\Client\CurlClient->retrieveResponse(Object(OAuth\Common\Http\Uri\Uri), Array, Array, 'POST') #1 plugins/flickr2piwigo/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/Flickr.php(124): OAuth\OAuth1\Service\Flickr->request('flickr.test.log...', 'POST', Array, Array) #2 plugins/flickr2piwigo/vendor/samwilson/phpflickr/src/PhpFlickr.php(347): OAuth\OAuth1\Service\Flickr->requestJson('flickr.test.log...', 'POST', Array) #3 plugins/flickr2piwigo/vendor/samwilson/phpflickr/src/TestApi.php(31): Samwilson\PhpFlickr\PhpFlickr->request('flickr.test.log in plugins/flickr2piwigo/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/CurlClient.php on line 86
I did not complete this setup "7) on the Flickr page, click on the “Edit auth flow for this app” link and copy your Callback URL, provided on Flickr2Piwigo configuration page." as I am not sure where the URL is provided. Could this be the issue?
Thanks for any help
Ash
The text was updated successfully, but these errors were encountered: