View Issue Details

IDProjectCategoryView StatusLast Update
0007786OXID eShop (all versions)4.09. SEO, SEO URLpublic2025-05-17 08:58
ReporterGalanx Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version6.5.4 
Target Version7.3.0 
Summary0007786: VisualCMS Preview keeps generating new SEO Urls
DescriptionIf blSeoActive = true, an annoying bug happens with Visual CMS. Every single time when you click "Preview", a new SEO Url gets generated with an -o or -oxid behind it.
Steps To Reproduce1. Set blSeoActive = true in the config.inc.php
2. Create a VisualCMS content
3. Click "Preview"
4. Click the breadcrumb with the page's name (added by QA)
Additional InformationAttached is an image at the exact location in code where this is happening
TagsNo tags attached.
Attached Files
screenshot-4.png (51,630 bytes)   
screenshot-4.png (51,630 bytes)   
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2025-04-17 15:55

administrator   ~0017916

acknowledged and added one more item to steps to reproduce.

Fixed with the theme Apex, since the breadcrump isn't clickable anymore.

-MK

williamclark

2025-05-17 08:58

reporter   ~0017958

The scenario you are explaining occurs when blSeoActive is true (in the config.inc.php). VisualCMS generates new SEO URLs each time the preview button is clicked. This happens due to how url are generated in the preview mode you are executing that appends -o or -oxid to each new expanded URL. To fix the problem, you may consider reviewing the URL generation in the Content Management System (CMS) and ensure a new URL is not generated for every previewed content. Be sure to suss out any conditions that would trigger a new URL creation, especially in regard to the SEO settings and update the programming code.