Quote:
Originally Posted by imported_nimbus
Let me share my solution.
bitly.php:
I set the following Curl options:
$options[CURLOPT_FOLLOWLOCATION] = false;
$options[CURLOPT_HEADER] = false;
and for twitter.php:
$options[CURLOPT_FOLLOWLOCATION] = false;
Then all error messages gone! 
|
Mate this done the trick for me. Mine is working as it should be now. Thanks for posting.