ZendGdata framework path set error

前端 未结 1 465
深忆病人
深忆病人 2021-01-20 02:14

Hello I am using ZendGdata-1.12.5 framework to upload a video on youtube

I used the following in my php code

$path = \'./ZendGdata-1.12.5/library/\';         


        
相关标签:
1条回答
  • 2021-01-20 02:49

    The path is correct, the problem is that Zend Gdata library does not have the Zend/xml folder. It's a small folder with 2 files. All you need to do is following:

    1) Go to: http://framework.zend.com/downloads/latest

    2) Download 1.12 (or whatever your version is) MINIMAL package.

    3) Extract it on your hard disk.

    4) Upload /library/Zend/Xml folder to your server's /ZendGdata-1.12.5/library/ folder so that in your /ZendGdata-1.12.5/library/Zend folder you have the Xml folder.

    5) That's it. Enjoy.

    0 讨论(0)
提交回复
热议问题