Closed (won't fix)
Project:
OpenPackage Video
Version:
5.x-3.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jun 2008 at 17:55 UTC
Updated:
26 Apr 2009 at 02:22 UTC
I try to use the the filter option 'Video transcoded' to show only transcoded videos for Full Nodes View Type and get this error message:
* user warning: Unknown column 'field_video_op_videos.flv_file_id' in 'where clause' query: SELECT count( DISTINCT(node.nid)) FROM node node WHERE (node.status = '1') AND (node.type IN ('video_band_contest')) AND (field_video_op_videos.flv_file_id IS NOT NULL) in /var/www/virtual/htdocs/includes/database.mysql.inc on line 172.
The same error i get for 'Teaser List'. In 'List View' the filter option'Video transcoded' is working fine.
Comments
Comment #1
k3vin commentedComment #2
jbrown commentedI have reproduced this. I think there is a bug in Views.
Comment #3
Grantovich commentedJust to give it a bump, I'm having the same problem using the "Video transcoded" filter in a Teaser List view, in this case attempting to show videos that are not transcoded. The exact error is:
user warning: Unknown column 'field_video_op_videos.flv_file_id' in 'where clause' query: SELECT node.nid, node.created AS node_created_created FROM node node WHERE (node.type IN ('video')) AND (field_video_op_videos.flv_file_id IS NULL) AND (node.uid = 1) ORDER BY node_created_created DESC LIMIT 0, 999 in /Library/WebServer/Documents/includes/database.mysql.inc on line 172.Is this definitely a Views bug? If so, is there a corresponding entry on the Views issue tracker?
Comment #4
alippai commentedSimilar problem, when retranscoding videos:
Comment #5
jbrown commented