Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2010 at 16:24 UTC
Updated:
10 Jan 2011 at 14:36 UTC
Hi all,
thanks for a great module. I have found a problem with the node-revision views. To reproduce create a new view of the type node revisions. Add any field (like node title). Add the argument Taxonomy:Parent Term. Test the view with any Term ID as argument. This produces a sql error on my setup.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 1080 LIMIT 0, 10' at line 6 query: SELECT node_revisions.vid AS vid, node.title AS node_title, node.nid AS node_nid FROM node_revisions node_revisions LEFT JOIN node node ON node_revisions.nid = node.nid WHERE .parent = 1080 LIMIT 0, 10 in /var/www-dev/drupal/sites/all/modules/content/views/includes/view.inc on line 771.
Node views seem to work fine with this argument.
Dave
Comments
Comment #1
dawehnerI can reproduce this
Comment #2
dawehnerSadly no responce, as always.
The issue has to be reproducable, if not this can't be fixed.
Comment #3
huesforalice commentedWell it is reproducable isn't it?
Comment #4
dawehnerOh i realize some inconsistence and i dissolve in a logic cloud :)
I think i was on the wrong window.
Comment #5
srobert72 commentedSame error
Comment #6
Letharion commentedComment #7
Letharion commentedConfirmed
Comment #8
dawehnerBut this view works
Comment #9
iamjon commentedhuesforalice,
did dereine's post work?
feel free to reopen the issue if it is still active.
closing from lack of activity.