View Issue Details

IDProjectCategoryView StatusLast Update
0002113OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reporteravenger Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.4.2 revision 29492 
Fixed in Version4.5.5 revision 40299 
Summary0002113: Improve reporting on missing class
Descriptionif 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;
            }
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2011-10-27 13:16

reporter   ~0005342

already done; use debug mode -1