![]() |
Quote:
Code:
ini_set("max_execution_time", 0); |
I removed the class_core edit...yet I don't know what other edits there were....
Because my avatars are messed up and there is no updates....even after manualy running psistats_update.php |
Vision do you have a copy of the old version so I can manually go back and remove all edits, because reverting templates would be bad for me because I have custom templates and edits.
|
i still get no stats to show up... i guess i may have to uninstall this one...
|
Quote:
|
North America and US IP addresses do not appear to be working properly; I have almost no US traffic being reported whereas before the update it was 70% of my traffic. The stats for IPs also seem low, I'm not so sure this section is working very well and identifying countries as well as it was in the previous version. (I have 6x the traffic from Trinidad and Tobago than the US according to my current stats!)
One thing to check if you get no stats - if you already had a cron job #14, the insert for this cron would have failed and you'd never get a stats update. I would suggest putting a NULL in place of the 14 as cron's cronid field is an auto increment and you do not need to specify the cron job number. Code:
INSERT INTO cron |
More IP info. I get data like this (when printing out some added debug code to see them $item['count'] for each entry:
Code:
211540739 -> US -> 1 ->17 Code:
$updatecache["country_||_$coucode"] = array($existingcache["country_||_$coucode"]['count'], $item['count'], $existingcache["country_||_$coucode"]['cmisc']); I changed it to this: Code:
if (isset($database_country["$coucode"])) I also added line for all the other totals - I'm working to confirm this is works. Code:
// MDP Code:
// MDP Code:
// MDP Code:
// MDP |
MPDev, thanks that fixed it with me. I am just curious why we should do it to the rest of them as well as I have had no problem . . .
|
I added them just to be sure, I didn't want to run verifications across each data type to see if there are cases where more than 1 record exists for each item.
i.e. if the browser cache has more than one entry per browser (as there was more than one entry per country), then the numbers in the browser cache are also not correct. If there is only 1 browser record, 1 os record, then it wouldn't be a problem. However, I am faily sure my Windows XP stats were way too low, so I added it to be sure. |
LOL @ Win XP . . . I didn't even relize it but mine are really low too. Thanks for the fixes and hope you get your search string text ported over soon.
|
All times are GMT. The time now is 11:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|