Url rewrites not matching URL keyCreating url rewrite for old urlCatalog URL Rewrites not working for “Duplicated” productsCase Sensitive URL RewritesPrevent automatic URL rewrites created that include category URL key in product URLEnterprise Catalog Routing & RewritesRemove Multiple Product URL RewritesMagento 1.9.3.6 duplicated url rewrites after each reindexURL Key not changing in Magento 2Unable to change product URL key?If change the url key of Migrated products it doesn't work,still old url is calling,on category page url key is working but strange
Is the expression "To think you would stoop so low" often misused?
Does gravity affect the time evolution of a QM wave function?
What is the largest number of identical satellites launched together?
Program which behaves differently in/out of a debugger
Solubility in different pressure conditions
Why do the lights go out when someone enters the dining room on this ship?
Why did I need to *reboot* to change my group membership
Anatomically Correct Carnivorous Tree
Wireless headphones interfere with Wi-Fi signal on laptop
Is there anything special about -1 (0xFFFFFFFF) regarding ADC?
Can I say: "When was your train leaving?" if the train leaves in the future?
How do employ ' ("prime") in math mode at the correct depth?
Non-deterministic Finite Automata | Sipser Example 1.16
Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?
Find hamming distance between two Strings of equal length in Java
Longest Text in Latin
Help in identifying a mystery wall socket
Why is it harder to turn a motor/generator with shorted terminals?
What are the components of a legend (in the sense of a tale, not a figure legend)?
return tuple of uncopyable objects
Area under the curve - Integrals (Antiderivatives)
Ito`s Lemma problem
Was this character’s old age look CGI or make-up?
When a land becomes a creature, is it untapped?
Url rewrites not matching URL key
Creating url rewrite for old urlCatalog URL Rewrites not working for “Duplicated” productsCase Sensitive URL RewritesPrevent automatic URL rewrites created that include category URL key in product URLEnterprise Catalog Routing & RewritesRemove Multiple Product URL RewritesMagento 1.9.3.6 duplicated url rewrites after each reindexURL Key not changing in Magento 2Unable to change product URL key?If change the url key of Migrated products it doesn't work,still old url is calling,on category page url key is working but strange
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.
On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.
Where do you think this old URL Key is being pulled from?
--
EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).
I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?
magento2 url-rewrite magento2.3.0 url-key
add a comment |
this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.
On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.
Where do you think this old URL Key is being pulled from?
--
EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).
I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?
magento2 url-rewrite magento2.3.0 url-key
Is your indexer running correctly?
– Morgan Smith
May 8 at 20:34
@MorganSmith Yeah, indexer seems to be running like normal.
– brackfost
May 8 at 20:36
add a comment |
this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.
On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.
Where do you think this old URL Key is being pulled from?
--
EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).
I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?
magento2 url-rewrite magento2.3.0 url-key
this store is in Magento 2.3.0, and I'm running into an issue regarding url rewrites/keys.
On the product, I've set the url key as example-key, but only example-key-extra-stuff works -- that being the old url key. Even after deleting the whole url_rewrite table and regenerating rewrites (using https://github.com/olegkoval/magento2-regenerate_url_rewrites), the old URL key ends up in the rewrite table and the new URL key doesn't work.
Where do you think this old URL Key is being pulled from?
--
EDIT/UPDATE: I've found the old URL Key in the catalog_product_entity_varchar table, with the entity ID matching the product. The new URL key is there as well, also with its entity ID matching the product. The only difference is that the old URL Key (example-key-extra-stuff) is for attribute id 116 and the new one is for attribute id 115 (example-key).
I then checked the catalog_eav_attribute table and saw that these differences between these two attributes: 115 is visible, used in product listing, used in grid, and is filterable in grid, while 116 is not. I'm not sure where to find other information on these attributes, but it seems like one is being updated while the other (invisible one) is not, but then the invisible one is being used for the URL rewrites. Any thoughts on how to resolve this?
magento2 url-rewrite magento2.3.0 url-key
magento2 url-rewrite magento2.3.0 url-key
edited May 9 at 13:46
brackfost
asked May 8 at 20:24
brackfostbrackfost
379217
379217
Is your indexer running correctly?
– Morgan Smith
May 8 at 20:34
@MorganSmith Yeah, indexer seems to be running like normal.
– brackfost
May 8 at 20:36
add a comment |
Is your indexer running correctly?
– Morgan Smith
May 8 at 20:34
@MorganSmith Yeah, indexer seems to be running like normal.
– brackfost
May 8 at 20:36
Is your indexer running correctly?
– Morgan Smith
May 8 at 20:34
Is your indexer running correctly?
– Morgan Smith
May 8 at 20:34
@MorganSmith Yeah, indexer seems to be running like normal.
– brackfost
May 8 at 20:36
@MorganSmith Yeah, indexer seems to be running like normal.
– brackfost
May 8 at 20:36
add a comment |
1 Answer
1
active
oldest
votes
I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.
Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f273908%2furl-rewrites-not-matching-url-key%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.
Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
add a comment |
I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.
Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
add a comment |
I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.
Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.
I would suggest you to truncate both database tables i.e. catalog_url_rewrite_product_category and url_rewrite.
Then try to regenerate the url rewrites using your installed module. Run indexer and flush the cache.
answered May 9 at 6:19
Kazim NooraniKazim Noorani
1,0621723
1,0621723
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
add a comment |
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
Good thought, thanks, but somehow that old URL key still shows up. Puzzling.
– brackfost
May 9 at 13:04
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f273908%2furl-rewrites-not-matching-url-key%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is your indexer running correctly?
– Morgan Smith
May 8 at 20:34
@MorganSmith Yeah, indexer seems to be running like normal.
– brackfost
May 8 at 20:36