ZF-10437: i am getting this error (Class 'Zend_Uri_Http' not found in C:\xampp\htdocs\youtube\Zend\Gdata\App.php on line 643) when try to use youtube api
Description
hi
i am getting this error (Class 'Zend_Uri_Http' not found in C:\xampp\htdocs\youtube\Zend\Gdata\App.php on line 643) when try to use youtube api
please find out the solution or help to resolve it
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-09-09T06:53:21.000+0000
Are you using the standalone Zend_GData package, or a Zend Framework installation?
Posted by Ramon Henrique Ornelas (ramon) on 2010-09-18T13:36:46.000+0000
Fixed with r22972.
Posted by DAve Blinder (dblinder) on 2010-10-08T10:59:04.000+0000
CHECK my recent post on this matter
The problem is in the DEMO on the standalone. In the App.php there is a missing include resource
adding line to App.php
require_once 'Zend/Uri/Http.php';
Resolves this issue. I ran this down please fix in the DEMO for others.
Posted by Ramon Henrique Ornelas (ramon) on 2010-10-26T15:40:47.000+0000
@DAve
This issue already was fixed in minor release that is 1.11.0.