From ca873b3ab3bc1932b389dbebbcb6065f171014e3 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 8 Dec 2014 11:24:13 +1300 Subject: [PATCH] Remove debug statement refs #6823 --- misc/cron/archive.php | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/cron/archive.php b/misc/cron/archive.php index 28438cfa72b..0d59036d790 100644 --- a/misc/cron/archive.php +++ b/misc/cron/archive.php @@ -61,7 +61,6 @@ $token_auth = Piwik\Common::getRequestVar('token_auth', '', 'string'); if (!$archiver->isTokenAuthSuperUserToken($token_auth)) { - var_dump($token_auth); die('You must specify the Super User token_auth as a parameter to this script, eg. ?token_auth=XYZ if you wish to run this script through the browser.
However it is recommended to run it via cron in the command line, since it can take a long time to run.
In a shell, execute for example the following to trigger archiving on the local Piwik server: