Opened 3 years ago

Closed 2 years ago

#12948 closed defect (bug) (worksforme)

Post tags using cyrillic chars multiply in tables wp_term* when updating posts

Reported by: StefanMz Owned by:
Priority: normal Milestone:
Component: Charset Version: 2.9.2
Severity: major Keywords: reporter-feedback
Cc:

Description

Having the post tag български (with slug bulgarski) and saving changes on a post using this tag, the tag is not recognized as already existent (not increasing "count" in wp_term_taxonomy), but recreated in tables wp_terms, wp_term_taxonomy, and wp_term_relationships again and again.

My observation is, that the previous entry in wp_term_taxonomy linking the existing term with the last post version is replaced by a new entry linking the redundant new term and the post.

The same behavior occurs when using HTML-entities instead of the cyrillic characters български.

MySQL database, db-connection and tables use utf8_general_ci.

Change History (5)

  • Owner filosofo deleted
  • Status changed from new to assigned
  • Component changed from Taxonomy to Charset

I imagine this is a duplicate of another few tickets out there.

Can't reproduce. Do you use a plugin for transliterating slugs, e.g. Rus-To-Lat?

  • Keywords reporter-feedback added
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from assigned to closed

I can't reproduce this either.

Note: See TracTickets for help on using tickets.