Results 1 to 2 of 2

Thread: error

  1. #1
    Join Date
    Dec 2011
    Posts
    1

    Default error

    i am getting this error when i click upload on my website

    Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 400 Invalid id' in /home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata/App.php:700 Stack trace: #0 /home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata.php(221): Zend_Gdata_App->performHttpRequest('GET', 'http://gdata.yo...', Array, NULL, NULL, NULL) #1 /home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata/App.php(861): Zend_Gdata->performHttpRequest('GET', 'http://gdata.yo...', Array) #2 /home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata/App.php(754): Zend_Gdata_App->get('http://gdata.yo...', NULL) #3 /home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata/App.php(220): Zend_Gdata_App->importUrl('http://gdata.yo...', 'Zend_Gdata_YouT...', NULL) #4 /home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata.php(187): Zend_Gdata_App->getEntry('http://gdata.yo...', 'Zend_Gdata_YouT...') #5 /home/pichek/public_html/www.watchnaijamo in/home/pichek/public_html/www.watchnaijamovies.com/include/Zend/Gdata/App.php on line 700

    can someone help pls

  2. #2

    Default

    Hi,

    Open vShare/include/class.bulk_import.php file and find
    Code:
    if (preg_match('/v\/(.[a-zA-Z0-9]+)/i', $url, $matches) || preg_match('/v=(.[a-zA-Z0-9]+)/i', $url, $matches))
    replace with
    Code:
    if (preg_match('/v\/(.[a-zA-Z0-9_-]+)/i', $url, $matches) || preg_match('/v=(.[a-zA-Z0-9_-]+)/i', $url, $matches))
    If you can't get it fixed, open support ticket at BuyScripts Helpdesk

    with your vShare admin and FTP login details.

    Thanks,

    Buyscripts Team.
    Last edited by vshare2; 09-07-2012 at 11:26 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •