lsuits / lsu-block_my_picture

A Moodle block that imports profile picture from a web service
1 stars 2 forks source link

Exception causes cron failure. #17

Open rrusso opened 10 years ago

rrusso commented 10 years ago

!!! Can not create file "456043/user/icon/0///f3.png" !!! Causes cron to die. We need to catch this exception and continue, logging the error.

If we run into this problem during the enrollment run, enrollment will not run.

rrusso commented 10 years ago

storedfilenotcreated is the exception.

rrusso commented 6 years ago

We've converted this to a scheduled task so as not to interfere with the parent cron. I am looking into this problem further as no one has been able to reproduce it.