View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004517 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-09-12 12:43 | 2012-12-10 14:37 |
Reporter | flowcontrol | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.4 revision 49061 | ||||
Fixed in Version | 4.7.1 / 5.0.1 revision 52468 | ||||
Summary | 0004517: Product pictures with spaces in it wont be generated | ||||
Description | Spaces in image filenames are not honored in oxdynimggenerator.php which leads to a nopic.jpg delivered to the client | ||||
Additional Information | Howto fix: Change line 247 in /core/oxdynimggenerator.php from $sReqImg = isset( $_SERVER["REQUEST_URI"] ) ? $_SERVER["REQUEST_URI"] : ""; to: $sReqImg = isset( $_SERVER["REQUEST_URI"] ) ? urldecode($_SERVER["REQUEST_URI"]) : ""; | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||