Results 1 to 7 of 7

Thread: ERROR: Failed to load default config file uu_default_con

  1. #1
    Join Date
    Dec 2007
    Posts
    15

    Default ERROR: Failed to load default config file uu_default_con

    Trying to upload movie and getting this error
    ERROR: Failed to load default config file uu_default_config.pm


    site is http://www.wineyoutube.com/upload.php


    any idea how to fix?

    thanks

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default Re: ERROR: Failed to load default config file uu_default_con

    make sure u have done everything on viewtopic.php?f=3&t=981&st=0&sk=t&sd=a

    and http://docs.buyscripts.in/wiki/Upload_Progress_Bar

    if still not working post your uu_default_config.pm file

  3. #3
    Join Date
    Dec 2007
    Posts
    15

    Default Re: ERROR: Failed to load default config file uu_default_con

    oH MAN...

    i GOT THE bar working...whopeeeeeeeee

    but no video

    and holy cow...I forgot my admin password


    any idea how to get the admin password?


    thanks for your help

    FYI..her e my script


    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/malaysia/public_html/wineyoutube.com/templates_c/',


    upload_dir => '/home/malaysia/public_html/wineyoutube.com/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.wineyoutube.com./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://wineyoutube.com/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;

  4. #4
    Join Date
    Dec 2007
    Posts
    15

    Default Re: ERROR: Failed to load default config file uu_default_con

    I checked this


    In cgi-bin uu_upload.pl, uu_ini_status.pl files need 755 permision.

    Need 777 permision to following folders and files

    chimg
    flvideo
    include
    include/config.php
    photo
    templates_c
    templates
    thumb
    video


    and I did this is the /home/malaysia/public_html/wineyoutube.com/include/config.php

    <?

    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "localhost";
    $db_name = "malaysia_wineyoutube";
    $db_user = "malaysia_chris";
    $db_pass = "1songling";

    $language = "en";

    $config = array();
    $config['ffmpeg'] = "/usr/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/malaysia/public_html/wineyoutube.com";
    $config['baseurl'] = "http://www.wineyoutube.com";

    include($config['basedir'] . "/include/vshare.php");


    am I missing something?

  5. #5
    Join Date
    Dec 2007
    Posts
    15

    Default Re: ERROR: Failed to load default config file uu_default_con

    How come on my cp panel at this

    /public_html/wineyoutube.com/templates_c

    which contains:

    %%0E^0E4^0E407559%%footer.tpl.php
    %%15^15E^15EFE13E%%friendlinks.tpl.php
    %%16^16D^16D9323B%%main.tpl.php


    is different from this instructions?
    /home/YOUR-CPANEL_USERNAME/public_html/templates_c/

    viewtopic.php?t=981

  6. #6
    Join Date
    May 2007
    Posts
    588

    Default Re: ERROR: Failed to load default config file uu_default_con

    http://docs.buyscripts.in/wiki/Reset_admin_password

    if videos are uploading but not converting then there is something else wrong with your server. check the process queue for videos and templaces_c/debug.txt

  7. #7
    Join Date
    Dec 2007
    Posts
    15

    Default Re: ERROR: Failed to load default config file uu_default_con

    I decided to reinstall and do all over again....

    Practice practice practice

Similar Threads

  1. ERROR: Failed to find flength file
    By hollyjenson in forum Installation Support
    Replies: 0
    Last Post: 05-07-2009, 02:10 PM
  2. ERROR : Progress Bar Error: Failed to find flength file
    By afa in forum Installation Support
    Replies: 1
    Last Post: 03-25-2008, 04:23 AM
  3. Replies: 1
    Last Post: 03-15-2008, 05:19 AM
  4. Getting this include/config.php" FILE to 777 Error
    By rkc11 in forum Installation Support
    Replies: 0
    Last Post: 02-08-2008, 01:30 PM
  5. ERROR: Failed to find flength file
    By Haz in forum Installation Support
    Replies: 4
    Last Post: 12-28-2007, 12:33 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
  •