One or all of the following resolved the issue:; - installing python2.3-pysqlite2 an sqlite3 - converting to the sqlite3 database format - upgrading from v0.9.4 to v0.9.4
Trac seems to work at least partially with sqlite2 on Debian as long as the python2.3-pysqlite2 package is not installed. /Christoffer Christoffer Soop skrev: > Hi all! > > I have used international characters in wiki-links on trac without > problem prior to upgrading to the latest version in debian (v0.9.4). > > Pressing a wiki-link containing international characters makes trac look > for a page with the name where the non-Ascii characters are raplaced by > URL-encodede characters, e.g. "Ärendehanteringssystem" becomes the page > "%C3%84rendehanteringssystem". This was not a problem before the > uppgrade - then trac converted the URL-escaped characters to the > original name. > > Any ideas? > > I have not found a bug report on the trac web site, should I file one? > I have quoted my trac.ini file below... > > Sincerely, > > Christoffer > > > trac.ini: > > [header_logo] > src = trac_banner.png > alt = Trac > height = 73 > link = http://trac.edgewall.com/ > width = 236 > > [logging] > log_file = trac.log > log_level = DEBUG > log_type = none > > [trac] > default_charset = iso-8859-15 > templates_dir = /usr/share/trac/templates > repository_dir = /var/lib/svn/agenda > htdocs_location = /trac/ > database = sqlite:db/trac.db > > [notification] > smtp_enabled = false > smtp_replyto = [EMAIL PROTECTED] > smtp_always_cc = > smtp_server = localhost > smtp_from = [EMAIL PROTECTED] > always_notify_reporter = false > > [project] > url = http://example.com/ > footer = Visit the Trac open source project at<br /><a > href="http://trac.edgewall.com/">http://trac.edgewall.com/</a> > name = Agenda > descr = My example project > icon = trac.ico > > [mimeviewer] > enscript_path = enscript > > [attachment] > max_size = 262144 > > [timeline] > changeset_show_files = 0 > > [diff] > tab_width = 8 > > [ticket] > default_version = > default_severity = normal > default_component = component1 > default_priority = normal > default_milestone = > > > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
