I'm -hoping- that this is just a configuration error on my part, please let me know what other information I can get you that will help.

Drupal: 7.14
Video: 7.x-2.x-dev (I had to use this instead of 2.6 because 2.6 errors out when I try to save the form on the Players page)

I create a content type 'Video' and add a field named 'field_video' of type Video with widget Video Upload.
The upload destinations are to Rackspace Cloud Files.
Enable auto video conversion is NOT checked.
Auto extract thumbnails with fallback to manual is selected and I've uploaded a .jpg default thumbnail.

I save those settings and then try to add a content node. I choose a 4 MB .mov and click the Upload button. It spins for awhile and then I get this alert message:

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /?q=file/ajax/field_video/und/0/form-kTA5GLsk9hxj9piJPMhitEQRcJJZRgoejhg4wDfnGzw
StatusText: n/a
ResponseText: 
Error  
Error message
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tn.videofid' in 'where clause': SELECT f.* FROM {file_managed} f INNER JOIN {video_thumbnails} tn ON tn.thumbnailfid = f.fid WHERE tn.videofid = :fid ORDER BY f.fid; Array
(
[:fid] => 25
)
in Transcoder->extractFrames() (line 19 of /Users/kenny/Sites/drupal/sites/all/modules/video/includes/Transcoder.inc).
The website encountered an unexpected error. Please try again later.    

ReadyState: undefined

Comments

Jorrit’s picture

Assigned: Unassigned » Jorrit
Status: Active » Postponed (maintainer needs more info)

For some reason, the thumbnails table wasn't created correctly. Are there any database updates waiting to be performed at http://YOURSITE/update.php ? Could you give me the structure of the video_thumbnails table in your database?

kennywyland’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Ah, thank you. I'm still VERY new to drupal and I didn't remember to run update.php. There were two updates waiting, specifically to recreate the thumbnails table. Sorry about that.

Jorrit’s picture

From your other issue I deduced that you installed 7.x-2.6 from scratch, but that apparently is not the case. Thanks for closing the issue. I hope the module works for you now.