Hello, when i updated from 6.13 to 6.14, all views had duplicate entries (show each row twice) for only one user that i have.
I have 3 users on my website (superuser, administrator and client) and the duplicate entries happens only on the administrator user.
I will try to find more informations.
Comments
Comment #1
sinasquax commentedThe file that causes the problem is database.mysql.inc (or database.mysqli.inc if using mysqli), it's because DISTINCT is no more added to some SQL.
I don't know why this cause duplicate entries for some users only, maybe because of nodeaccess.
Comment #2
damien tournoud commentedPlease see #284392: db_rewrite_sql causing issues with DISTINCT.
Comment #3
sinasquax commentedIt's a bug of nodeaccess, if you authorize authentificated user and node author to view a content type and if authentificated user is node author, you will get the data loaded twice.
Because of old behavior of drupal, this bug was hidden.
Comment #4
sinasquax commentedComment #5
bryrock commentedsubscribe
Comment #6
migas commentedsubscribe, same problem
Comment #7
askibinski commentedthis patch fixed it for me
http://drupal.org/node/284392#comment-2068766
Comment #8
talino commentedThis is not a Node Access issue, it has to do with Drupal core (I though it was a Content Access issue when I upgraded to 6.14, turns out it's a different problem). Relevant thread is here : http://drupal.org/node/579892
Comment #9
emptyvoid commented