• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • 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
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