INFO Piwik\Tracker[2024-04-28 04:24:53] [fdae4] ERROR: this script requires curl extension php_curl enabled in your CLI php.ini
Usage: /path/to/cli/php "" --url=http://your-website.org/path/to/piwik/ [arguments] Arguments: --url=[piwik-server-url] Mandatory argument. Must be set to the Piwik base URL. For example: --url=http://analytics.example.org/ or --url=https://example.org/piwik/ --force-all-websites If specified, the script will trigger archiving on all websites and all past dates. You may use --force-all-periods=[seconds] to trigger archiving on those websites that had visits in the last [seconds] seconds. --force-all-periods[=seconds] Limits archiving to websites with some traffic in the last [seconds] seconds. For example --force-all-periods=86400 will archive websites that had visits in the last 24 hours. If [seconds] is not specified, all websites with visits in the last 604800 seconds (7 days) will be archived. --force-timeout-for-periods=[seconds] The current week/ current month/ current year will be processed at most every [seconds]. If not specified, defaults to 3600. --force-date-last-n=M This script calls the API with period=lastN. You can force the N in lastN by specifying this value. --force-idsites=1,2,n Restricts archiving to the specified website IDs, comma separated list. --skip-idsites=1,2,n If the specified websites IDs were to be archived, skip them instead. --disable-scheduled-tasks Skips executing Scheduled tasks (sending scheduled reports, db optimization, etc.). --xhprof Enables XHProf profiler for this archive.php run. Requires XHPRof (see tests/README.xhprof.md). --accept-invalid-ssl-certificate It is _NOT_ recommended to use this argument. Instead, you should use a valid SSL certificate! It can be useful if you specified --url=https://... or if you are using Piwik with force_ssl=1 --help Displays usage Notes: * It is recommended to run the script with the argument --url=[piwik-server-url] only. Other arguments are not required. * This script should be executed every hour via crontab, or as a deamon. * You can also run it via http:// by specifying the Super User &token_auth=XYZ as a parameter ('Web Cron'), but it is recommended to run it via command line/CLI instead. * If you have any suggestion about this script, please let the team know at hello@piwik.org * Enjoy!