View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006943 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2019-01-25 17:16 | 2019-01-25 17:56 |
Reporter | flexia | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 6.1.1 | ||||
Summary | 0006943: expired SEO URL's not redirected with 301 | ||||
Description | expired SEO URLS not redirected with 301 | ||||
Steps To Reproduce | Filename: 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"); | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | 7.1 | ||||
Database Version | 5.6 | ||||
duplicate of | 0006362 | acknowledged | florian.auer | If article is set to inactive and seo will be called you get 302 FOUND and redirect=1 |
has duplicate | 0006944 | closed | QA | expired SEO URL's not redirected with 301 |