Results 1 to 8 of 8

Thread: 500 internal server error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Posts
    6

    Default 500 internal server error

    im getting the 500 internal server error when i try uploading video from member's page.
    prior to that, i accidently deleted the oringal cgi-bin file, so i re-uploaded all the files from the vshare folder and the cgi_bin file appeared to be in /public_html/cgi-bin and under the cgi-bin file there's ubr_upload.pl only, which i already changed permission to 755. Am i missing something here? please help..thanks!

  2. #2

    Default

    Hi,

    You have to set TEMP_DIR in cgi-bin/ubr_upload.pl.

    eg:
    Code:
    my $TEMP_DIR        = '/home/USERNAME/public_html/templates_c/';
    Thanks,
    Buyscripts Team.

  3. #3
    Join Date
    Jan 2011
    Posts
    6

    Default

    i have changed the temp_dir "username" part of the code to my actual cpanel username but i still get the exact error..

    "The server encountered an internal error or misconfiguration and was unable to complete your request...."

    i was also told to set the cgi-bin/uu_upload.pl to 755 but
    my cgi_bin does not have the uu_upload.pl file…the only file i see is ubr_upload.pl

    thanks for all the help

  4. #4

    Default

    Which vShare version area you using now?

  5. #5
    Join Date
    Jan 2011
    Posts
    6

    Default

    vShare v2.7

  6. #6

    Default

    Download vshare from http://buyscripts.in/download/vshare2.7.zip and upload cgi-bin/ubr_upload.pl to public_html folder of your site.

    Set 755 permission of cgi-bin/ubr_upload.pl

    Change the TEMP_DIR in cgi-bin/ubr_upload.pl.

    my $TEMP_DIR = '/home/cPanel username here/public_html/templates_c/';

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
  •