View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007426 | Wave theme | Theme | public | 2023-02-24 12:01 | 2023-02-24 12:05 |
Reporter | QA | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 1.8.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007426: two templates contain this line, where $oPictureProduct->getMasterPicturePath call will trigger the fatal error | ||||
Description | The problem exists in the Wave-theme itself, in 2 templates. • wave/tpl/page/details/inc/morepics.tpl • wave/tpl/page/details/inc/productmain.tpl Both templates contain this line, where $oPictureProduct->getMasterPicturePath call will trigger the fatal error: [{assign var="aPictureInfo" value=$oPictureProduct->getMasterPicturePath("product/`$iPicNr`/`$sPictureName`")|@getimagesize}] | ||||
Additional Information | -es- In the Flow theme, the corresponding line reads as follows: [{assign var="aPictureInfo" value=$oConfig->getMasterPicturePath("product/`$iPicNr`/`$sPictureName`")|@getimagesize}] Here, the call is made properly to the $oConfig variable, where this method really exists. | ||||
Tags | No tags attached. | ||||