Hello Alan. Could you please try to editi the wp-config.php and add the following line:
define( 'MATOMO_SUPPORT_ASYNC_ARCHIVING', false );
Please let us know how it goes.
Thanks, I will give that a try. Anyway to force an archive run or just wait?
Oh I can see the cron is every hour I can wait.
Looks good, for my curiosity can you explain why that option works ( or why it didnt work before )?
Last Successful Archiving Completion: ok
Hello @alanfuller. If you set the environment variable through a web server, then only web requests will be fixed but not requests that are executed on the command line. That’s why we recommend you also add the following line to your wp-config.php which may fix report generation issues.
Ah, is that because I am using ‘real cron’ rather than WP Cron, so the Cron requests are command line driven.