There ire two problems in PHP 5.3.3-7 with file includes:

  • Error 500 in theme_twitter_user_accounts (twitter.module), function twitter_tweets
  • Notice: theme_twitter_user_accounts(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "TwitterUser" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition en theme_twitter_user_accounts() (línea 125 de /var/www/mysite/sites/all/modules/contrib/twitter/twitter.module).
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

grisendo’s picture

I attach a patch

grisendo’s picture

Wrong patch naming, here is the right one.

juampynr’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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