View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000536 | OXID eShop (all versions) | 4.03. 3rd party libraries | public | 2009-01-23 13:58 | 2009-01-26 18:52 |
Reporter | arvydas_vapsva | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.0.2 revision 14967 | ||||
Fixed in Version | 4.0.1.0 revision 15990 | ||||
Summary | 0000536: Problem when loading tag cloud in details view | ||||
Description | oxtagcloud.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 ) | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||