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).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | twitter-error_file_include_5_3_3-1929648-2.patch | 818 bytes | grisendo |
| #1 | twitter-error_file_include_5_3_3-707484-1.patch | 818 bytes | grisendo |
Comments
Comment #1
grisendo commentedI attach a patch
Comment #2
grisendo commentedWrong patch naming, here is the right one.
Comment #3
juampynr commentedCommitted. Thanks!