From 794aa2d5c3f67ba94d60a36fc922ea6308ae6f02 Mon Sep 17 00:00:00 2001 From: glen201 Date: Fri, 24 Jul 2009 01:10:42 +0000 Subject: #518396 by decibel.places : "Video type not supported" video_upload.module, fixed rebuilding derivative images when video updated #502606 by glen201 : Permissions error in Video Image module prevents users from uploading image thumbnail, fixed #495886 by glen201: Autogenerated thumbnail sticks and is not replaceable by new video/image uploaded, fixed dependency on Image module Enhanced video_upload module to fix files left behind after delete video Enhanced video_upload module to prevent error when replacing ffmpeg converted video with video that will not be auto-converted --- plugins/video_ffmpeg_helper/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/video_ffmpeg_helper/README.txt') diff --git a/plugins/video_ffmpeg_helper/README.txt b/plugins/video_ffmpeg_helper/README.txt index 8f460b4..73716b7 100644 --- a/plugins/video_ffmpeg_helper/README.txt +++ b/plugins/video_ffmpeg_helper/README.txt @@ -20,7 +20,10 @@ Install instructions 6. You now have two options to execute the video_scheduler.php script: 6.1 (default) Enable the execution of video_scheduler.php using standard drupal cron. - + GMM: 07/23/2009 Note: ** Do not use this method if your Apache server is running with suPHP ** + As of this writing, suPHP will cause the Drupal cron to loop infinitely and no video + will be rendered. In this case crontab should be used instead of Drupal cron! + 6.2 Schedule the execution of video_scheduler.php using unix cron The crontab should look something like this: -- cgit v1.2.3