how to install youtube data API video

Discussion in 'Google API' started by apple_, Feb 23, 2010.

  1. #1
    YouTube data API Video App in PHP

    on godady server ?

    error is : Warning: require_once(Zend/Loader.php)

    Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.:/usr/local/php5/lib/php')


    how to fix this error ?
     
    apple_, Feb 23, 2010 IP
  2. hymalik

    hymalik Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    the issue can arrise due to 2 reasons.
    1. You not uploaded "Zend" folder with your files.
    2. The path to "Zend" folder is not correct.

    Kindly check hopefully it will resolve your issue.
     
    Last edited: Mar 9, 2010
    hymalik, Mar 9, 2010 IP
  3. james9

    james9 Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The include path has been set on your server to the PHP directory by default... change your default include path to the path to a place with your zend files....

    this could be done by editing php.ini

    google " how to change include path php" for more info...
     
    james9, Mar 23, 2010 IP
  4. dmohan

    dmohan Active Member

    Messages:
    415
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #4
    Everything is discussed in my page.
     
    dmohan, May 1, 2010 IP
  5. avyn1

    avyn1 Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The Data API allows users to integrate their program with YouTube and allow it to perform many of the operations available on the website. It provides the capability to search for videos, retrieve standard feeds, and see related content.
     
    avyn1, Jun 9, 2010 IP
  6. aeroz1

    aeroz1 Active Member

    Messages:
    492
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #6
    The Data API allows users to integrate their program with YouTube and allow it to perform many of the operations available on the website. It provides the capability to search for videos, retrieve standard feeds, and see related content. A program can also authenticate as a user to upload videos, modify user playlists,
     
    aeroz1, Jun 9, 2010 IP