• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even 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

Tags don't work on MySQL

SoloFlighter

Chevereto Member
▶ Reproduction steps
  1. Select an image
  2. edit it through the popup
  3. try to add a single tag or multiple tags
  4. switch to a different image or refresh the page and return to the original picture
😢 Unexpected result

The popup closes, but none of the tags are saved. I've checked the new explore page, the dashboard and the image in its album and outside of it.

📃 Error log message
UPDATE ITEM
-----
que mierda
 

Attachments

  • Untitled2.png
    Untitled2.png
    672.1 KB · Views: 14
  • Untitled3.png
    Untitled3.png
    99.4 KB · Views: 13
  • Untitled4.png
    Untitled4.png
    1.7 MB · Views: 12
Thank you for bringing this to my attention. Currently, the tag functionality is only supported with MariaDB. I apologize for the oversight; I underestimated the differences in SQL syntax between MariaDB and MySQL.

I developed the tags feature using MariaDB on my development machine, and I didn't anticipate such significant variations in SQL compatibility.

I appreciate your patience as I work on implementing support for both database types. It will take a few days to resolve this issue.
 
@Rodolfo Sorry I don't have time to post a bug report but can you look into Tags not being able to be edited by an admin.

When I try to edit someone else image to add additional tags, the Tag is not saved.

After some testing it appears that only the image owner is allowed to add / edit tags. Tags should also be able to be edited by an admin...

PS: Tags appear not to be triggered by stop words too. I've had some images uploaded with forbidden words.

Thanks
 
@nsfwupload The tags implementation in v4.2.0 is compatible only with MariaDB. However, the upcoming tags implementation in v4.2.1 (and future versions) will be compatible with both MySQL and MariaDB.
 
  • Like
Reactions: mar
Back
Top