Modify ↓
Opened 20 years ago
Closed 20 years ago
#1210 closed defect (duplicate)
Better error report
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | project | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Replace print pretty error function with cgitb ie: 1) remove try operators from start_cgi function of core.py and trac.cgi 2) add 2 lines in the beginning of trac.cgi: import cgitb cgitb.enable(display=1)
As per my experience makes life easiar
Thanks Alexander
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Duplicate of #921.