View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002113 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2010-09-19 12:12 | 2012-12-10 14:38 |
Reporter | avenger | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.4.2 revision 29492 | ||||
Fixed in Version | 4.5.5 revision 40299 | ||||
Summary | 0002113: Improve reporting on missing class | ||||
Description | if in "oxutilsobject.php", function "oxnew" a class-file is missing, only the message "EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND" ist provided to the user... It should be augmented by 'EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND: '.$sClassName", so that the missing class can be easily identified. if ( !class_exists( $sActionClassName ) ) { $oEx = new oxSystemComponentException(); $oEx->setMessage('EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND: '.$sClassName); $oEx->setComponent($sClassName); $oEx->debugOut(); throw $oEx; } | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||