• 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

Dashboard stats doesn't counting

Bazim

Chevereto Member
🎯Description of the issue

Dashboard stats doesn't counting after I've deleted all images (via FTP) and run sql truncate to DB.

▶🚶‍Reproduction steps
  1. Go to dashboard -> stats
😢Unexpected result

0 Image 0 Album 0 User
 
I've found and fixed the problem with this:
INSERT INTO chv_stats VALUES ('1', 'total', NULL, '0', '0', '0', '0', '0', '0', '0', '0');

Maybe it will helps somebody.
 
🎯Description of the issue

Dashboard stats doesn't counting after I've deleted all images (via FTP) and run sql truncate to DB.

▶🚶‍Reproduction steps
  1. Go to dashboard -> stats
😢Unexpected result

0 Image 0 Album 0 User
This isn't a issue, when you delete images you must do it through admin area and not through FTP. Since doing it through FTP will always make the stats remain as it is. Stats will only be affected when you delete through admin panel so it will execute a update code to database.
 
Back
Top