priyanka123 make sure that all the data looks like it would be when Flarum inserts it, without checking I can think of:
- Make sure there's only one level of children
- Make sure primary tags have an order
- Make sure no two tags have the same order value (not sure about that one)
Also, slug
is supposed to be a UNIQUE column, but maybe double-check you didn't break that and that your slugs are correctly unique.