Edgewall Software

Changes between Initial Version and Version 1 of Ticket #5169


Ignore:
Timestamp:
Apr 18, 2007, 2:22:11 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

It looks like the original DB contains non-UTF8 characters, you'll probably have to sanitize the DB and re-import it into Trac.

Have you tried to 'resync' the repository cache?

Which version did you upgrade from?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5169 – Description

    initial v1  
    11We updated our Trac to 0.10.3.1 and moved it to a new machine, but since then we have the following error if we search for some word like "version":
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1919    return codecs.utf_8_decode(input, errors, True)
    2020UnicodeDecodeError: 'utf8' codec can't decode byte 0xa7 in position 174: unexpected code byte
     21}}}