Opened 18 years ago
Closed 18 years ago
#1157 closed defect (fixed)
Reports do not work
Reported by: | Stefan Undorf | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
No matter what report I try to issue, I get this error:
No handler matched request to /report/[9]
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
I installed Trac 10.2 with apt-get under Ubuntu 6.10. I am not sure which version of sqlite comes with it. I did not find a separate installation of sqlite, the file /var/trac/myrepo/db/trac.db is binary. The TimingAndEstimation Plugin is 0.3.7-py2.4.
Thanks, Stefan
comment:3 Changed 18 years ago by
On the command line try 'sqlite3 -version' if that does not work, you probably want to install the latest sqlite.
You probably also want to install the web admin trac plugin (if it was not already included in the release you installed). Once you have it, be sure that all of trac's components dealing with reporting are enabled.
Hope this helps sort things out,
Russ
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
While there seems to be no sqlite[n] installed on my box the solution was to activate the ReportModule which was inactive by default in the admin section. Now it works.
Thank you for the help, Stefan
I have not seen this error before
Can you give me all relavent version numbers (trac /dbbackend/sqlite/plugin)?
Thanks, Russ