Author Topic: uu_default_config.pm issue  (Read 869 times)

pbtv

  • Newbie
  • *
  • Posts: 9
uu_default_config.pm issue
« on: January 10, 2009, 12:00:39 PM »
Hi,

I have installed my phpmotion and changed my template in a sub folder on my site. When I tried to upload my first video I received the error:

Failed to load default config file uu_default_config.pm

I have followed all of the instructions regarding installing in a sub folder and researched the support topics on the issue. I am still receiving the error.

Some information:

Domain: partybody.com/tv

Username: test
Password: test

PHP version: 4.3

Web Host: lunarpages.com

Current Files:

uploader_conlib.php
Quote
$path_to_upload_script      = '/tv/cgi-bin/uu_upload.pl';
$path_to_ini_status_script  = '/tv/cgi-bin/uu_ini_status.pl';

cgi-bin/uu_default_config.pm
Quote
config_file_name         => 'uu_default_config',
temp_dir                 => $ENV{'DOCUMENT_ROOT'} . '/tv/temp/',
upload_dir               => $ENV{'DOCUMENT_ROOT'} . '/tv/uploads/avi/',
redirect_url             => /tv/uploader_finished.php',
« Last Edit: January 10, 2009, 06:44:34 PM by pbtv »

pbtv

  • Newbie
  • *
  • Posts: 9
Re: uu_default_config.pm issue
« Reply #1 on: January 10, 2009, 06:42:50 PM »
Still no luck with the issue. Any suggestions yet?

pbtv

  • Newbie
  • *
  • Posts: 9
Re: uu_default_config.pm issue
« Reply #2 on: January 11, 2009, 01:47:32 PM »
?

richard09

  • Newbie
  • *
  • Posts: 81
    • BlasterMix
Re: uu_default_config.pm issue
« Reply #3 on: January 11, 2009, 11:28:33 PM »
I would re-load uu_default_config.pm if this doesn't work try again in binary.

pbtv

  • Newbie
  • *
  • Posts: 9
Re: uu_default_config.pm issue
« Reply #4 on: January 12, 2009, 02:31:26 AM »
Thank you very for the reply. I reloaded the file and now I am getting the error:

Failed to find flength file

I updated my php.ini to

Code: [Select]
upload_max_filesize 100M
post_max_size = 100M
output_buffering = On
max_execution_time = 1000
max_input_time = 1000
session.gc_maxlifetime = 14400

I am still getting the error. Any suggestions?

richard09

  • Newbie
  • *
  • Posts: 81
    • BlasterMix
Re: uu_default_config.pm issue
« Reply #5 on: January 12, 2009, 11:30:44 AM »
Check  this post you might find the fix for it let me know
 
http://phpmotion.com/forum/index.php?topic=8138.0

richard09

  • Newbie
  • *
  • Posts: 81
    • BlasterMix
Re: uu_default_config.pm issue
« Reply #6 on: January 12, 2009, 12:12:59 PM »
also you are showing page cannot be display when going to your site

pbtv

  • Newbie
  • *
  • Posts: 9
Re: uu_default_config.pm issue
« Reply #7 on: January 12, 2009, 12:47:00 PM »
Sorry I fixed the page cannot be displayed. The reason was because I was trying to edit the .htaccess files and every time I uploaded it it gave me the error. I have gone through every one of those links and place all of the script in all of the php.ini and .htacces files in my main directory and my sub folder ditrectory. Still gives me the error. You can access my site now to test. Sorry for all the trouble.

I have also added the php.info page. partybody.com/tv/phpinfo.php
« Last Edit: January 12, 2009, 12:52:53 PM by pbtv »

richard09

  • Newbie
  • *
  • Posts: 81
    • BlasterMix
Re: uu_default_config.pm issue
« Reply #8 on: January 12, 2009, 01:22:33 PM »
sorry I still cannot get to http://partybody.com/tv 404 page cannot be found if you don't see it clean your cookies and try it again

pbtv

  • Newbie
  • *
  • Posts: 9
Re: uu_default_config.pm issue
« Reply #9 on: January 12, 2009, 03:06:19 PM »
Sorry. I don't know why but you need the www in there. Try www.partybody.com/tv

I got the upload problem fixed, but now my files are not uploading and it is saying that they are only 2 seconds long. Any instruction on fixing the flv tool without going through ssh? I am on a shared server...
« Last Edit: January 12, 2009, 03:08:09 PM by pbtv »

richard09

  • Newbie
  • *
  • Posts: 81
    • BlasterMix
Re: uu_default_config.pm issue
« Reply #10 on: January 12, 2009, 08:43:48 PM »
Try changing the   /usr/bin/ffmpeg to /usr/local/bin/ffmpeg and  /usr/bin/mencoder to /usr/local/bin/mencoder and leave /usr/bin/flvtool2 the same way that's how I have my, I used to have the same problem before.

Rich
www.BlasterMix.com

pbtv

  • Newbie
  • *
  • Posts: 9
Re: uu_default_config.pm issue
« Reply #11 on: January 13, 2009, 04:56:27 PM »
Those folders were not in my usr directory, but I added them and still having the problem.

jayjota

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1402
Re: uu_default_config.pm issue
« Reply #12 on: January 13, 2009, 05:43:22 PM »
does lunarpages.com have ffmpeg and all the system requirements?