TRAC: Trouble-shooting

1. "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position "

Look in: C:\Konami\Python\share\trac\wiki-default for 0xe2

Replace all instances of 0xe2 with "

2. POST does not return users to the correct URL because it's missing the base-url

Look in: C:\Konami\Web\Apache\htdocs\trac\conf\trac.ini

base_url = http://trac.localhost/trac/

3. The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.

./trac-admin "C:/Konami/Web/Apache/htdocs/trac" resync

No comments: