Archive.php with Piwik 1.8.2

Hey there,

we have a very big Piwik installation (~40 GB DB size, more than 500 sites) and i run every night a cronjob with PHP and archive php to get the reports rendered.

But in the periods week, month and year I get every day on some sites the same errors:

Can you help me with this?

OS: Debian 6
PHP: 5.3.3-squeeze-13

Thank you in advance!

What is in your webserver error logs? Maybe some PHP Memory exhaust errors?

Hey Matt thx for your response!

Nothing importent in the error log sry :sunglasses:

Only things like :
[Wed Jun 27 05:43:41 2012] [error] [client 66.249.72.119] File does not exist: /var/www/asdf.asdf.asdf/robots.txt

When you manually fetch the URL http://a.bc.de/index.php?module=API&method=VisitsSummary.getVisits&idSite=583&period=year&date=last52&format=php&token_auth=hash&trigger=archivephp.

Does it return empty response in the browser?

Then there should really be something in the error log I think!

Manually calling this URL:

a:52:{s:29:“Von 2011-07-04 bis 2011-07-10”;i:0;s:29:“Von 2011-07-11 bis 2011-07-17”;i:0;s:29:“Von 2011-07-18 bis 2011-07-24”;i:0;s:29:“Von 2011-07-25 bis 2011-07-31”;i:0;s:29:“Von 2011-08-01 bis 2011-08-07”;i:0;s:29:“Von 2011-08-08 bis 2011-08-14”;i:0;s:29:“Von 2011-08-15 bis 2011-08-21”;i:0;s:29:“Von 2011-08-22 bis 2011-08-28”;i:0;s:29:“Von 2011-08-29 bis 2011-09-04”;i:0;s:29:“Von 2011-09-05 bis 2011-09-11”;i:0;s:29:“Von 2011-09-12 bis 2011-09-18”;i:0;s:29:“Von 2011-09-19 bis 2011-09-25”;i:0;s:29:“Von 2011-09-26 bis 2011-10-02”;i:0;s:29:“Von 2011-10-03 bis 2011-10-09”;i:0;s:29:“Von 2011-10-10 bis 2011-10-16”;i:0;s:29:“Von 2011-10-17 bis 2011-10-23”;i:0;s:29:“Von 2011-10-24 bis 2011-10-30”;i:0;s:29:“Von 2011-10-31 bis 2011-11-06”;i:0;s:29:“Von 2011-11-07 bis 2011-11-13”;i:0;s:29:“Von 2011-11-14 bis 2011-11-20”;i:0;s:29:“Von 2011-11-21 bis 2011-11-27”;i:0;s:29:“Von 2011-11-28 bis 2011-12-04”;i:0;s:29:“Von 2011-12-05 bis 2011-12-11”;i:0;s:29:“Von 2011-12-12 bis 2011-12-18”;i:0;s:29:“Von 2011-12-19 bis 2011-12-25”;i:0;s:29:“Von 2011-12-26 bis 2012-01-01”;i:0;s:29:“Von 2012-01-02 bis 2012-01-08”;i:0;s:29:“Von 2012-01-09 bis 2012-01-15”;i:0;s:29:“Von 2012-01-16 bis 2012-01-22”;i:0;s:29:“Von 2012-01-23 bis 2012-01-29”;i:0;s:29:“Von 2012-01-30 bis 2012-02-05”;i:0;s:29:“Von 2012-02-06 bis 2012-02-12”;i:0;s:29:“Von 2012-02-13 bis 2012-02-19”;i:0;s:29:“Von 2012-02-20 bis 2012-02-26”;i:0;s:29:“Von 2012-02-27 bis 2012-03-04”;i:0;s:29:“Von 2012-03-05 bis 2012-03-11”;i:0;s:29:“Von 2012-03-12 bis 2012-03-18”;i:0;s:29:“Von 2012-03-19 bis 2012-03-25”;i:0;s:29:“Von 2012-03-26 bis 2012-04-01”;i:0;s:29:“Von 2012-04-02 bis 2012-04-08”;i:0;s:29:“Von 2012-04-09 bis 2012-04-15”;i:0;s:29:“Von 2012-04-16 bis 2012-04-22”;i:0;s:29:“Von 2012-04-23 bis 2012-04-29”;i:0;s:29:“Von 2012-04-30 bis 2012-05-06”;i:0;s:29:“Von 2012-05-07 bis 2012-05-13”;s:4:“5944”;s:29:“Von 2012-05-14 bis 2012-05-20”;s:5:“10389”;s:29:“Von 2012-05-21 bis 2012-05-27”;s:5:“17579”;s:29:“Von 2012-05-28 bis 2012-06-03”;s:5:“14571”;s:29:“Von 2012-06-04 bis 2012-06-10”;s:5:“13807”;s:29:“Von 2012-06-11 bis 2012-06-17”;s:5:“13287”;s:29:“Von 2012-06-18 bis 2012-06-24”;s:5:“13829”;s:29:“Von 2012-06-25 bis 2012-07-01”;s:4:“6707”;}

So maybe it was a temporary issue?