View Issue Details

IDProjectCategoryView StatusLast Update
0000536OXID eShop (all versions)4.03. 3rd party librariespublic2009-01-26 18:52
Reporterarvydas_vapsva Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.0.2 revision 14967 
Fixed in Version4.0.1.0 revision 15990 
Summary0000536: Problem when loading tag cloud in details view
Descriptionoxtagcloud.php ~ 170 line:

$sLink = $oSeoEncoder->getDynamicUrl( "index.php?cl=tag&searchtag=".rawurlencode($sTag), "tag/$sTag", $iLang );

problem in second parameter (should be "tag/$sTag/") in this class or oxseoencoder.php ~ 172 line:

if ( $sOldSeoUrl === $sSeoUrl )

where IF condition $sOldSeoUrl should be prepared - something like:

if ( rtrim($sOldSeoUrl, '/') === $sSeoUrl )

TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.