${title}
# if not find_element(message, tag='p') and not find_element(message, tag='div'): # else: ${message} # endif # elif type == 'internal':${_("Oops…")}
# if trac_error_rendering is undefined and 'TRAC_ADMIN' not in perm:# set trac_admin = _("Trac administrator") # set project_admin # if project.admin: ${trac_admin} # else: ${trac_admin} # endif # endset # trans project_admin There was an internal error in Trac. It is recommended that you notify your local ${project_admin} with the information needed to reproduce the issue. # endtrans
# if project.admin_href: # endif${_("The action that triggered the error was:")}
${req.method}: ${req.path_info}# else: # if not project.admin_href or project.admin_trac_url == '.':
${_("This is probably a local installation issue.")}
# else: # endif${_("Found a bug in Trac?")}
# trans If you think this should work and you can reproduce the problem, you should consider creating a bug report. # endtrans
# if faulty_plugins:# if len(faulty_plugins) == 1: # trans name = faulty_plugins[0].name Note that the ${name} plugin seems to be involved. # endtrans # else: # trans Note that the following plugins seem to be involved: # endtrans ${faulty_plugins|map(attribute='name')|join(', ')} # endif ${_("Please report this issue to the plugin maintainer.")}
# endif # with q = quote_plus(message[:80])# set search_href = "/search?ticket=yes&noquickjump=1&q=" # set searching ${_("searching")} # endset # set searching_for_similar_issues ${tag_("%(searching)s for similar issues", searching=searching)} # endset # set mailing_list ${_("mailing list")} # endset # trans searching_for_similar_issues, mailing_list 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. # endtrans
# endwith # if traceback:${_("Python Traceback")}
# for frame in frames: # set file = frame.filename # set line = frame.lineno + 1 # set function = frame.function # trans file, line, function File "${file}", line ${line}, in ${function} # endtrans # if frame.line: ${'\n ' + frame.line.lstrip()} # endif # endfor # if not frames: ${traceback} # endif
# set trac_guide TracGuide # endset # trans trac_guide ${trac_guide} — The Trac User and Administration Guide # endtrans