View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001794 | OXID eShop (all versions) | 7. --- Other tools -------------- | public | 2010-04-28 10:57 | 2015-03-12 17:34 |
| Reporter | marcharding | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 4.3.0 revision 26948 | ||||
| Target Version | 4.9.4 / 5.2.4 | ||||
| Summary | 0001794: magentoimport_for_oxid_eshop_v4.zip: Wrong ConfigParam for ZoomImageSizes | ||||
| Description | Line 236 in _functions.inc.php always returns NULL because aZoomImageSizes is the wrong parameter. The right ConfigParam would be sZoomImageSize. | ||||
| Tags | Image Conversion | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
Forgot: The follwing line has to be modified too, so it does not access $sZoomSizes[$sZoomFieldName] but $sZoomSizes; The $sZoomUpdate variable is not needed anymore an has to be remove from the sql-statement in line 246 because the field doesn't exist in > 4.3. |
|
|
Or change Line 235 of the _functions.inc.php from: $sZoomFieldName = "oxzoom$i"; to: $sZoomFieldName = "oxpic$i"; |