I just solve this problem
MAGPIE_FETCH_TIME_OUT constant is answer.
Set this constant value greater then 2 seconds(by default).
This constant defined in rss.php file.
if ( !defined(’MAGPIE_FETCH_TIME_OUT’) ) {
define(’MAGPIE_FETCH_TIME_OUT’, 2); // 2 second timeout
}
set
if ( !defined(’MAGPIE_FETCH_TIME_OUT’) ) {
define(’MAGPIE_FETCH_TIME_OUT’, 15); // 15 second timeout
}
or greater value
I had to temporarily override the default Magpie timeout to get it to read the twitter RSS feed. It’s 2 seconds by default, which seems terribly short to me. Since the twitter site is excruciatingly slow right now, it was timing out.