NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Willing to pay someone to fix this

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 09-10-2006, 12:06 PM THREAD STARTER               #1 (permalink)
NamePros Regular
 
Maximus_'s Avatar
Join Date: Jan 2006
Location: www.phppod.com
Posts: 606
Maximus_ has a spectacular aura aboutMaximus_ has a spectacular aura aboutMaximus_ has a spectacular aura about
 



Willing to pay someone to fix this


I got a youtube clone script of someone on DP but getting error when trying to upload videos. The script requires FFMPEG installed and FFPMPEG+php. I verified with the host the path to ffmpeg
????: NamePros.com http://www.namepros.com/programming/236599-willing-to-pay-someone-to-fix.html

The error is:

Fatal error: Cannot instantiate non-existent class: ffmpeg_movie in /home/xxxtenet/public_html/upload.php on line 83.


line 83 in upload php is { $mov = new ffmpeg_movie($ff);


The site url is xxxtube.net
You can use user: czar
pass: 123456 to log in and try it.

Willing to give away any script on www.phppod.com for fixing this issue

Please help

Thanks
__________________
CUSTOM PHP SCRIPTS FOR YOUR WEBSITE
LIMITED TIME OFFER. GET 20% OFF WITH COUPON 20OFF
FREE DELETED DOMAIN NAMES LIST. UPDATED DAILY
Maximus_ is offline  
Old 09-10-2006, 02:11 PM   #2 (permalink)
NamePros Regular
Join Date: Mar 2005
Posts: 442
paaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the rough
 



It's looking for the ffmpeg class and not finding it. See if there are options in your youtube clone script that ask you for a path to the ffmpeg-php file containting the class. Make sure that filename is correct.

ffmpeg-php also has requirements of:
* ffmpeg-0.4.9_pre1 or higher.
* php-4.3.0 or higher
* gd-2.0 or higher (the version of GD bundled with PHP works too)

make sure this is all good too. But for the moment the problem is the script is definatly not finding an included file.


I would be able to help out better if I had access to your script.
The script your using may assume that the ffmpeg-php extension has been set to auto-load in the php.ini file. If this is the case the following infront of some of the scripts files would make it work:

PHP Code:
<?php
$extension 
"ffmpeg";
????: NamePros.com http://www.namepros.com/showthread.php?t=236599
$extension_soname $extension "." PHP_SHLIB_SUFFIX;
$extension_fullname PHP_EXTENSION_DIR "/" $extension_soname;

// load extension
if(!extension_loaded($extension)) {
    
dl($extension_soname) or die("Can't load extension $extension_fullname\n");
}
?>
__________________
Please add to my rep points if i was helpful. Thanks.

Content management system and online shop software
Last edited by paaaaaaaaaa; 09-10-2006 at 02:16 PM.
paaaaaaaaaa is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 04:53 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger