Closed (fixed)
Project:
Twitter
Version:
7.x-5.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2013 at 00:36 UTC
Updated:
28 May 2013 at 18:01 UTC
Jump to comment: Most recent
PHP Fatal error: Class 'TwitterUser' not found in /var/www/www.sterndata.com/drupal/sites/all/modules/twitter/twitter.inc on line 84
Comments
Comment #1
juampynr commentedClear the cache and try again please.
Comment #2
gedur commentedHi! 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 thengoing to /update.php on my site and executing the formDrupal clears the cache as expected.Comment #3
VinceW commentedGot the same issue. What worked for me was:
Disable twitter:
drush dis twitterDownload prefered version (overwriting existing version):
drush dl twitter -yre-enable the twitter components:
Run the update:
drush upWhat I would like to know:
- what caused this?
- Is it fixed(able) ?
Comment #4
hermes_costell commentedgoing to /update.php on my site and executing the form Drupal clears the cache as expected.
+1
Thanks, worked for me.
Comment #5
dddave commentedComment #7
andrezstar commented+1 cheers buddy worked for me