You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been experimenting with syncing our existing database(not Magento) to Magento 2.0.
In the process we have created over 1000 categories, but then we rearranged all the IDs to sync with our system. The problem is that I can no longer import the new categories as I get the error "URL key for specified store already exists." and we are getting duplicate categories now.
The GitHub issue tracker is intended for technical issues only. Please refer to the Community Forums or Magento Stack Exchange site for technical questions. In your case, the programming questions forum is likely the most appropriate. Feel free to reopen this issue if you think you have encountered a bug in Magento 2.
Sorry aobut that, I have tried all those avenues, this question is techical for those areas, no one is able to answer and my question sits unansered for days on end (magento commity forum)
We have been experimenting with syncing our existing database(not Magento) to Magento 2.0.
In the process we have created over 1000 categories, but then we rearranged all the IDs to sync with our system. The problem is that I can no longer import the new categories as I get the error "URL key for specified store already exists." and we are getting duplicate categories now.
I think the best solution would be to clear them all out and import fresh. I found this tutorial for 1.9
https://gist.github.com/jklance/9664371
When I look at the new database I notice small differences
My questions are these,
and add TRUNCATE TABLE
catalog_category_product_index_tmp
;we only have 1 test product in the system, so no need to worry about them
The text was updated successfully, but these errors were encountered: