Now I am getting this error. Error message received from WordPress: couldn’t connect to host. Please check your connection settings.
This means that WordPress can’t connect to other sites on the internet.
Does your server have a good connection to the internet?
A few suggestions:
- Trying increasing the time-out settings (‘When connecting to Twitter, how long should Rotating Tweets wait before timing out?’) on the Rotating Tweets settings page
- Try installing the Core Control plug-in and disabling cURL.
- If that doesn’t work, I suggest setting changing the WP_DEBUG line in your wp-config.php file to:
define('WP_DEBUG', true);
and you will get the diagnostics you need as comments in the HTML of the page.
Various other people have had this problem in the past. You can read about the different ways to fix it here, here and here.
Thanks Martin. Reading up on it.
Did you make any progress on this?