id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 12468,Raise TracError if configuration file missing,Ryan J Ollos,Ryan J Ollos,"If the configuration file is missing, `trac.ticket.default_workflow.ConfigurableTicketWorkflow` will return True from its implementation of `EnvironmentSetupParticipant.needs_upgrade`. The following error is seen: {{{ Error TracError: The Trac Environment needs to be upgraded. Run ""trac-admin /Users/rjollos/Documents/Workspace/trac-dev/tracenvs/proj-1.1 upgrade"" }}} Instead, we could check for configuration file existence and raise an error.",enhancement,closed,normal,1.0.11,general,,normal,fixed,environment,,,`TracError` is raised when the configuration file is not found.,The `exists` property of the `Configuration` class indicates whether the file exists.,