Plone Error Reporting
PloneErrorReporting replaces default_error_message and prefs_error_log_showEntry with pages that facilitate the submission of useful bug reports to Plone. It is designed with the goal of improving the information provided by bug reporters.
Current release
Plone Error Reporting 1.1
Released Feb 11, 2007 — tested with Plone 3
Bugfix release, only compatible with Plone >= 3.0
More about this release…
Get
Plone Error Reporting
for
all platforms
(0 kB)
- PloneErrorReporting-1.1.tar.gz
Project Description
To see PloneErrorReporting in action, first install the product, then create a python script called imabug in the ZMI that contains the single line
raise AttributeError, 'bad attribute'
Now, while still authenticated, load the page http://mysite/imabug. You should see a step-by-step procedure for reporting bugs at the bottom of the error page as long as you are logged in as a Manager. Similarly, when you view bugs in the Plone error log, you will see the bug submitting procedure.
