How can I exclude all duplicate Magento states?
This occurred due to change of checkout used.
1
Dude, I had exactly the same problem. I resolved by entering phpMyAdmin and deleting duplicate items from tables 'directory_country_region_name' and 'directory_country_region'. Unfortunately I am terrible in SQL and I have no knowledge of the commands, otherwise I would post a more efficient way to do it.
– user27692
1
It was the first thing I did, but unfortunately the mistake persisted.
I also deleted duplicate entries from the tables 'directory_country_region_name' and 'directory_country_region' and it worked, remember to update the cache.
Dude, I had exactly the same problem. I resolved by entering phpMyAdmin and deleting duplicate items from tables '
directory_country_region_name
' and 'directory_country_region
'. Unfortunately I am terrible in SQL and I have no knowledge of the commands, otherwise I would post a more efficient way to do it.– user27692
It was the first thing I did, but unfortunately the mistake persisted.
– Rafael Corrêa Gomes
I also deleted duplicate entries from the tables 'directory_country_region_name' and 'directory_country_region' and it worked, remember to update the cache.
– user48587