-
Notifications
You must be signed in to change notification settings - Fork 29
Product has a non-null url_path attribute #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @senders The problem with the The So the recommendation is to always have the We've seen that In your case, if you see this problem pop up even after new products are created, then it probably means that these products aren't being created in the backend of Magento, but by some sort of script that explicitly sets the I hope this helps! |
Closing, because of no feedback and not really a problem. |
Got that problem and indexing didn't run correctly. Some products disappeared in categories. Randomly. Hope this helps... |
You can just delete the values for the product attribute Just be aware that your url rewrites might generate differently after doing so, it will now use the |
It's not strange, because both products & categories have a See here for an SQL query to delete them (I wouldn't hardcode the If you didn't start from M1, then I have no idea where those |
Ahh, so the entity_type_code distinguishes whether it's a category or a product, right? |
I originally started configuring Magento 2 in single-store mode. However, I later switched to multi-store mode and encountered some issues related to store codes. I vaguely remember that there was an issue where product changes were not reflecting, and after struggling for a few days, I found out that some data from the single-store mode was still present, causing the problem with data not being displayed. It's possible that the url_path might be related to the data from the single-store mode. 😁 |
I think the article you recommended will be really helpful. I wasn't quite sure about the concept of url_path, but as I read through this post, I'm starting to grasp it better. Thank you. |
What does the message "Product has a non-null url_path attribute, this is known to cause problems with url rewrites in Magento. It's advised to remove this value from the database." mean? How to fix it?
I can't find any problems.
Also new created products are listed when running catalog:product:integrity:urlpath.
I have this on different Magento installations.
The text was updated successfully, but these errors were encountered: