Okay, I've bought and installed clipshare video script, and bought a dedicated server. Its unmanaged, but the company was kind enough to install a few required modules. However, I keep running into problems, and it takes ages to solve them. However, Im completely stumped on this one, and the company now say they want and extra $30/m to carry out anymore work on my server, which is completely understandable. Here were the modules they installed. MEncoder MPlayer FFMpeg FLVTool2 Okay, when I try to upload a video using my script, I come across a blank page once video is uploaded. I checked clipshare forums and I followed all instructions supplied. Still no avail. So I decided to check error log. And came across this: [03-Oct-2010 12:33:40] PHP Fatal error: Call to undefined function imagecreatefromgif() in /home/thevideo/public_html/include/function.php on line 428 [03-Oct-2010 12:33:40] PHP Warning: Module 'ffmpeg' already loaded in Unknown on line 0 I have done a lot of research and spent hours tryin to sort this. With no avail. Im not very good with managing a linux server, and I dont want to mess around and screw up my server. Any ideas on how I can fix this? I'd be willing to pay a small fee for fixing and getting my site running. Thanks
Looks like you don't have GD installed or you are running an old version of PHP. You'll need to recompile PHP. Ask for help if you need it.
THanks, I've just came here to say I sorted it. It turned out I had a duplicate entry in php.ini for the extension "ffmpeg.so" and didnt have GD installed. What I did was use easy apache in WHM to install GD and remove the duplicate entry. Fixed. So you were right about the GD THanks for the reply tho