Hi Everybody!
I have a problem on Zend_Feed.
When i do that it returns me an exception "Invalid chunk size ... unable to
read chunked body"
There my code:
try {
$this->view->flux =
Zend_Feed::import('http://feedproxy.google.com/francaistechcrunch');
} catch (Exception $e) {
echo "Une exception a été interceptée lors de l'importation du flux:
{$e->getMessage()}\n";
exit;
}
I don't understand this error.
Can you help me?
Thanks in advance!
--
View this message in context:
http://www.nabble.com/Zend_Feed-Error-tp20622594p20622594.html
Sent from the Zend Framework mailing list archive at Nabble.com.