View Single Post
  #6 (permalink)  
Old 05-22-2008, 06:26 PM
kness kness is offline
Junior Member
 
Join Date: May 2008
Posts: 1
Default Found solution

The problem is that the Zend_Feed_Rss object is being put to sleep, but not woken after serializing by the Zend Cache.

Add this line after calling $cache->save(...):

$lastFM->__wakeup();

This is definitely a bug. Now, whether it's with the Zend_Feed_Rss, or with Zend_Cache, I don't know.
Reply With Quote