The module used to work perfectly well in ipe.org.pe. A few days ago, with no changes anywhere but some regular content updating, it has turned erratic. Some times the block shows as usual, sometimes it doesn´t. I have been unable to find any particular cause to this behavior. I like this module because it is extremely simple to use and looked fool and bullet proof.

Comments

opdavies’s picture

Status: Active » Closed (cannot reproduce)

The only reason that the block wouldn't show is if your server couldn't connect to the Twitter feed to get the data. In 7.x-1.3 and lower, the request to Twitter was being made on each page load, although with 7.x-1.4 the returned data is cached so the cached data would be shown if the live data wasn't available for some reason. Please upgrade to 7.x-1.4 and let me know if you're still experiencing issues. Ollie.

primeplanet’s picture

I had the same issue but it turned out to be a permissions issue. I set all the files in my webroot directory (main drupal directory) to allow execution for the world (except install.php) and now the twitter block populates. My guess is one of those files has to execute to pull the info from twitter. (using tweets 7.x-1.2). Disclaimer: I am a total noob and hope making this change is not a security risk.

Update: Nope. That seemed to work but now the tweets are no longer showing.

Update: Updated to 1.4 and now it works!