Since when I update piwik to 2.0 when running the command
sudo su www-data -c "/usr/bin/php5 /var/xxxxxx/piwik/misc/cron/archive.php --url=http://myserver.org/piwik/"
I'm getting the following error with a website with high traffic (40k visit daily):
ERROR: Got invalid response from API request: http://myserver.org/piwik/index.php?module=API&method=VisitsSummary.getVisits&idSite=11&period=day&date=last52&format=php&token_auth=6862472f689dfbae97a714f8bf274219&trigger=archivephp. Response was 'a:2:{s:6:"result";s:5:"error";s:7:"message";s:193:"This report has been reprocessed since your last click. To see this error less often, please increase the timeout value in seconds in Settings > General Settings. (error: id 2230 not found).";}'
WARNING: Empty or invalid response '' for website id 11, Time elapsed: 42.859s, skipping
Apparently all other sites (I have 14) are archived without trouble, but for site 11 I can't get archiving executed correctly.
The error I'm reporting seems the one reported in [forum.piwik.org] , but matt's answer in [forum.piwik.org] (deleting recent piwik_archive_* tables) doesn't resolve anything.
Any hint?
sudo su www-data -c "/usr/bin/php5 /var/xxxxxx/piwik/misc/cron/archive.php --url=http://myserver.org/piwik/"
I'm getting the following error with a website with high traffic (40k visit daily):
ERROR: Got invalid response from API request: http://myserver.org/piwik/index.php?module=API&method=VisitsSummary.getVisits&idSite=11&period=day&date=last52&format=php&token_auth=6862472f689dfbae97a714f8bf274219&trigger=archivephp. Response was 'a:2:{s:6:"result";s:5:"error";s:7:"message";s:193:"This report has been reprocessed since your last click. To see this error less often, please increase the timeout value in seconds in Settings > General Settings. (error: id 2230 not found).";}'
WARNING: Empty or invalid response '' for website id 11, Time elapsed: 42.859s, skipping
Apparently all other sites (I have 14) are archived without trouble, but for site 11 I can't get archiving executed correctly.
The error I'm reporting seems the one reported in [forum.piwik.org] , but matt's answer in [forum.piwik.org] (deleting recent piwik_archive_* tables) doesn't resolve anything.
Any hint?