It 's wired!

I'm going to check the php.ini and httpd.conf...

Thks,



rcastley wrote:
> 
> Hi,
> 
> I can't duplicate the problem on my ZF 1.7 environment.
> 
> The only thing I am doing different is assigning the results to a variable
> rather than the view
> 
> E.g.
> 
> try {
>     $rss =
> Zend_Feed::import('http://feedproxy.google.com/francaistechcrunch');
> } catch (Zend_Feed_Exception $e) {
>     exit("<strong>Exception caught importing feed:</strong><br />" .
> $e->getMessage());
> }
> 
>  
> 
> -----Original Message-----
> From: Maxime P [mailto:[EMAIL PROTECTED] 
> Sent: 23 November 2008 10:04
> To: [email protected]
> Subject: Re: [fw-general] Zend_Feed Error
> 
> 
> Help me please!
> 
> 
> 
> 
> Maxime P wrote:
>> 
>> 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-tp20622594p20644647.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 
> 
> ________________________________________________________________________
> This email has been scanned for all known viruses by the MessageLabs Email
> Security Service and the Macro 4 plc internal virus protection system.
> ________________________________________________________________________
> 
> ________________________________________________________________________
> This email has been scanned for all known viruses by the MessageLabs Email
> Security Service and the Macro 4 plc internal virus protection system.
> ________________________________________________________________________
> 

-- 
View this message in context: 
http://www.nabble.com/Zend_Feed-Error-tp20622594p20658627.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to