This is the relevant fragment of the log file:
2010-08-02 16:53:43,178 Trac[api] DEBUG: T&E NEEDS UP?: sys:False, rep:True, stats:True, fields:True, man:True
2010-08-02 16:53:43,178 Trac[env] WARNING: Component <timingandestimationplugin.api.TimeTrackingSetupParticipant object at 0x25106d0> requires environment upgrade
2010-08-02 16:53:43,183 Trac[reportmanager] DEBUG: T&E Starting Report Schema Upgrade
2010-08-02 16:53:43,201 Trac[reportmanager] DEBUG: T&E Ending Report Schema Upgrade
2010-08-02 16:53:43,204 Trac[dbhelper] ERROR: There was a problem executing sql:SELECT custom_report.subgroup,report.id,report.title, custom_report.version, custom_report.uuid FROM custom_report LEFT JOIN report ON custom_report.id=report.id WHERE custom_report.maingroup=%s ORDER BY custom_report.subgroup,custom_report.ordering
with parameters:('Timing and Estimation Plugin',)
Exception:relation "custom_report" does not exist
LINE 1: ...e, custom_report.version, custom_report.uuid FROM custom_rep...
^
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/timingandestimationplugin/dbhelper.py", line 9, in get_all
cur.execute(sql, params)
File "build/bdist.linux-x86_64/egg/trac/db/util.py", line 65, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: relation "custom_report" does not exist
LINE 1: ...e, custom_report.version, custom_report.uuid FROM custom_rep...
My database backend is postgresql, I'm using the most recent version of plugin from SVN.