Results 1 to 5 of 5

Thread: Movies Wont Upload

  1. #1
    Join Date
    Dec 2007
    Posts
    6

    Default Movies Wont Upload

    A frind of mine installed the script for me the other day at http://72.232.253.139 but when i try to upload a movie the progress bar comes up as 404 error then once the movie has uploaded it directs to a 404 error and no movie is uploaded

  2. #2
    Join Date
    Dec 2007
    Posts
    6

    Default Re: Movies Wont Upload

    you can contact me on MSN [email protected]

  3. #3

    Default

    Please try to upload after disable the upload progressbar.If you can ,the problem may be the wrong path in uu_default_config.pm

  4. #4
    Join Date
    Dec 2007
    Posts
    6

    Default Re: Movies Wont Upload

    ok ive dont that now instead of getting a 404 page i just get a blank Upload.php page the movie shows in admin but with duration 0.0 seconds and can not create the thumbnail

    My uu-default-config page is
    Code:
    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                 => '/var/www/vhosts/ignotus.biz/httpdocs/templates_c/',
    	upload_dir               => '/var/www/vhosts/ignotus.biz/httpdocs/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://72.232.253.139/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|mp3|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://72.232.253.139/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;

  5. #5
    Join Date
    Dec 2007
    Posts
    6

    Default Re: Movies Wont Upload

    the file is in my videos folder onthe server

Similar Threads

  1. Embeeded Movies Wont go Full Screen...
    By yose in forum General Discussions
    Replies: 14
    Last Post: 01-06-2009, 05:07 AM
  2. movies with no space convert, movies with spaces give 404
    By soundaxis in forum General Discussions
    Replies: 3
    Last Post: 05-21-2008, 12:44 AM
  3. Everything is Fine but Can't Upload Movies
    By johanrain in forum Installation Support
    Replies: 4
    Last Post: 01-07-2008, 04:33 AM
  4. admin logo and watermark wont upload
    By peterh33 in forum Installation Support
    Replies: 1
    Last Post: 12-05-2007, 02:40 PM
  5. Cant upload movies??
    By simonsen in forum Installation Support
    Replies: 9
    Last Post: 05-29-2007, 01:30 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
  •