• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

CRON Failing when file not found

siddharth

💖 Chevereto Fan
Pro
I just found that cron is failing when the file is not found.

Case 1:

When adding an FTP, it is adding a test file. And this file is being added to the delete queue and so it gets deleted when the cron is executed. In case if the admin deletes the test file manually then the cron gets failed and all future processes get stuck unless the DB entries are removed.

Case 2:

Even when real image files are deleted by CRON and if the DB entries are not updated or removed then again the CRON is failing. It happens to be because I do have 1000s of the queue to be deleted and it keeps failing as soon it deletes one file saying the next file is not found.

So I believe if the file is not found, the entries need to be removed from the DB and then deletion keeps happening.

Thanks
 
You can always remove the conflicting rows from the database. The implementation in V3 is not aware of external changes to the storage and it won't failover in these cases.
 
Back
Top