Results 1 to 4 of 4

Thread: Progress Bar Error: Failed to find flength file

  1. #1
    Join Date
    Mar 2008
    Posts
    4

    Default Progress Bar Error: Failed to find flength file

    Dear Admin @ anyone who willing to help,

    I just did everything and I think everything are in order. I could log in to admin site, change everything including try to log in using username: vshare & pw: 290033689 also fine and okay. But the problem is when to upload video file :

    Progress: Progress Bar Error: Failed to find flength file


    I stuck at this level since now and really no idea to fix it. It make me really headache.
    I hope admin or anyone could give help, please !!
    Thank you.

  2. #2
    Join Date
    Aug 2007
    Location
    India
    Posts
    14

    Default Re: Progress Bar Error: Failed to find flength file

    Can you post the content of your uu_defualt_config.pm file here ?

    This is mostly caused by wrong configuration or server block access to find file.

    Use real path in the configuration files, not symlink.

    http://docs.buyscripts.in/wiki/Upload_Progress_Bar
    http://uber-uploader.sourceforge.net/?section=flength
    FFMPEG Hosting | Script Installation | Upgradation
    Contact : install[at]hostonnet.com

  3. #3
    Join Date
    Mar 2008
    Posts
    4

    Default Re: Progress Bar Error: Failed to find flength file

    Dear Melbin,
    Thank you for willing to help,
    Here is the ' uu-default-config.pm' :
    ---------------------------------------------------------------------------------------------

    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 => $base_dir . '/templates_c/',
    upload_dir => $base_dir . '/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 => $base_dir . '/templates_c/',
    pass_param_dir => 1,
    redirect_url => 'http://www.fxgroup-investment.com/vshare/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'} . '/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 => $base_dir . '/templates_c/',
    };

    1;
    ---------------------------------------------------------------------------------------------------------------------

    I HAVE NO IDEA HOW AND WHERE TO FIX IT. HOPE YOU COULD HELP.
    THANK YOU.

  4. #4

    Default

    You need to replace the $base_dir in uu_default_config.pm with your site path.

    That you can see in your phpinfo.Also please make sure your server support all the vShare requirements.

Similar Threads

  1. ERROR: Failed to find flength file
    By hollyjenson in forum Installation Support
    Replies: 0
    Last Post: 05-07-2009, 02:10 PM
  2. ERROR: Failed to find flength file
    By miky92 in forum Installation Support
    Replies: 10
    Last Post: 12-03-2008, 05:08 PM
  3. ERROR: Failed to find flength file
    By zifonex in forum Bug Reports
    Replies: 8
    Last Post: 10-20-2008, 08:22 PM
  4. ERROR : Progress Bar Error: Failed to find flength file
    By afa in forum Installation Support
    Replies: 1
    Last Post: 03-25-2008, 04:23 AM
  5. ERROR: Failed to find flength file
    By Haz in forum Installation Support
    Replies: 4
    Last Post: 12-28-2007, 12:33 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
  •