Hello,
Local path is valid
Would it be possible to know more about it ?
How can we be sure that the path is valid and your website have the right to write into ?
When you call the cron task, each called plugin add its own message into.
Because each plugin can have its own "frequency", some are just called once a day, etc.
You have to check some values in the plugins to check the timestamps for the next cron call and also its frequency.
You can also empty the next call field to force the plugin to do its job on the next cron.
Then, by calling the cron manually, you should see some details about the plugin ; and maybe some debug information if they are some issues (more specially if the debug mode is enabled).
Regards,