default_handler = WikiModule
again and also had
trac.wiki.web_ui.wikimodule = enabled
I also had the following error:
TracError: Database newer than Trac version
I fixed this by installing SQLite3 and running it on trac.db and applying the following statement:
update system set value = 19 where name = "database_version";
(depending on the current database version.. mine was 20)
Re: Upgrading Trac (Score:1)