View Issue Details

IDProjectCategoryView StatusLast Update
0001255OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:35
Reporterkhalid Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.5 revision 21618 
Fixed in Version4.1.6 revision 22740 
Summary0001255: "-oxid" is added to url for new CMS because content of previous CMS was not deleted from DB
DescriptionCustomer 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.
TagsNo tags attached.
Attached Files
Pictures.zip (614,148 bytes)
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

related to 0001275 resolvedvilma_liorensaityte oxcid is included in SEO urls for new CMS 

Activities

dainius.bigelis

2009-08-28 16:22

reporter   ~0001567

Last edited: 2009-09-01 14:53

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).

vilma_liorensaityte

2009-08-31 16:06

reporter   ~0001584

in _header.tpl

khalid

2009-09-01 04:33

reporter   ~0001589

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.

dainius.bigelis

2009-09-01 14:52

reporter   ~0001596

Last edited: 2009-09-01 14:53

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.