id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 11211,Report 90 not functioning,trenb@…,Franz,"New install of trac 1.0.1 and the version of the budgeting plugin from svn. Report 90 does not function. It errors out with the following error: {{{ Report execution failed: OperationalError: (1060, ""Duplicate column name 'status'"") SELECT COUNT(*) FROM ( SELECT t.id, t.summary, t.milestone AS __group__, '../milestone/' || t.milestone AS __grouplink__, t.owner, t.reporter, t.status, t.type, t.priority, t.component, COUNT(b.ticket) AS num, SUM(b.cost) AS cost, SUM(b.estimation) AS estimation, FLOOR(AVG(b.status)) || '%' AS status, (CASE t.status WHEN 'closed' THEN 'budgeting_report_closed' ELSE (CASE SUM(b.cost) > SUM(b.estimation) WHEN true THEN 'budgeting_report_est_exceeded' END) END) AS __class__ FROM ticket t LEFT JOIN budgeting b ON b.ticket = t.id WHERE t.milestone LIKE (CASE %s WHEN '' THEN '%' ELSE %s END) AND (t.component LIKE (CASE %s WHEN '' THEN '%' ELSE %s END) OR t.component IS NULL) AND (t.owner LIKE (CASE %s WHEN '' THEN %s ELSE %s END) OR t.owner IS NULL OR b.username LIKE (CASE %s WHEN '' THEN %s ELSE %s END)) GROUP BY t.id, t.type, t.priority, t.summary, t.owner, t.reporter, t.component, t.status, t.milestone HAVING COUNT(b.ticket) > 0 ORDER BY t.milestone desc, t.status, t.id DESC ) AS tab }}} Any assistance would be appreciated, as I cannot actually make use of the module. When I create a new ticket, I do not get the option to enter budgeting information. Kind of at a loss. Do I need to downgrade my trac installation to make this work? Thanks in advance.",defect,closed,high,BudgetingPlugin,normal,fixed,,,1.0