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.
2 Comments
Jump to comment form :: comments rss [?] :: trackback uri [?]