Results 1 to 4 of 4

Thread: Installation help with uploading

  1. #1
    Join Date
    Jul 2007
    Posts
    13

    Default Installation help with uploading

    Can anyone help me on my installation it was working fine untill i updated it and now it says the progress bar doesnt work comes up with this error

    ERROR : Failed to load default config file uu_default_config.pm

    my site is http://www.scorio.co.uk

    hope someone can help.

    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                 => '/home/scorio/public_html/templates_c/'
    	upload_dir               => '/home/scorio/public_html/vshare/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://www.scorio.co.uk/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://scorio.co.uk/video/',
    	send_email_on_upload     => 0,
    	html_email_support       => 0,
    	link_to_upload_in_email  => 0,
    	email_subject            => 'Scorio File Uploaded!',
    	to_email_address         => '[email protected],[email protected]',
    	from_email_address       => '[email protected]',
    };
       
    1;

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

    Default

    '/home/scorio/public_html/vshare/video/',

    This should be

    '/home/scorio/public_html/video/',

    try changing it and see if that works.

  3. #3
    Join Date
    Jul 2007
    Posts
    13

    Default

    i have done that and it still has no luck :( any other ideas

    Does it cost anything admin if i give u my ftp details for u to fix it?

    if so let me know and i will see what i can do!

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

    Default

    Contact [email protected], if you need help in fixing the problem.

Similar Threads

  1. Help installation
    By zclub in forum Installation Support
    Replies: 18
    Last Post: 03-21-2009, 11:44 PM
  2. installation
    By inziva in forum Installation Support
    Replies: 8
    Last Post: 01-06-2009, 03:36 AM
  3. Installation HELP! HELP!
    By urbanshowdown in forum Installation Support
    Replies: 2
    Last Post: 02-22-2008, 06:35 PM
  4. Where do you pay for installation
    By OctaviousButler in forum Sales Questions
    Replies: 1
    Last Post: 08-24-2007, 06:10 AM
  5. installation help
    By rix in forum Installation Support
    Replies: 2
    Last Post: 06-29-2007, 07:43 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
  •