Changes between Initial Version and Version 1 of Ticket #6453, comment 3


Ignore:
Timestamp:
Mar 23, 2015, 10:52:16 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6453, comment 3

    initial v1  
    11Got the same problem, running mod_wsgi/python2.5 and Trac-0.11.6. Tried to update everything, seems uptodate. Removed egg-cache and older egg-files. Still same issue. No login through webui, no password reset, no new user registration. Perhaps the full Traceback can help...
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/api.py", line 377, in send_error
     
    3334    return [a.encode('utf-8') for a in args]
    3435AttributeError: 'NoneType' object has no attribute 'encode'
     36}}}