Results 1 to 4 of 4

Thread: Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException'

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    906

    Default

    send a mail to [email protected] with following details

    (1)domain name

    (2)FTP

    (3)vShare admin login details
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  2. #2
    Join Date
    Nov 2009
    Posts
    3

    Default

    I am having this problem using Vshare 2.8 and when user try to import youtube video after pasting the youtube url and then click on upload the site return same error, is there any fix for it
    Last edited by netspider; 01-22-2012 at 09:05 AM.

  3. #3
    Join Date
    Nov 2009
    Posts
    3

    Default

    got it working, if some one else having same issue just change the code in class.bulk_import.php

    Find
    if (preg_match('/v\/(.[a-zA-Z0-9]+)/i', $url, $matches) || preg_match('/v=(.[a-zA-Z0-9]+)/i', $url, $matches))
    Replace with
    if (preg_match('/v\/(.[a-zA-Z0-9_-]+)/i', $url, $matches) || preg_match('/v=(.[a-zA-Z0-9_-]+)/i', $url, $matches))

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
  •