Results 1 to 2 of 2

Thread: error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #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
  •