View Single Post
Old 04-21-2005, 02:50 PM   #4
boyd
Green Mole
 
Join Date: Apr 2005
Posts: 9
This happened to me when i did significant modifications as i had changed the search url i had to change the following in search_functions.php

if (PHPDIG_LOGS == true && !$browse && !$refine && $adlog_flag == 0) {

i took out the "!$refine &&"

this is the place where the logs are written so check the vars it wants and doesent want and see if that helps.

You should see if the logs are actually been written or if its the stats display problem.
boyd is offline   Reply With Quote