After Twitter changed its access settings for applications to tweet directly into it, I had some problems updating my WP to Twitter plugin. I got a "Fatal error: Call to undefined function: curl_init()".
Problem? Missing php5-curl package on my Ubuntu server.
Solution?
sudo apt-get install php5-curl
sudo /etc/init.d/apache2 restart
thanks man! simple and efficient
ReplyDelete