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
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
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
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;
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?
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
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
I decided to reinstall and do all over again....
Practice practice practice
Bookmarks