I get the following error when I click on tickets or try to add a ticket:
user warning: Column 'status' in where clause is ambiguous query: SELECT n.nid, n.title FROM node AS n INNER JOIN stormtask AS sta ON sta.vid=n.vid LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='eng' OR i18n.language ='' OR i18n.language IS NULL) AND ( ('storm_access'='storm_access') AND ( status=1 AND type='stormtask' AND sta.project_nid=82 ) ) ORDER BY title in ... database.mysql.inc on line 174.

however, it seems to work anyways..
anybody can tell me out to solve this?

Comments

hamsterbacke42’s picture

Update: it really seems not to work properly, I cant create tickets, and cant select some options (e.g. languages, projects) when trying to create one

Does anyone else use Storm on a multilanguage site drupal site? Is this problem solved in drupal 6?

Roberto Gerola’s picture

Status: Active » Fixed

Fixed in CVS, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.