This looks like it's caused by a syntax error in the SQL in one of your reports. If you go to http://<your site>/trac/report and click through the reports you should be able to find the offender.
On 6/20/07, Jacky <[EMAIL PROTECTED]> wrote: > > Hi all: > When I use the trac plugin: gantt charts, I was given the message > as following, which showed there is something wrong in my gantt charts > or something: > > Python tracback > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, > in dispatch_request > dispatcher.dispatch(req) > File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, > in dispatch > resp = chosen_handler.process_request(req) > File "/usr/lib/python2.3/site-packages/TracGantt-0.3.2a-py2.3.egg/ > tracgantt/gantt.py", line 118, in process_request > File "/usr/lib/python2.3/site-packages/TracGantt-0.3.2a-py2.3.egg/ > tracgantt/gantt.py", line 175, in _tickets_for_report > File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 51, in > execute > return self.cursor.execute(sql) > File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 51, in > execute > return self.cursor.execute(sql) > ProgrammingError: syntax error at or near "$" at character 1330 > > Any suggestion will be appreciated > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
