Quote:
Originally Posted by michelle86
Had to uninstall this. Everytime I would create a new post, I would try to reload the page, and it would give me a database error which would last for a couple minutes until I was able to successfully view the page.
|
see this:
Originally Posted by imported_nimbus View Post
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;
After this, works to me