Images selected by terms are not shown in view
mrath - February 6, 2009 - 12:42
| Project: | Image Upload |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
What is your views version?
Is the image_upload table present in the database?
#2
Views 6.x -2.2
table are present
#3
I've mostly used it with Views 2.0, maybe it's an incompatibility with the new version. Will try to reproduce it.
#4
I'm getting the exact same error. Created a view using the Image Upload field. Please advise!
#5
Just 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.
#6
Having the same problem will be following this issue. Any solutions yet?
#7
Also having this exact same problem now. No progress on finding what's causing it yet.
#8
Views 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.