View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001255 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2009-08-28 07:35 | 2012-12-10 13:35 |
Reporter | khalid | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.5 revision 21618 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001255: "-oxid" is added to url for new CMS because content of previous CMS was not deleted from DB | ||||
Description | Customer Info -> CMS Pages When i type in SEO URL /ru/somepage/ the shop script add "oxid" after my seo link and SEO URL becomes as /ru/somepage-oxid/ if i remove /ru/ then "oxid" not added. In this case when new CMS page is inserted, it finds, that same SEO url already exists (because content of previous CMS is not deleted from DB). So it adds "-oxid" to the URL for new CMS, to make it unique. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0001275 | resolved | vilma_liorensaityte | oxcid is included in SEO urls for new CMS |
|
About -oxid added to url - you probably inserted exactly the same URL to this CMS in all languages. In this case adding "-oxid" to the url is supposed behavior, because there cannot be two exactly the same urls in different languages. So that's why the "-oxid" is added is identifier. Basicaly in this situation the language prefix is used by default as identifier for different languages (ru/somepage/, en/somepage/, de/somepage). |
|
in _header.tpl |
|
i found the problem in 2nd case. Before i created a page like ru/somepage/ after that i deleted that page but information about page remains in the database. I had to manually search this link in HEX-format. So the problem is that page not successfully deleted. |
|
I separated these two cases to separate bugs, as it needs separate fixes. Other (first case with oxcid in the SEO url) case is described in bug 0001275. |