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:

  1. open libs/Wakka.class.php of your Wikka 1.1.6.4 install
  2. go to line 1254 and replace this:

    if (FALSE === $blacklist)

    with this:

    if (FALSE == $blacklist)

We apologise for the inconvenience this may have caused.


About this entry