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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.