Opened 12 years ago

Last modified 9 years ago

#9508 closed defect

Installation instructions result in non-working plugin — at Initial Version

Reported by: Robert Inder Owned by: Chris Nelson
Priority: high Component: TracJsGanttPlugin
Severity: major Keywords:
Cc: Trac Release: 0.12

Description

I am evaluating the TracJsGanttPlugin in Trac 0.12, in a test project with the following Plugins installed:

  • timingandestimationplugin-1.2.1b-py2.4.egg
  • TracMasterTickets-3.0.2-py2.4.egg
  • TracSubTicketsPlugin-0.1.0-py2.6.egg

To these I have added Trac_jsGantt-0.9-py2.4.egg following the "single project" installation instructions in the TracPlugins page at edgewall.org. I then enabled the plugin, and copied the [trac-jsgantt] configuration section into into the project's trac.ini file. I also ran trac-admin .... upgrade, which said that the database was up to date.

At this point, including [[TracJSGanttChart]] in a Wiki page produces a box containing the error message userstart is not a custom ticket field.

I tried adding "userstart" and "userfinish" to [ticket-custom], but this only changed the error message to unsupported operand type(s) for *: 'NoneType' and 'float'

What's gone wrong? None of the other plugins mention/define "userstart" and "userfinish", so I don't understand where they should be coming from...

Change History (0)

Note: See TracTickets for help on using tickets.