Hello, My first message here. Well, I’m fine tuning my installed Matomo and found a kind of inconsistency between a check done from the GUI against the one done from command line.
In System Check, it says " Set up Cron - Managing processes via CLI not supported (optional) (Reasons: shell_exec is disabled)"
So, I read https://matomo.org/faq/troubleshooting/how-to-make-the-diagnostic-managing-processes-via-cli-to-display-ok/ and ran the related command from shell prompt as below:
$ sudo ./console diagnostics:run --all | grep -i "processes via cli"
Set up Cron - Managing processes via CLI: OK Ok
So, what is the right report?
Also, it leads to a side question: the control panel I’m using disabled a list of PHP functions including shell_exec and if I remove it from the list, it raises a warning indicating a security issue. Then, does the shell_exec is mandatory for Matomo (e.g. to schedule tasks through cron) or is it just an optional way?
Let me know.
Anyway, very clear and polished insights; I think I’ll rest from Google Analytics °O°