Can we have same term slug in different taxonomies?

Was having the same problem on a couple of sites myself, but this thread not only gave me the answer, but hinted at why it had been happening 🙂

I create a new user for each database, with only permissions to that database, however even within that (given I don’t do it often) I guess what perms they’ll need to that database as I’m creating the user and blank database for the new WP site. Seems if you don’t give the user adequate permissions to the database, on the occasions WP updates change tables those table changes can fail while the WP site will assume they’ve succeeded and behave accordingly (e.g. ALTERing a table for the slug field index).

I didn’t bother to note which specific permission was missing, just gave the user most permissions for the database, and presto (as other permissions may occasionally be needed for other WP updates to work).

Leave a Comment