Closed (fixed)
Project:
Video Upload
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 19:24 UTC
Updated:
13 Jan 2009 at 14:20 UTC
I've uploaded the video_upload module and the Zend library folder into the same video_upload folder but when trying to enable the module it gives the following error:
* warning: include_once(Zend/Loader.php) [function.include-once]: failed to open stream: No such file or directory in /home/galeads/public_html/dev/modules/video_upload/providers/youtube/zend_gdata.inc on line 225.
* warning: include_once() [function.include]: Failed opening 'Zend/Loader.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:modules/video_upload/providers/youtube') in /home/galeads/public_html/dev/modules/video_upload/providers/youtube/zend_gdata.inc on line 225.
* The Zend Client library loader is required by the Video Upload module, and has not been found. This is a strong indication that the required Zend Gdata libraries are not installed. These can be downloaded here.
Information on installing the required library can be found here. (Currently using Zend Loader Not found)Any help on this at all? I've verified that the files are in the correct place, but still no luck. Is there a particular version of Zend needed? I've used 1.5.1 as well as the newest release 1.7.1.
Thanks in advance for anyone's help with this!
Comments
Comment #1
jhedstromHey kayvon,
I need to update the installation instructions. The Zend folder should be in the same directory as the youtube.inc file:
{module directory}/video_upload/providers/youtube/Zend
That should fix the issue.
Comment #2
kayvon commentedThanks so much! That fixed the issue.