View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007786 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2025-04-17 09:39 | 2025-05-17 08:58 |
Reporter | Galanx | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 6.5.4 | ||||
Target Version | 7.3.0 | ||||
Summary | 0007786: VisualCMS Preview keeps generating new SEO Urls | ||||
Description | If 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 Reproduce | 1. 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 Information | Attached is an image at the exact location in code where this is happening | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
acknowledged and added one more item to steps to reproduce. Fixed with the theme Apex, since the breadcrump isn't clickable anymore. -MK |
|
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. |