1 silencer Jun 12, 2006 22:19
3 silencer Jun 18, 2006 20:41
I have
<?php
$Hit->log(); // log the hit on this page
debug_info(); // output debug info if requested
?>
at the end of the page. So it should log the hits, right?
4 personman Jun 19, 2006 16:59
Hmm, that does look right. Is it logging nothing at all, or is it just missing referers?
5 yabba Jun 19, 2006 17:27
Just to be sure, you are talking about your stats in the admin area aren't you?
Since 0.9.summat referer stats etc have not been shown on your blog, only in admin.
¥
6 silencer Jun 19, 2006 23:02
Yes, we are talking about the admin area. Stats are completely empty. I have some sites that work (ebay, youtube), others don't. And I know people click on links on these sites because they tell me. So, kind of strange, isn't it??
7 edb Jun 20, 2006 00:26
Hopefully not the very end of the page. Like this?
<?php
$Hit->log(); // log the hit on this page
debug_info(); // output debug info if requested
?>
</body>
</html>
I'm not sure if that would matter or not, but it won't hurt to ask. Post a link to your blog here and see if you get referer traffic from the forums.
8 silencer Jun 22, 2006 22:32
Yes, it is at the very end of the page. Is that incorrect?
9 silencer Jun 29, 2006 23:23
So, any ideas?
10 edb Jun 29, 2006 23:32
Silencer wrote:
So, any ideas?
Yes. Post a link to your blog here so you can see if you get traffic from this site. We will learn a heck of a lot by looking at your site, and you will learn if your referer traffic is being logged or not. Other than that all I can say is that you've somehow, though I've no idea how, blocked logging traffic from some sites.
11 silencer Jul 03, 2006 20:33
Ok, here's the link:
12 silencer Jul 03, 2006 23:27
I can click on that link, but nothing happens. No referrers logged.
You may not have the code in the bottom of your skin that generates the log hit. Check your skin against the default skin and see if it has the log hit function.