Results 1 to 5 of 5

Thread: [ERROR: 6] Missing a temporary folder.

  1. #1
    Join Date
    Jul 2008
    Posts
    3

    Default [ERROR: 6] Missing a temporary folder.

    Hey there!

    Great thx to developers for vShare!

    But I have a big problem: "[ERROR: 6] Missing a temporary folder."
    I can't upload any vids. :(

    By the way..
    Global path to directory: /var/www/web68/web/
    Local(FTP) path to directory: /web/
    So.. I tried to change uu_default_config.pm in cgi-bin:
    Code:
    $base_dir = '/var/www/web68/web';
    
    $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://my_site/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/',
    };
    I tried to change basedir to
    Code:
    $base_dir = '/web';
    but it doesn't work too!
    Permission to 'teplates_c' is 777.

    So.. Where is the err?

  2. #2
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: [ERROR: 6] Missing a temporary folder.

    read this topic about [ERROR: 6] Missing a temporary folder.
    http://forums.buyscripts.in/viewtopic.php?f=4&t=3586

  3. #3
    Join Date
    Jul 2008
    Posts
    3

    Default Re: [ERROR: 6] Missing a temporary folder.

    Quote Originally Posted by sanil
    read this topic about [ERROR: 6] Missing a temporary folder.
    http://forums.buyscripts.in/viewtopic.php?f=4&t=3586
    I have read this topic before ask. No results.

    Any suggestions? Plzzz help! :(

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

    Default Re: [ERROR: 6] Missing a temporary folder.

    It seems path to temp folder is not accessible for the perl script. What is the site url ?

  5. #5
    Join Date
    Jul 2008
    Posts
    3

    Default Re: [ERROR: 6] Missing a temporary folder.


Similar Threads

  1. [ERROR: 6] Missing a temporary folder.
    By saerothan in forum Installation Support
    Replies: 3
    Last Post: 06-11-2008, 05:10 AM
  2. where is the folder?? help :D
    By KikoLtd in forum General Discussions
    Replies: 2
    Last Post: 06-06-2008, 09:33 AM
  3. RSS Folder Missing
    By apj5621 in forum Fixed Bugs
    Replies: 1
    Last Post: 09-06-2007, 02:29 PM
  4. Replies: 0
    Last Post: 08-31-2007, 06:56 AM
  5. Video Processing: Import Video Folder Error
    By browniegirl in forum Installation Support
    Replies: 2
    Last Post: 08-26-2007, 06:42 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
  •