Blank stats with trigger NO

"Allow Piwik archiving to trigger when reports are viewed from the browser"
Yes
Stats are displayed.

"Allow Piwik archiving to trigger when reports are viewed from the browser"
No
Stats are NOT displayed

Last version of Piwik

Any idea what might be this?

Your cron is not setup properly, How to Set up Auto-Archiving of Your Reports - Analytics Platform - Matomo

Thanks Matt,

I tested the cron with ssh

sh /(full path)/archive.sh
output looked correct

I will try with a cron and will report here

after executing the sh /(full path)/archive.sh

this is the final result of the output:


Archiving for idsite = 2 done!
Reports archiving finished.

Starting Scheduled tasks…

task,output
Piwik_PDFReports.dailySchedule,Time elapsed: 6.930s
Finished Scheduled tasks.

Seems the archive was run correctly, am I right?

But the data does not appear if
"Allow Piwik archiving to trigger when reports are viewed from the browser"
No

Thanks

Other thing:
Every time I execute this archive.sh file, mysql grows around 100megabytes a the site are small (around 20 visits per hour)

Is this normal?

I had always
"Allow Piwik archiving to trigger when reports are viewed from the browser"
Yes

but would like to change to see if I improve the piwik admin speed

Cron is working properly.

I deleted all all _archive* tables in mysql before cron, it was back after the cron

"If you run the archiving several times per day, it will re-archive Today’s reports, as well as any reports for a date range which includes today: Current week, current month, etc. "
That answer to my 2nd question…

However, I read this carefully
http://piwik.org/docs/setup-auto-archiving/

and I still get blank widgets…

Any help?