• Remember to address to the Bug Tracking guidelines and to follow the instructions in the post ticket template.
  • 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

Reviewing Tag not saved.

Version
4.2.5
Website URL
https://expert.ruederome.com/
PHP version
8.1.31
Database driver
MariaDB
Database version
10.3.39
Web browser
firefox

user_2b270

Chevereto Member
Using the admin account and only account.

I select a picture uploaded
I click on the edit icon
I enter a tag
I click save changes

I go to explore Tags: => no tag
I go back to the picture
I click on the edit icon
the tag is missing

-----------------
I select a picture uploaded
I click on the edit icon
I enter a tag
I click save changes
I select an other picture do the same..
I select the initial picture
I click on the edit icon
=> the tag is there (as if it was saved)
I go to explore Tags: => no tag
I go back to the picture
I click on the edit icon
the tag is missing
 
I'm unable to replicate this, tags are working for me. Can you confirm the version for your database driver?
 
Hi,
I have similar problem. I’m using Chevereto 4.3.6, clean new install, and tagging does not work (neither in UI nor via API). My environment:
  • MariaDB version: 10.11.11 (Debian)
  • PHP version: 8.2.29
  • PHP modules: pdo_mysql, pdo_sqlite
Tagging limits are set in env.php (not zero), server restarted. No tag tables errors in logs. Tags are not saved in the database – both tags and tags_string are empty in API response, and editing/uploading tags in UI also does not work.

Is there any known issue with this MariaDB or driver version, or an extra step needed?


Thanks!
 
Is there any known issue with this MariaDB or driver version, or an extra step needed?
Chevereto uses SET and CTE for tags, it doesn't require anything fancy. I don't think that is database version related, at the demo we run 11.3.2-MariaDB.

You should first be able to determine if the tags are being written to the database, check the database directly. If tags are there (or not) will help me a lot to try to unwrap this issue and give you further instructions.
 
Back
Top