Video module processing forever.Everything configured correctly according to: http://video.heidisoft.com/content/configuring-video-module
Trying to create a video page from a custom content type of Video as detailed on the developer's site. I am using an AVI file this time, but have tried MP4 and FLV files with the same results. The thumbnails are created, but file size increased from 25.8MB to 176.56 MB. No video displays after the message goes away. I read the erro log and it produced the following information:
[Fri Apr 02 16:43:11 2010] [error] [client XXX.XX.X.XXX] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/somesite/public_html/video_scheduler.php on line 137
Comments
Comment #1
hypertext200This is your site configuration issue go to your php.ini file for CLI and change allow_call_time_pass_reference to TRUE. Then this will fix
Comment #2
clane commentedThanks, I'll have my IT department make the change and see if that works. I'll post the results.
Colette
Comment #3
clane commentedComment #4
clane commentedMy IT department performed this task:
site configuration issue go to your php.ini file for CLI and change allow_call_time_pass_reference to TRUE
and restarted the server and it is still displaying "This video is currently being processed. Please wait."
The video test page is blank, no video to view, but when I go to edit, the video file is there with all the thumbnails to choose from. Any help getting this module to work will be greatly appreciated. Thanks:)
Colette
Comment #5
hypertext200You need to set up video cron
1. symlink video_scheduler.php to Drupal root
2. Add crontab to it
Comment #6
clane commentedWe did that and it didn't work, so we moved the video_scheduler.php to the root level and it still doesn't work. Any ideas?