View Issue Details

IDProjectCategoryView StatusLast Update
0002751OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:37
Reporteravenger 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.8 revision 34028 
Target VersionFixed in Version4.5.0 revision 34568 
Summary0002751: Misleading error message for missing template
DescriptionIf 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 ReproduceAssign non-existent template to a category.
Additional InformationCure:

Add line

if (!$sTemplateFile) $sTemplateFile=$sTemplateName;

before

$oEx->setMessage( sprintf($oLang->translateString( 'EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND', $oLang->getBaseLanguage() ), $sTemplateFile) );

in the a.m. routine.
TagsNo tags attached.
Theme
BrowserInternet Explorer 8.x
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-06-10 15:46

reporter   ~0004734

@developers: check from source code side if such issue still exist and if offered solution is correct

Arunas

2011-06-22 13:37

reporter   ~0004754

fixed in 4.5.0