2008年11月20日星期四

Re: [fw-gdata] Zend_Gdata_App_Util not found

Hi Peter,

Our apologies.  This is a pretty critical bug that was not caught in our tests prior to release.

We're missing a require_once statement at the top of Zend_Gdata_App_Base for the Zend_Gdata_App_Util class:
/**
 * @see Zend_Gdata_App_Util
 */
require_once 'Zend/Gdata/App/Util.php';

If you add that near the top of your Base.php class, everything should work fine.

I've filed this bug for the issue:
http://framework.zend.com/issues/browse/ZF-5008

And fixed in r12712.  I asked for a review by another contributor and we'll then merge it into the 1.7 release branch, so it's in the next release.  In the meantime, we'll explore how to document the bug so others don't encounter the same problem.

Thanks for catching this, and sorry for the inconvenience.

Cheers,
-Ryan


On Thu, Nov 20, 2008 at 6:00 AM, Peter Marino <marino.peter@gmail.com> wrote:
Hi Zend(ions),
 
php 5.2.3-1ubuntu6.4
 
I have just tried for my first time to install the
Zend Framework as specified at:
 
The website states that the Zend Framework has the GData I need, so I went for the full
installation of the Zend Framework.
 
I have set my use_include_path in the php.ini file and restarted my apache2 server.
 
when I try to use the installation checker it fails with a crash
Fatal error: Class 'Zend_Gdata_App_Util' not found in /var/www/zend/ZendFramework-1.7.0/library/Zend/Gdata/App/Base.php on line 368
 
the Zend_Gdata_App_Util clas does exist
and the use_include_path is correct.
 
I see no reason why this should fail?
 
anyone?
 
regards,
Peter Wraae Marino


--
OSG-Help http://osghelp.com

没有评论: