I just installed the script and there is one HUGE problem
The Video upload page is totally blank when you click on it.
Also, in the admin section the left panel is totally blank as well.
http://www.duttyclips.com <===== this is my URL
I just installed the script and there is one HUGE problem
The Video upload page is totally blank when you click on it.
Also, in the admin section the left panel is totally blank as well.
http://www.duttyclips.com <===== this is my URL
Make sure you uploded all files in BINARY mode.
Also enable error reporting in PHP.
error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = On
Your excellent suggestion worked...however
(im running Centos 4X on Apache)
I tried to upload a 675 K .mpg file and for some reason the upload.php file prompted to be downloaded.
I tried to upload a 7 mb .wmv file and it sat there and said that the filesize was too big?!?!?!?!
I then went back to the front page and there were place holders for the files and no image...and no playback.
FFmpeg is installed according to phpinfo.php
is there something missing?
I also noticed that my upload size was 2 mb and post was 8 ...how do I change that from the command shell?
Your phpinfo saysOriginally Posted by devarioj
So the upload limit is 2 MB.upload_max_filesize 2M 2M
Your problem is ffmpeg/ffmpeg-php is not install properly.
Thanks I changed the upload limit and it worked.
Bookmarks