Page 4 of 13 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 127

Thread: Enable Upload Progress Bar

  1. #31

    Default using cpanel

    I am using cpanel. I use the host that you recomended on the site when I purchased the sript. So do I still need to do the .htaccess file?

  2. #32
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    That is not required for cpanel servers.

    Can you post content of your uu_default_config.pm file ?

    Also post your web site url.

  3. #33
    Join Date
    May 2007
    Location
    Carson
    Posts
    88

    Default

    just the group bugs
    please fix this problem....
    Lying like Stealing

  4. #34
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Ok, I waited a few days before trying the upgrade, so I got the latest one.

    I turned on the progress bar thingie. When I go to upload, I get a "500 Internal Server Error" where the progress bar should be showing....and it looks like the video is being uploaded when all of a sudden you get:

    Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    I copied and pasted the bizhat cgi file, replacing everything with the paths to my files (just to make sure I had it right) and chmodded all to 666.

    Any ideas?
    If it's not fun, stop doing it!

  5. #35
    Join Date
    May 2007
    Posts
    686

    Default

    Did you chmod the right 2 files in cgi folder? I had that error on an install the other day.

  6. #36
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    chmodded all to 666.
    But I'll double check it.

    Update: OK, chmod 755 /cgi-bin/uu_ini_status.pl
    chmod 755 /cgi-bin/uu_upload.pl DONE

    The other two are 666. I'll give it another try and let you know...

    Update: It's still a NO GO for the progress bar (same issue, shows "505 internal error" where the progress bar should be), but at least the vid did upload this time.
    If it's not fun, stop doing it!

  7. #37
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Code:
    505 internal error
    This error is due to one of the following reason

    1. Wrong Permission on cgi-bin folder or the perl file. Most servers need a chmod 755

    2. The file is not in UNIX format. Try reuploading the file you downloaded in BINARY mode (if it do not work, try ASCII mode for the .pl files, only needed if you changed file format from UNIX to DOS).

    Also verify perl file work on your server.

  8. #38

    Default

    Quote Originally Posted by admin
    That is not required for cpanel servers.

    Can you post content of your uu_default_config.pm file ?

    Also post your web site url.
    Here is the info that you requested:

    Website Address: http://www.holinesscds.com/cleanclips
    or cleanclips.net will redirect you there.
    Thanks for your help.

    package uu_default_config;
    use strict;
    use Exporter;

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

    use vars qw($config);

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/public_html/cleanclips/templates_c/',
    upload_dir => '/public_html/cleanclips/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,
    redirect_url => 'http://holinesscds.com/cleanclips/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    delete_param_file => 1,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| 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 => 1,
    path_to_upload => 'http://holinesscds.com/cleanclips/video/',
    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]',
    };

    1;

  9. #39
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Thanks Admin, it's working now.

    I reuploaded in ASCII and chmod everything to 755, and it's working now. THANKS!!!!!!!
    If it's not fun, stop doing it!

  10. #40

    Default

    Admin,
    I get no blue upload bar and the percent complete remains at zero. The upload thingy loads but just no movement. Can you do another test vid and tell me what is going on? It seems i'm almost there but the bar just isn't moving.
    http://coldblooded.tv
    Show off your reptiles!

Page 4 of 13 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Upload Progress help
    By chris34470 in forum Installation Support
    Replies: 4
    Last Post: 08-25-2008, 01:33 PM
  2. NICHE VIDEO SCRIPT: How to enable User Profile, Upload, etc
    By grynmoors in forum Installation Support
    Replies: 1
    Last Post: 03-17-2008, 12:01 AM
  3. upload progress bar
    By bigbuttsTV in forum Fixed Bugs
    Replies: 3
    Last Post: 08-14-2007, 09:54 AM
  4. upload progress bar
    By hake in forum Fixed Bugs
    Replies: 15
    Last Post: 07-17-2007, 12:32 AM
  5. Upload Progress Bar
    By sam in forum Feature Requests
    Replies: 5
    Last Post: 06-12-2007, 12:19 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
  •