Quote:
Originally Posted by bposner
I do have one question, I'm not seeing any data. I ran the scheduled task but no data is showing up. I ran the maintenance things too.
I installed this on a brand new site that has no real users other than admin and a test user but both accounts are adding things and visiting pages, but no data shows up.
Thoughts?
|
Hi,
Please do not run the scheduled tasks manually as it will provide inaccurate results. I realized this during the beta stages of the mod development which is why the scheduled task responsible for tracking the data was modified to ensure it would only once per day. Since you have ran it already, further manual running of it will not generate any more entries until the next day.
The task is designed to run the first second of every day so that it collects the data from yesterday and stores it into the database. This explains why you do not see any data- as, I'm assuming, you are updating the form to show today's data which will not be shown until the task runs 12:00 AM tomorrow board time. The data you have gotten from manually running the task will be shown as yesterday (however, depending on timezone settings you may need to actually update the form a day before that to see the data for that day; this will be addressed in v1.1.0)
Since this is a test board, there is no actual harm in running the results manually, but they will be stored as yesterday's date as the task was not designed nor intended to track in increments less than daily. If you want to see real-time stats you may see them in your ACP. These stats are purged when the scheduled task runs successfully (once per day).
As a side but relevant note, the v1.1.0 update will have a pro option allowing for hourly tracking which will mean faster, more accurate across multiple timezones, results.
- Jon