You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I run in to problem where post function in phpflickr.php file wasn't returning anything.
So, I had to add this is curl request
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
Then everything works fine
The text was updated successfully, but these errors were encountered:
ayrtoncz
pushed a commit
to ayrtoncz/phpflickr
that referenced
this issue
Oct 9, 2014
Recently, I run in to problem where post function in phpflickr.php file wasn't returning anything.
So, I had to add this is curl request
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
Then everything works fine
The text was updated successfully, but these errors were encountered: