• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and 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

External Storage delete images does not work (FTP)

twm

Chevereto Member
Hi,
I recently upgraded to the latest version, but When I delete an image from the external storage that is deleted from chevereto but not from the FTP.

chv_queues: pending

Thank you

09eHd1.png

09e7ZR.png

09eIsJ.png
 
Last edited:
Looks like the queues aren't even tried. Did you modified any file? Chances are that you aren't using all the recent files, could be due to cache or worse, a bug in the system.
 
Looks like the queues aren't even tried. Did you modified any file? Chances are that you aren't using all the recent files, could be due to cache or worse, a bug in the system.
I modified a file,
/app/routes/route.json.php



// Upload to website
$_REQUEST['nsfw'] = 1;
$uploaded_id = CHV\Image::uploadToWebsite($source, $logged_user, $_REQUEST);
 
I doubt that these lines could be causing the issue, from the DB records is clear that the problem seems to be related to the queue not being fired at all. I'm afraid that I will need to check your installation directly.

Is this an option? If so, please let me know to proceed with an on-site review.
 
I doubt that these lines could be causing the issue, from the DB records is clear that the problem seems to be related to the queue not being fired at all. I'm afraid that I will need to check your installation directly.

Is this an option? If so, please let me know to proceed with an on-site review.

Thank you
I have sent the server information to inbox@chevereto.com
 
I'm very sorry about this, it seems that I did a big mistake on the queue processing. No external storage image is being deleted on 3.16.X at this time, it is indeed a really nasty bug. You had about 17K images waiting for be deleted.

Fortunately, I made the system aware of this kind of scenarios, so I just changed one character (for real!) and from there your website started the queue processing and it is now complete, took about 5 min to get rid of all those images.

I will work today into publish a release that amends this bug.

Cheers, and thank you for letting me check on your server.
 
  • Like
Reactions: twm
Back
Top