Hi.
This is my first attempt at setting up archiving via cron. I'm running Piwik 2.9.1 - and have the cron setup having followed the guide in the docs:
But I get the following error when it runs:
PHP is version 5.3.3 so supports namespaces. Permissions are all correct within the piwik directory. All the files are there that it expects, so I'm not sure where to look next to debug the issue... any pointers would be appreciated.
Cheers
This is my first attempt at setting up archiving via cron. I'm running Piwik 2.9.1 - and have the cron setup having followed the guide in the docs:
/usr/bin/php /srv/piwik/console core:archive --url=http://URL/ > /home/piwik/piwik-archive.log
But I get the following error when it runs:
PHP Fatal error: Class 'Piwik\CliMulti\CliPhp' not found in /srv/piwik/core/CliMulti.php on line 187
PHP is version 5.3.3 so supports namespaces. Permissions are all correct within the piwik directory. All the files are there that it expects, so I'm not sure where to look next to debug the issue... any pointers would be appreciated.
Cheers