View Issue Details

IDProjectCategoryView StatusLast Update
0003153OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:28
Reporteralexsxb Assigned To 
PriorityimmediateSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Platformphp 5.3.5OSmacOsOS Version10.6.7
Product Version4.5.1 revision 38045 
Fixed in Version4.5.2 revision 38481 
Summary0003153: when having functions declared in modules/functions.php no images are shown
Descriptionwhen having functions declared in modules/functions.php no images are shown !

problem in
core/oxdynimggenerator.php

include getShopBasePath() . 'modules/functions.php';

shoud be

include_once getShopBasePath() . 'modules/functions.php';
Steps To Reproducedeclare a function in modules/functions.php
TagsProducts
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-08-18 12:07

reporter   ~0005058

@developers: please, investigate

Linas Kukulskis

2011-08-18 13:14

reporter   ~0005059

changed to include_once