${title or _('Error')}

$title

$message

$message

Oops…

Trac detected an internal error:
$message

There was an internal error in Trac. It is recommended that you notify your local Trac administrator with the information needed to reproduce the issue.

To that end, you could ${create_ticket()} a ticket.

The action that triggered the error was:

${req.method}: ${req.path_info}

This is probably a local installation issue. You should ${create_ticket()} a ticket at the admin Trac to report the 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 ${faulty_plugins[0].name} plugin seems to be involved. Note that the following plugins seem to be involved: ${', '.join([p.name for p in faulty_plugins])} 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 ${create_ticket(tracker)} a new bug report describing the problem and explain how to reproduce it.

Python Traceback

Most recent call last:
File "${frame.filename}", line ${frame.lineno + 1}, in ${frame.function}
  ${frame.line.lstrip()}
${traceback}

System Information:

$name $value

Enabled Plugins:

$plugin.name ${plugin.version or _('N/A')} $plugin.path

TracGuide — The Trac User and Administration Guide