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.4I have just tried for my first time to install theZend Framework as specified at:The website states that the Zend Framework has the GData I need, so I went for the fullinstallation 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 crashFatal error: Class 'Zend_Gdata_App_Util' not found in /var/www/zend/ZendFramework-1.7.0/library/Zend/Gdata/App/Base.php on line 368the Zend_Gdata_App_Util clas does existand the use_include_path is correct.I see no reason why this should fail?anyone?regards,Peter Wraae Marino
没有评论:
发表评论