Results 1 to 4 of 4

Thread: Progress bar troubles

  1. #1

    Default Progress bar troubles

    Hi I am returning to vshare after a long break.I have done a fresh install on the 2.6 version.

    I am getting an 505 internal server error on the progress bar. Below is the uu.pm contents.

    package uu_default_config;
    use strict;
    use Exporter;

    @uu_default_config::ISA = qw( Exporter );
    @uu_default_config::EXPORT = qw($config);

    use vars qw($config);
    use vars qw($base_dir);

    $base_dir = '/home/web/vshare';

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/guitaris/public_html/members/tv/templates_c/',
    upload_dir => '/home/guitaris/public_html/members/tv/video/',
    unique_upload_dir => 0,
    unique_upload_dir_length => 16,
    unique_file_name => 0,
    unique_file_name_length => 16,
    max_upload => 20971520000,
    overwrite_existing_files => 0,
    redirect_after_upload => 1,
    param_dir => '/home/guitaris/public_html/members/tv/templates_c/',
    pass_param_dir => 1,
    redirect_url => 'http://mydomain.com/members/tv/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| mp3|exe|scr|htaccess|htpasswd)',
    allow_extensions => '(3gp|mp4|mov|asf|avi|flv|wmv|mpg|mpeg|mpeg4|xvid| divx|3gpp)',
    normalize_file_names => 1,
    normalize_file_delimiter => '_',
    normalize_file_length => 32,
    link_to_upload => 0,
    path_to_upload => 'http://'. $ENV{'SERVER_NAME'} . '/members/tv/uploads/',
    send_email_on_upload => 0,
    html_email_support => 0,
    link_to_upload_in_email => 0,
    email_subject => 'Uber File Upload',
    to_email_address => '[email protected],[email protected]',
    from_email_address => '[email protected]',
    log_uploads => 0,
    log_params => 0,
    log_dir => '/home/guitaris/public_html/members/tv/templates_c/',
    };

    1;

    Thanks

  2. #2

    Default

    $base_dir = '/home/web/vshare';

    You need to replace with your website path.

    Enable Upload Progress Bar http://docs.buyscripts.in/Enable_Upload_Progress_Bar

  3. #3

    Default Re: Progress bar troubles

    This still gives an 505. I have the script located in a folder called members and inside that tv.

    http://www.mysite.com/members/tv is where the script is located.

    $base_dir = '/home/guitaris/public_html/members/tv';

    That is what I put for the base_dir in the uu.pm file. I still get an 505 internal server error.??
    Both .pl files are chmod 755

    Thanks
    James

  4. #4

    Default Re: Progress bar troubles

    I figured it out. I had to put the cgi-bin folder in the same directory as the script. I have always had my cgi-bin directorys in the public_html root folder but alas it is working.

    Hope this helps someone else. Thanks

    loachman

Similar Threads

  1. bad link for Groups htaccess troubles?
    By embryo in forum Installation Support
    Replies: 15
    Last Post: 12-16-2008, 04:47 AM
  2. Progress Bar is now gone!
    By swhitinger in forum Installation Support
    Replies: 1
    Last Post: 11-24-2007, 04:50 AM
  3. progress bar not working
    By mikesw15 in forum Installation Support
    Replies: 1
    Last Post: 11-03-2007, 09:22 AM
  4. progress bar
    By harvey in forum General Discussions
    Replies: 3
    Last Post: 09-30-2007, 07:31 PM
  5. Progress Bar
    By trotirider in forum Sales Questions
    Replies: 0
    Last Post: 06-21-2007, 05:49 PM

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
  •