+ Reply to Thread
Results 1 to 5 of 5

Thread: Blank Screen After Upload

  1. #1
    drgallegos is offline Junior Member
    Join Date
    Mar 2010
    Posts
    1

    Talking Blank Screen After Upload

    Files seem to load ok - when they are finished, though, it goes to a blank screen, no success screen nothing! It should at leaset go back to the home page.

    Anybody help?

  2. #2
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    831

    Default

    Edit include/config.php and add the following lines

    <?php

    error_reporting(E_ALL);

    ini_set("display_errors",1);

    session_start();


    Upload a test video and check which error getting there.

  3. #3
    ChaosMage is offline Junior Member
    Join Date
    Feb 2009
    Posts
    3

    Default

    Hello ! I've got the following:

    Notice: Undefined variable: convert_vid in /home/rutube/public_html/include/functions_upload.php on line 234 Deprecated: Function ereg_replace() is deprecated in /home/rutube/public_html/include/class.tags.php on line 16 Deprecated: Function ereg_replace() is deprecated in /home/rutube/public_html/include/class.tags.php on line 17 Fatal error: Call to undefined function imagecreatefromjpeg() in /home/rutube/public_html/include/class.video_thumb.php on line 289

  4. #4
    bplex is offline Senior Member
    Join Date
    Sep 2008
    Posts
    1,014

    Default

    Of the block of errors you are getting, only two are important:

    The first:

    Code:
    Notice: Undefined variable: convert_vid in /home/rutube/public_html/include/functions_upload.php on line 234
    Make sure that all of the vShare files have been uploaded to your site. Also, did you make any changes to any of the function files?

    The second:

    Code:
    Fatal error: Call to undefined function imagecreatefromjpeg() in /home/rutube/public_html/include/class.video_thumb.php on line 289
    This means that your PHP installation was not compiled with GD libraries. You will need to ask your hosting company to install GD and then recompile PHP to support GD. The second error is what caused the script to stop.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #5
    vshare2 is offline Moderator
    Join Date
    Jul 2007
    Posts
    151

    Default

    Hi,

    If you can't get it fixed, open a support ticket at

    BuyScripts Helpdesk

    with your vshare admin and FTP login details.

    Thanks

    Buyscripts Team

+ Reply to Thread

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