Results 1 to 5 of 5

Thread: Many, many errors when uploading.

  1. #1
    Join Date
    Mar 2008
    Posts
    10

    Default Many, many errors when uploading.

    If the upload progress bar is enabled, it will finish uploading, but the progress bar and everything related to it will continually reset. Despite this, the video finished uploading, but it does NOT convert to FLV. The size of the FLV video is 0 bytes.

    Also, if I don't have the progress bar enabled, it gives me an error about the max_file_size in php.ini being too small. This makes ABSOLUTELY no sense, because the file I am uploading is 9MB, and my value in php.ini is 100M.

    What's going on? Thanks.

    Edit: Also, is there any way to seek official support after buying this script? Rather than having to use the forum?

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

    Default Re: Many, many errors when uploading.

    It may be because of the problem with your upload progress bar configuration file.

    post the content in uu_default_config.pm file here.

    What is your site url ?
    FFMPEG Hosting | Script Installation | Upgradation
    Contact : install[at]hostonnet.com

  3. #3
    Join Date
    Mar 2008
    Posts
    10

    Default Re: Many, many errors when uploading.

    Here's the file:

    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/seany/public_html';

    $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.myurl.net/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'd rather not post the site URL, to be honest. It's DEFINATELY not SFW, and there's many other reasons I wouldn't want the site posted here. I'd appreciate the help. Thanks!

    Edit: Also, what's with the error about the video being too big? Value in PHP.ini is now 200M, and still, an 8MB file comes back as being too big, UNLESS i use the progress bar. WIth the progress bar, it uploads and everything works fine, except visually, it does not work at all. It continues to reset, even though the file is in fact uploading.

  4. #4
    Join Date
    Mar 2008
    Posts
    10

    Default Re: Many, many errors when uploading.

    Can anyone help?

  5. #5
    Join Date
    Sep 2007
    Posts
    906

    Default

    If you can PM you following details to check your installation

    1. FTP Login details of the web site
    2. vshare login details (user and admin).

    I can check and let you why you are having problem with uploads.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Similar Threads

  1. New install, several errors
    By DeeperImage in forum Installation Support
    Replies: 1
    Last Post: 07-23-2008, 07:12 AM
  2. uploading and internal 500 errors cracked
    By msp123 in forum Installation Support
    Replies: 1
    Last Post: 05-23-2008, 04:18 PM
  3. errors
    By pataylo in forum Installation Support
    Replies: 4
    Last Post: 10-29-2007, 11:43 AM
  4. Better english errors mod
    By leki in forum Template Modifications
    Replies: 5
    Last Post: 08-27-2007, 02:12 AM
  5. Errors, Errors
    By bdwebb in forum Installation Support
    Replies: 23
    Last Post: 08-09-2007, 09:12 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
  •