Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8762


Ignore:
Timestamp:
Oct 21, 2009, 2:34:51 PM (15 years ago)
Author:
Christian Boos
Comment:

See #3854, which luckily for you has a patch for 0.9.x ;-)

(That issue should have been fixed in 0.9.7 but that version was never released, as 0.10 was already quite stable at that time)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8762

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #8762 – Description

    initial v1  
    44Today this error started to appear. I am not aware of any changes to the system.
    55When choosing 'Browse Source' or 'Timeline' trac fails with the following error message:
    6 
     6{{{
    77svn_time_from_cstring() argument 1 must be string, not None
    8 
     8}}}
     9{{{
    910Traceback (most recent call last):
    1011  File "/usr/local/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
     
    3132    return apply(_core.svn_time_from_cstring, args)
    3233TypeError: svn_time_from_cstring() argument 1 must be string, not None
     34}}}