I've tried both the dev and beta versions, both giving me the same response. When I click "Manage Video Uploads" I just get this error:
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Argument is not an instance of Zend_Http_Client.' in C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\Zend\Gdata\App.php:171 Stack trace: #0 C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\Zend\Gdata\App.php(107): Zend_Gdata_App->setHttpClient(false, 'MyCompany-MyApp...') #1 C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\Zend\Gdata.php(88): Zend_Gdata_App->__construct(false, 'MyCompany-MyApp...') #2 C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\Zend\Gdata\Media.php(53): Zend_Gdata->__construct(false, 'MyCompany-MyApp...') #3 C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\Zend\Gdata\YouTube.php(116): Zend_Gdata_Media->__construct(false, 'MyCompany-MyApp...') #4 C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\zend_gdata.inc(109): Zend_Gdata_YouTube->__construct(false) #5 C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\video_upload.module(1356): _video_upload_gdat in C:\xampp\htdocs\gallerykarma\sites\all\modules\video_upload\Zend\Gdata\App.php on line 171
-------------------------------
Any ideas? The status log says:
Video Upload: YouTube Authentication Failed
The Video Upload module has the required information, but was unable to authenticate to YouTube. There may be an error in one or more of the following:
* username
* password
* developer key
----------------------------------------------------------------------
I've got a google and youtube account linked, with developer stuff on google, and I checked that the User/Pass for youtube is correct, also the developer key is taken from the linked google account. Its puzzling me now!
Thanks for any help possible.
Comments
Comment #1
jhedstromHave you looked at the watchdog report? The error you are getting looks like it's due to an authentication issue I haven't seen before. Once we track it down, I'll be able to have the module provide more useful errors.
Comment #2
JTickett commentedAha.. I'm still a bit of a Drupal newbie, I was looking in the wrong logs. Watchdog gives this error:
<--------------------
Message Authentication error for YouTube Account: Unable to Connect to ssl://www.google.com:443. Error #46921456: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
-------------------->
I have a feeling this might be a problem with my SSL config, rather than the module itself. I'm still not sure where to go from here, SSL is not something I've set up before, however I'm fairly certain it's running on xampp.
Comment #3
jhedstromHey Jtickett,
I was able to find this thread:
http://www.ubercart.org/forum/support/3473/ups_failed_show_quote_only_xml
and they came to the conclusion that this error was caused by php missing openssl support. This page talks about how to install it:
http://us.php.net/openssl
Comment #4
JTickett commentedFor some reason I thought SSL was on by default. I edited all my php.ini files and restarted apache to get ssl running, and it all seems to be working fine now! Thanks very much!
Comment #5
jhedstromGlad to hear it's working for you now.
Comment #6
Josephnewyork commentedIm having the same error message on the admin/content/video-upload page??
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Argument is not an instance of Zend_Http_Client.' in /home2/youtab/public_html/modules/video_upload/library/Zend/Gdata/App.php: ...
Also says:
There may be an error in one or more of the following:
username
password
developer key
How do i fix this?
I should have SSL running: http://74.52.5.218/~youtab/php.php
The Zend library is included
what am I missing? Should I restart apache and configure my php.ini file? If so, what do i set on it?
Thanks!!
-Joe
Comment #7
dvasquez commentedhttp://drupal.org/node/401410#comment-1368718