Whenever I update a movie's person links I get the following warning:
user warning: Unknown column 'n.nid' in 'on clause' query: SELECT title FROM drupal_node LEFT JOIN drupal_i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND ( LOWER(title) LIKE LOWER('Lille Hayward%')) LIMIT 0, 10 in /var/www/drupal-5.2/includes/database.mysql.inc on line 172.
It seems innocuous enough, as the tables get udpated. But it is mildly annoying and worrying. The problem occurs when the 'submit' button is pressed after editing the movie. It occurs even if the movie data has not been changed. I can't find out where it comes from. Obviously I have the localization and internationalization modules enabled.
Comments
Comment #1
ultimatedruid commented