View Issue Details

IDProjectCategoryView StatusLast Update
0007426Wave themeThemepublic2023-02-24 12:05
ReporterQA Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.8.0 
Summary0007426: two templates contain this line, where $oPictureProduct->getMasterPicturePath call will trigger the fatal error
DescriptionThe 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.