These is simple & easy Zend_feed tutorial at :
http://smwebprof.blogspot.com http://smwebprof.blogspot.com
Arthur Kang-2 wrote:
>
> Using ver 1.9.0
>
> Code:
> try {
> $test =
> Zend_Feed::import('http://feeds.feedburner.com/techcrunch')<Feed::import%28%27http://feeds.feedburner.com/techcrunch%27%29>
> ;
> } catch (Exception $e) {
> echo "Error: {$e->getMessage()}\n";
> }
>
> Produces:
> Error: Invalid chunk size "" unable to read chunked body
>
> Can anyone confirm this? Any workarounds? Anyway to manually specify
> that
> HTTP/1.0 should be used instead of 1.1?
>
> Any help is appreciated.
>
> Arthur
>
>
--
View this message in context:
http://www.nabble.com/Zend_Feed%3A%3Aimport%28%24url%29-Invalid-Chunk-Size-Error-tp25923451p26024896.html
Sent from the Zend Framework mailing list archive at Nabble.com.