View Issue Details

IDProjectCategoryView StatusLast Update
0004517OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:37
Reporterflowcontrol 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.4 revision 49061 
Target VersionFixed in Version4.7.1 / 5.0.1 revision 52468 
Summary0004517: Product pictures with spaces in it wont be generated
DescriptionSpaces in image filenames are not honored in oxdynimggenerator.php which leads to a nopic.jpg delivered to the client
Additional InformationHowto 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"]) : "";
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-11-19 15:56

reporter   ~0007904

fixed