View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002751 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2011-04-18 06:39 | 2012-12-10 14:37 |
Reporter | avenger | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.8 revision 34028 | ||||
Fixed in Version | 4.5.0 revision 34568 | ||||
Summary | 0002751: Misleading error message for missing template | ||||
Description | If a non-existent (category-)template ist to be used, the message generated in "protected function _render" of module "views/oxshopcontrol.php" does not show the missing template name. | ||||
Steps To Reproduce | Assign non-existent template to a category. | ||||
Additional Information | Cure: Add line if (!$sTemplateFile) $sTemplateFile=$sTemplateName; before $oEx->setMessage( sprintf($oLang->translateString( 'EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND', $oLang->getBaseLanguage() ), $sTemplateFile) ); in the a.m. routine. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | Internet Explorer 8.x | ||||
PHP Version | any | ||||
Database Version | any | ||||