![]() |
No most searched terms, biggest results, most 0 results, last search queries, etc.
Hello all,
PhpDig is working perfectly, but when in the Admin panel when clicking on statistics and then on the most searched terms or biggest results or most 0 results or last search queries or response time by hour or on lastclicks gives no results at all. Clicking on most keywords or on richest pages gives results. We are using version 1.8.7. In config.php is the following: define('PHPDIG_LOGS',true); //write logs define('LOG_CLICKS',true); //log clicks Can somebody tell me how to get this working? Kind regards, Age de Jong |
Try doing a search and then look at the statistics. What do you see?
|
The same as above...
Searching works perfect except for the above statistics. Regards, Age |
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. |
The table phpdig_logs is empty, so I will take a look at the search_functions.php file.
Can't do it today, but will do it tomorrow. Tnx, Age |
Yes, boyd is correct. The relevant code is in the seach_function.php file:
Code:
if (PHPDIG_LOGS == true && !$browse && !$refine && $adlog_flag == 0) { |
I couldn't wait till tomorrow! So I did it at work.
It's working perfectly after cutting out "!$refine &&", tnx for your help! Regards, Age |
All times are GMT -8. The time now is 08:22 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.