matomo-org / matomo-for-wordpress

Get a fully functioning Matomo Analytics for your WordPress. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Privacy is built-in. 100% data ownership, no one else can see your data. We love Pull Requests!
https://matomo.org
GNU General Public License v3.0
119 stars 25 forks source link

Automated archiving not working #594

Closed nastikali closed 2 years ago

nastikali commented 2 years ago

hello, we have an issue with the automated archiving. runs well when i sync the reports manually. tried to make a few changes to wp-config but it still not doing the job. here is the system report:

              # Errors

Matomo

Endpoints

Crons

Vorgeschriebene Prüfungen

Optionale Prüfungen

Matomo Settings

Logs

WordPress

WordPress Plugins

MU Plugins

Plugins

Server

Database

Browser

mattmary commented 2 years ago

Hi @nastikali

You can try to debug the process by adding the following constant in your wp-config.php file: define( 'WP_DEBUG', true );

You can also try to disable the auto archiving by adding in the same file the following constant: define('MATOMO_SUPPORT_ASYNC_ARCHIVING', false);

Kind regards

Mat

mattmary commented 2 years ago

Hi @nastikali

Do you have an update on this issue?

Kind regards

Mat

mattmary commented 2 years ago

HI @nastikali

Without any answer, I close this issue. Feel free to open a new one if you need further support. Kind regards

Mat