PHP Fatal error: Class 'TwitterUser' not found in /var/www/www.sterndata.com/drupal/sites/all/modules/twitter/twitter.inc on line 84

Comments

juampynr’s picture

Clear the cache and try again please.

GeduR’s picture

Hi! I've got the same issue when I try to update the module with drush. Drush cc all not seems to work.
But downloading it with "drush dl twitter" and then going to /update.php on my site and executing the form Drupal clears the cache as expected.

VinceW’s picture

Got the same issue. What worked for me was:

Disable twitter:
drush dis twitter

Download prefered version (overwriting existing version):
drush dl twitter -y

re-enable the twitter components:

drush en twitter 
drush en twitter_signin
drush en twitter_post
drush en twitter_actions

Run the update:
drush up

What I would like to know:
- what caused this?
- Is it fixed(able) ?

hermes_costell’s picture

going to /update.php on my site and executing the form Drupal clears the cache as expected.
+1

Thanks, worked for me.

dddave’s picture

Category: bug » support
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

andrezstar’s picture

+1 cheers buddy worked for me