In the archive.sh is mistakenly the "php" binary used instead of the global $PHP_BIN which holds the correct runtime. @Line 67 https://github.com/piwik/piwik/blob/master/misc/cron/archive.sh FIX: https://github.com/piwik/piwik/pull/236
In the archive.sh is mistakenly the "php" binary used instead of the global $PHP_BIN which holds the correct runtime.
@line 67
https://github.com/piwik/piwik/blob/master/misc/cron/archive.sh
FIX:
#236