2 personman Jun 16, 2006 23:52

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?
Hmm, that does look right. Is it logging nothing at all, or is it just missing referers?
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.
¥
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??
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.
Yes, it is at the very end of the page. Is that incorrect?
So, any ideas?
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.
Ok, here's the link:
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.