View Issue Details

IDProjectCategoryView StatusLast Update
0006943OXID eShop (all versions)4.09. SEO, SEO URLpublic2019-01-25 17:56
Reporterflexia Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
Product Version6.1.1 
Summary0006943: expired SEO URL's not redirected with 301
Descriptionexpired SEO URLS not redirected with 301
Steps To ReproduceFilename: vendor/oxid-esales/oxidshop-ce/source/Core/SeoDecoder.php
Line 73: $resultSet = $database->select("select oxstdurl, oxlang from oxseo where oxident=" . $database->quote($key) . " and oxshopid='$shopId' limit 1");

Missing query "oxexpired = 0"!

New Line 73: $resultSet = $database->select("select oxstdurl, oxlang from oxseo where oxident=" . $database->quote($key) . " and oxshopid='$shopId' and oxexpired = 0 limit 1");
TagsNo tags attached.
Attached Files
SeoDecoder.php (12,424 bytes)
ThemeNot defined
BrowserNot defined
PHP Version7.1
Database Version5.6

Relationships

duplicate of 0006362 acknowledgedflorian.auer If article is set to inactive and seo will be called you get 302 FOUND and redirect=1 
has duplicate 0006944 closedQA expired SEO URL's not redirected with 301 

Activities