when we activate tracpermredirectplugin, and click on report 1, export
into csv, the file contains at the end an exception. what could this
be?
<pre>
MOD_PYTHON ERROR
ProcessId: 14361
Interpreter: 'main_interpreter'
ServerName: 'myserver'
DocumentRoot: '/opt/csw/apache2/data/htdocs'
URI: '/projects/myproj/report/1'
Location: '/projects'
Directory: None
Filename: '/opt/csw/apache2/data/htdocs/projects'
PathInfo: '/myproj/report/1'
Phase: 'PythonHandler'
Handler: 'trac.web.modpython_frontend'
Traceback (most recent call last):
File "/opt/csw/lib/python/site-packages/mod_python/importer.py",
line 1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "/opt/csw/lib/python/site-packages/mod_python/importer.py",
line 1229, in _process_target
result = _execute_target(config, req, object, arg)
File "/opt/csw/lib/python/site-packages/mod_python/importer.py",
line 1128, in _execute_target
result = object(arg)
File "/opt/csw/lib/python/site-packages/trac/web/
modpython_frontend.py", line 87, in handler
gateway.run(dispatch_request)
File "/opt/csw/lib/python/site-packages/trac/web/wsgi.py", line 87,
in run
response = application(self.environ, self._start_response)
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 440,
in dispatch_request
req.send_error(sys.exc_info(), status=500)
File "/opt/csw/lib/python/site-packages/trac/web/api.py", line 394,
in send_error
exc_info)
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 406,
in dispatch_request
dispatcher.dispatch(req)
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 246,
in dispatch
self._post_process_request(req)
File "/opt/csw/lib/python/site-packages/trac/web/main.py", line 269,
in _post_process_request
content_type)
File "/opt/csw/lib/python/site-packages/TracPermRedirect-1.0.1-
py2.5.egg/permredirect/filter.py", line 30, in post_process_request
(issubclass(exctype, PermissionError) or \
TypeError: issubclass() arg 1 must be a class
</pre>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---