Opened 11 years ago

Last modified 11 years ago

#11105 closed defect

Plugin won't work. — at Initial Version

Reported by: yevhen.duma@… Owned by: Chris Nelson
Priority: high Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

Trac detected an internal error: OperationalError: near ",": syntax error This is probably a local installation issue.

Found a bug in Trac?

If you think this should work and you can reproduce the problem, you should consider creating a bug report.

Note that the Trac-jsGantt plugin seems to be involved. Please report this issue to the plugin maintainer.

Before you do that, though, please first try searching for similar issues, as it is quite likely that this problem has been reported before. For questions about installation and configuration of Trac or its plugins, please try the mailing list instead of creating a ticket.

Otherwise, please a new bug report describing the problem and explain how to reproduce it.

Python Traceback

Most recent call last: File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 497, in _dispatch_request File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 214, in dispatch File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/ticket/web_ui.py", line 180, in process_request File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/ticket/web_ui.py", line 465, in _process_newticket_request File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/ticket/web_ui.py", line 1289, in _do_create File "/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg/trac/ticket/model.py", line 256, in insert File "/usr/local/lib/python2.6/dist-packages/Trac_jsGantt-0.10_r12998-py2.6.egg/tracjsgantt/tracpm.py", line 2943, in ticket_created

Configuration (trac.ini): [TracPM] date_format = %Y-%m-%d days_per_estimate = 0.125 default_estimate = 4.0 estimate_pad = 0.0 fields.estimate = estimatedhours fields.finish = userfinish fields.parent = parents fields.percent = complete fields.pred = blockedby fields.start = userstart fields.succ = blocking fields.worked = totalhours goal_ticket_type = milestone hours_per_estimate = 1 parent_format = %s userfinish = text userfinish.label = Planned Finish userstart = text userstart.label = Planned Start complete = select complete.label = % Complete complete.options = |0|5|10|15|15|40|50|60|75|80|90|95|99|100 complete.order = 3 complete.value = 0

[trac-jsgantt] days_per_estimate = 0.125 fields.estimate = estimatedhours option.caption = Resource option.colorby = priority option.comp = 0 option.datedisplay = yyyy-mm-dd option.dur = 0 option.enddate = 1 option.expandclosedtickets = 1 option.format = month option.formats = day|week|month|quarter option.hoursperday = 8.0 option.lwidth = 300 option.omitmilestone = 0 option.openlevel = 0 option.res = 0 option.schedule = asap option.showdep = 1 option.startdate = 0 option.usermap = 0 fields.start = userstart fields.finish = userfinish fields.percent = complete fields.parent = parents

Thank you!

Change History (0)

Note: See TracTickets for help on using tickets.