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

bojanz’s picture

What is your views version?
Is the image_upload table present in the database?

mrath’s picture

Views 6.x -2.2
table are present

bojanz’s picture

I've mostly used it with Views 2.0, maybe it's an incompatibility with the new version. Will try to reproduce it.

sdresser’s picture

I'm getting the exact same error. Created a view using the Image Upload field. Please advise!

sdresser’s picture

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.

henkeh’s picture

Having the same problem will be following this issue. Any solutions yet?

myka’s picture

Also having this exact same problem now. No progress on finding what's causing it yet.

bojanz’s picture

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.