Results 1 to 4 of 4

Thread: status bar weird redirect

  1. #1

    Default status bar weird redirect

    I enabled and made all the changes necesarry for the upload bar as per http://docs.buyscripts.in/Enable_Upload_Progress_Bar

    however, ocnce i start uploading a file, insted redirecting me to upload.php, it redirects me to this:

    /cgi-bin/uu_upload.pl?temp_sid=743b3e974919fe9fa8cea033a3f7 5443
    here are the settings of my 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/to/public_html/zzzzz/video';

    $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.xxxxxxxxxxxxxx.com/adult/video/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 use a dedicate serve with debian etch and perl is installed

  2. #2

    Default Re: status bar weird redirect

    Please make sure you have enter the correct details in uu_default_config.pm

    Set the permisssion (755)of pl file in cgi-bin folder

    You need to make sure perl works on your server.

    If perl is working, you will see

    http://video.bizhat.com/cgi-bin/uu_upload.pl

    Also try the Cgi-bin problem in plesk at

    viewtopic.php?f=4&t=3631

  3. #3

    Default Re: status bar weird redirect

    i get the following when i go to http://video.bizhat.com/cgi-bin/uu_upload.pl

    ERROR: Invalid parameters

    the permissions of both pl files are set to 755 already
    I dont use plesk, I use directadmin

  4. #4

    Default Re: status bar weird redirect

    If perl working you can see ERROR: Invalid parameters.
    May be perl not working properly.

Similar Threads

  1. Redirect Problem
    By bcannon in forum Installation Support
    Replies: 2
    Last Post: 04-17-2009, 08:39 PM
  2. Weird Conversion and Thumbnail Problem
    By west in forum General Discussions
    Replies: 2
    Last Post: 04-02-2009, 04:26 AM
  3. Replies: 4
    Last Post: 05-30-2008, 05:01 AM
  4. I weird error
    By XdeanX in forum Installation Support
    Replies: 1
    Last Post: 03-05-2008, 09:21 AM
  5. fix: A weird problem
    By dcaceres in forum Installation Support
    Replies: 7
    Last Post: 09-09-2007, 11: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
  •