- 🇭🇰Hong Kong kingto
Problem solved. It was because of the langcode in the database.
User created terms were all set as '1' instead of 'en'.
I fixed them by
UPDATE **** SET `langcode`= 'en'
Hi,
This issue has been pulling my hair out...
I have a taxonomy using SHS which allows the user to create a model name under the brand name.
They should be like: Root > Brand (parent level) > Model
BUT, some of them wrongly classified to root level, instead of their parent levels (the brand)
Even if I put them under the brand manually, it still keeps the previous hierarchical relationship.
Any ideas?
Thanks!
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Problem solved. It was because of the langcode in the database.
User created terms were all set as '1' instead of 'en'.
I fixed them by
UPDATE **** SET `langcode`= 'en'