• 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

Delete function is not working

Mikromal

Chevereto Member
Delete function is not working! i mean i added a ftp storage, when i delete images from admin panel, files will not be removed from ftp server.

▶ Reproduction steps
  1. Ftp storage was ok
  2. When i upload and tried to remove files, it was deleted only from the main site, ftp server files not removed
  3. php 7.4 not worked
😢 Unexpected result

When i upload and tried to remove files, it was deleted only from the main site, ftp server files not removed

📃 Error log message


* * * * * IS_CRON=1 /usr/bin/php /home/domains/public_html/cron.php >/dev/null 2>&1
 
I kindly remind to read the "post installation" setup described here about background jobs.

Please check the requirements. Note that this command is just an example:
* * * * * IS_CRON=1 /usr/bin/php /var/www/html/chevereto.loc/public_html/cron.php

To check you can run:
sudo -u www-data IS_CRON=1 /usr/bin/php /var/www/html/chevereto.loc/public_html/cron.php
(again, just an example as your PHP bin and website path could be somewhere else).

Share with us the result of running the last command, in the context of your installation.
 
I kindly remind to read the "post installation" setup described here about background jobs.

Please check the requirements. Note that this command is just an example:


To check you can run:

(again, just an example as your PHP bin and website path could be somewhere else).

Share with us the result of running the last command, in the context of your installation.
I can't find logs, i searched on this community and google search, couldn't find that log file.

Also, when i run this command this is what i got :

veryimg.png
 
Bump, any body can keep helping about this?
The command is already running, check chv_deletes to see if anything get stuck in the queue. The issue could be permissions related, or something simpler like a cache. Is hard to tell as that requires debugging to understand the issue.


Debug in 3.18 is a bit complicated which makes all the process harder. What I can do for you is to make sure that the issue isn't the external server for what you should send me that server access to REDACTED
 
Back
Top