• 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

Transfer of pictures

Senja

Chevereto Member
How do I transfer all the images which are downloaded from the same IP to a specific user account?
 
Code:
UPDATE chv_images SET image_user_id=<target user id> WHERE image_uploader_ip="<target ip>"
 
Last edited:
Images were transferred successfully - 200 img
In personal statistics - 0 images
How to fix it?


Senja_info.jpg
 
You need to manually update the user counter. Get the number doing a COUNT then just update the user row to match than number.
 
Updated manually user_image_tsount
But this is not an option, each user to manually update
 
You need to run an script for each user. Sadly I still don't code the maintenance tools to fix user counters.
 
Back
Top