Closed (fixed)
Project:
Video
Version:
6.x-4.1-rc6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2010 at 22:24 UTC
Updated:
29 Sep 2010 at 01:26 UTC
I just installed 6.x-4.1-rc5 a couple days ago, and upgraded to rc6 today. I hadn't actually configured it before the upgrade... just installed it, and then saw today that rc6 was released and upgraded.
Today, I upgraded the module, then I downloaded and installed the SWFTools + the required libraries, and setup an Amazon S3 account along with the Zencoder stuff. I got everything installed and configured, and created a content type with a video field in it. Uploaded my first video and when i saved the node, I got this error:
user warning: Unknown column 'dimensions' in 'field list' query: INSERT INTO video_zencoder (fid, status, dimensions) VALUES (27, 1, '176x144') in /home/babybeno/public_html/sites/all/modules/video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 548.
Did that table definition change from rc5 to 6 and maybe you forgot an update hook? I tired running update.php, but nothing was there.
Comments
Comment #1
bbenone commentedHmm... I looked into this further and I see that there is an update hook in the rc6 version of video_zencoder module that fixes this table (update 6401). However, it never showed as needing to be run for me... update.php showed "No Updates Available".
I manually selected 6401 in the video_zencoder dropdown on the update.php screen and forced the update. Error is gone now, so issue is resolved.
I'm guessing that this is something odd that happened locally so I'm going to close the issue.
Comment #2
hypertext200We had that issue in RC5 since I have forgotten to add the dimension in the install file, but didn't make any issues for update process.