Jump to content

Xampp And Youtube API


JohnOP

Recommended Posts

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

 

 

Link to comment
https://forums.phpfreaks.com/topic/237792-xampp-and-youtube-api/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.