Wikka Developer Blog

Fresh news from the Wikka Developer Team

Where are my referrers?

with 2 comments

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.

Written by Dario

April 24th, 2008 at 7:56 am

Posted in Bugs, Support

2 Responses to 'Where are my referrers?'

Subscribe to comments with RSS or TrackBack to 'Where are my referrers?'.

  1. 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

  2. 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

Leave a Reply