Active
Project:
Image Upload
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 12:42 UTC
Updated:
27 Feb 2009 at 19:10 UTC
Hello,
i´ve created a view for this module and let it show by taxonomie term but i became this error:
user warning: Unknown column 'image_upload.tid' in 'where clause' query: SELECT node.nid AS nid, node.vid AS node_vid FROM shared_node node WHERE (node.status <> 0) AND (node.nid = 73) AND (image_upload.tid IN(76)) GROUP BY node.vid LIMIT 0, 1 in /var/www/virtual/***/htdocs/sites/all/modules/views/includes/view.inc on line 725.
Hope yo can help.
Comments
Comment #1
bojanz commentedWhat is your views version?
Is the image_upload table present in the database?
Comment #2
mrath commentedViews 6.x -2.2
table are present
Comment #3
bojanz commentedI've mostly used it with Views 2.0, maybe it's an incompatibility with the new version. Will try to reproduce it.
Comment #4
sdresser commentedI'm getting the exact same error. Created a view using the Image Upload field. Please advise!
Comment #5
sdresser commentedJust to clarify, I actually created a block view and used the "Field" - Image Upload - Attached Image.
This appears on the pages as soon as I save the block. Using the latest, non-developmental versions of Views and Image Upload.
Comment #6
henkeh commentedHaving the same problem will be following this issue. Any solutions yet?
Comment #7
myka commentedAlso having this exact same problem now. No progress on finding what's causing it yet.
Comment #8
bojanz commentedViews changed their API again for the new version, and for worse, I'm looking into how I can preserve the functionality in order for it to work with the new views.
Right now your only option is to try an older version of views, it has been confirmed to work with views 2.0, don't know about later versions.
Also, can one of you give me a screenshot of the added problematic view? or better yet, an export? Would help in solving this.