JohnOP Posted May 29, 2011 Share Posted May 29, 2011 Hi i am having problems installing the Zend framework for youtube data api on xampp, i have downlaoded it from the link given in the youtube help guide and i have unpacked it into xampp/phpthe folder is called "ZendGdata" which has the libaray folder in that, i edited the php ini 'xampp/php/php.ini' and changed the include_path to Windows: "\path1;\path2" include_path = ".;C:\xampp\php\ZendGdata\library”" I then copy the Zend folder from the libary into htdocs and make a new file in xampp/htdocs and put in <?php require_once("Zend/Loader.php"); ?> but i get errors Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\iviews\test.php on line 2 Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.:C:\xampp\php\pear\;C:\xampp\php\ZendFramework') in C:\xampp\htdocs\iviews\test.php on line 2 Quote Link to comment https://forums.phpfreaks.com/topic/237792-xampp-and-youtube-api/ Share on other sites More sharing options...
cs.punk Posted May 31, 2011 Share Posted May 31, 2011 I'm not sure if this will help, but I too had trouble installing zend on XAMPP (if that's what your doing?). But turns out zend already comes installed and ready to use. Even via the shell command line. Quote Link to comment https://forums.phpfreaks.com/topic/237792-xampp-and-youtube-api/#findComment-1222781 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.