Hello there,
Thank you for this interesting module.
I have been trying to install this module for a few times now.
I have this fatal error:

Fatal error: Class 'Zend_Gdata_App_HttpException' not found in /home/expat9c/public_html/sites/all/modules/video_upload/Zend/Gdata/ClientLogin.php on line 129

Any clue what I have done wrong?
If you need more details, please let me know.

Many thanks,
Expat9

Comments

jhedstrom’s picture

Hey Expat9,

That's an odd error, that looks like it is stemming from the Zend client library itself...any further details you could provide would be great.

Looking at the line before the one throwing the error, it is including a file:

        } catch (Zend_Http_Client_Exception $e) {
            require_once 'Zend/Gdata/App/HttpException.php';
            throw new Zend_Gdata_App_HttpException($e->getMessage(), $e);
        }

The class that is missing should be defined in that included file...if it isn't then try downloading a fresh copy of the Zend library.

Delta Bridges’s picture

Hello there,
Thank you for your prompt reply.
I will try to download a fresh copy of the zend library as suggested and give feedback on the result.
Thanks again :)
Expat9

Delta Bridges’s picture

I have redownloaded the zend files as you suggested, but I still had the following error:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/expat9c/public_html/sites/all/modules/video_upload/zend_gdata.inc on line 84

Parse error: syntax error, unexpected T_STRING in /home/expat9c/public_html/sites/all/modules/video_upload/zend_gdata.inc on line 84

Any ideas what went wrong this time?
Many thanks,
Expat9

jhedstrom’s picture

Does the latest version of the module resolve this issue for you?

Delta Bridges’s picture

Hello there,
I have tried the dev 2008-Jul-10 and the beta version and none of them work for me.
I tried on a clean drupal install and could not succeed. I don;t know what I am doing wrong. It's ashame cos I think your module is a great concept :)
I will try again in the next few days and post the results here.
Many thanks

jhedstrom’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.