View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003078 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-07-21 12:29 | 2012-12-10 13:44 |
Reporter | tjungcl | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Past development | ||||
Fixed in Version | 4.5.2 revision 38481 | ||||
Summary | 0003078: oxdynimggenerator doesnt work (4.5.0_37197) | ||||
Description | i have the partner-svn trunk installed in var/www/beta the php file is stored directly in core. the function getShopBasePath returns a step to far back (/../../) where it should return /../ the function _getImageUri returns beta/out/pictures/... where it should return out/pictures/... this can be corrected with: //remove anything before out/pictures $pattern = '~.*out\/pictures\/~isU'; $replace = 'out/pictures/'; $this->_sImageUri = preg_replace($pattern, $replace, $this->_sImageUri); | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||