]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Exception:_Unknown_function___96__this__39___.mdwn
628276b3c0303a15cd6c7665e00bb88f20b3fb9f
[ikiwiki.git] / doc / forum / Exception:_Unknown_function___96__this__39___.mdwn
1 I'm very excited to try out ikiwiki, since it should fit my purposes extremely well, but I'm having trouble with the search plugin. I'm pretty sure that right after I installed ikiwiki and needed dependencies, the search plugin was working fine. However, now when I try to use search, I get "Exception: Unknown function `this'" error on a blank page. I'm not sure how I should go about debugging this issue - my server's (I use Lighttpd 1.4.22) error log has no mention of the exception and there's nothing in /var/log/syslog either.
2
3 What might be causing this exception and how I might go about debugging exceptions?
4
5 > Appears to be coming from your xapian omega cgi binary. If you
6 > run `strings /usr/lib/cgi-bin/omega/omega` you can see it has
7 > "Exception: " in it.
8
9 > I donĀ“t know what to suggest, other than upgrade/downgrade/reinstall
10 > xapian-omega. You could try rebuilding your wiki in case it is somehow
11 > caused by a problem with the xapian database. Failing everything, you
12 > could switch to [[google_search_plugin|plugins/google]]. --[[Joey]]