I have uploaded a small .avi file. (1.5mb)
It uploaded and everything seemed to go find.
Video never showed up.
When i run cron i get the following Error;
==============
* user warning: Unknown column 'acquire_url' in 'where clause' query: SELECT * FROM op_video_files WHERE acquire_url != '' ORDER BY file_id LIMIT 2 in /home/bigsite/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'acquire_url' in 'where clause' query: SELECT * FROM op_videos INNER JOIN op_video_files ON op_videos.source_file_id = op_video_files.file_id WHERE status = 'dirty' AND acquire_url = '' ORDER BY video_id LIMIT 1 in /home/bigsite/public_html/includes/database.mysql.inc on line 172.
Comments
Comment #1
jbrown commentedAs mentioned in the 5.x-3.9 Release notes:
If you had previously installed 5.x-3.8 fresh (not upgrading) and were experiencing sql errors relating to acquire_url, you need to run update.php and execute op_video update #7.
Thanks for creating this bug so people will find this information more easily.