• 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

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