| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jan 2006 Location: www.phppod.com
Posts: 606
![]() ![]() ![]() | 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 |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Mar 2005
Posts: 442
![]() ![]() ![]() | 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:
__________________ 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.
|
| |