Where are my referrers?
Are you wondering why your wiki shows a decreasing number of daily referrers? A minor code change accidentally introduced in 1.1.6.4 prevents referrers from being correctly stored.
Here’s how to fix this issue:
- open libs/Wakka.class.php of your Wikka 1.1.6.4 install
- go to line 1254 and replace this:
if (FALSE === $blacklist)
with this:
if (FALSE == $blacklist)
We apologise for the inconvenience this may have caused.

Hello, thanks a lot for WikkaWiki.
I think it will be a good idea to make a new .tar.gz or .zip for users who want to download WikkaWiki now.
@++
Nico
28 Apr 08 at 1:16 pm
Nico, if you mean a patch for the referrers issue, we are working on that: a small bugfix release is on its way.
Dario
28 Apr 08 at 2:21 pm