View Issue Details

IDProjectCategoryView StatusLast Update
0003078OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportertjungcl 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.5.2 revision 38481 
Summary0003078: oxdynimggenerator doesnt work (4.5.0_37197)
Descriptioni 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);
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2011-08-03 16:52

reporter   ~0004928

fixed in one of the latest commits