Recent Topics

1 Aug 19, 2006 15:42    

In backoffice's tag search referers I've these lines:


Notice: Undefined property: hit_referer in /path/blogs/inc/_misc/_results.class.php(1261) : eval()'d code on line 1

Notice: Undefined property: hit_referer in /path/blogs/inc/_misc/_results.class.php(1261) : eval()'d code on line 1

bye

2 Aug 20, 2006 16:27

You can simply fix with:

/path/inc/CONTROL/sessions/stats.php

Line 817


			$sql = 'SELECT COUNT(*) AS hit_count, agnt_signature

Replace with:


			$sql = 'SELECT COUNT(*) AS hit_count, hit_referer, agnt_signature

Bye


Form is loading...