Closed (fixed)
Project:
Terms of Use
Version:
6.x-1.10
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 02:12 UTC
Updated:
26 Apr 2010 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Chill35 commentedAnyone else seeing this?
Comment #2
prodosh commentedI am seeing it too. Happens when you have more than 1 language enabled.
Comment #3
prodosh commentedComment #4
cchamp commentedI have the same problem with the search files module.
Comment #5
asak commentedJust noticed this myself while installing this modules.
Seems like revisions use no language... that's controlled by the 'node' table in the DB.
BUT - this seems to work even with this warning - the correct node is selected and displayed on registration, and even works with multilingual after adding the variables to i18n as written @ http://drupal.org/node/299416#comment-1577576.
Comment #6
jennifer.chang commentedsubscribe
Comment #7
hefox commentedWhy is it using node revision? That'll cause multiple titles of the same node when node revisions are used since there's multiple instantaneous of the same node, if the title has been changed.
Current title is stored in the node title to my knowledge, so it's fine to use {node} to my understanding
http://api.drupal.org/api/function/db_rewrite_sql/6
patch done inside terms_of_use directory. Changes node_revision to node and nr to n
Comment #8
miro_dietikerposted a duplicate issue on #673002: autocomplete broken in case of translation with same solution.
marking this RTBC.
Comment #9
kars-t commented#418960 by hefox | pban02: Fixed Unknown column 'n.language'.
Changed the line to
because MySQL is not case sensitive by default and the lower steals us performance.