View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003967 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-04-30 19:26 | 2014-03-11 10:07 |
Reporter | stripfire | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | Debian-60-squeez |
Product Version | 4.6.0 revision 44406 | ||||
Fixed in Version | 4.6.6 revision 54646 | ||||
Summary | 0003967: Debugging mode isn't working - caused by: function 'UI' does not exist ... | ||||
Description | After installing of the new oxid version 4.6 and activation of the debugmode i get the following error instead of the debugging view. oxSystemComponentException---!--NOT CAUGHT--!--oxException (time: 2012-04-28 13:39:40): [0]: Function 'UI' does not exist or is not accessible! (oxLegacyDb) Stack Trace: #0 /home/prowerk/html/core/oxdebuginfo.php(185): oxSuperCfg->__call('UI', Array) #1 /home/prowerk/html/core/oxdebuginfo.php(185): oxLegacyDb->UI(5) #2 /home/prowerk/html/views/oxshopcontrol.php(236): oxDebugInfo->formatAdoDbPerf() #3 /home/prowerk/html/views/oxshopcontrol.php(338): oxShopControl->_stopMonitor(false, false, NULL, Array) #4 /home/prowerk/html/views/oxshopcontrol.php(119): oxShopControl->_process('exceptionError', 'displayExceptio...') #5 /home/prowerk/html/index.php(99): oxShopControl->start() #6 {main} In the file core/oxsupercfg.php the following part is maybe the place to search: 77 public function __call( $sMethod, $aArgs ) 78 { 79 if ( defined( 'OXID_PHP_UNIT' ) ) { 80 if ( substr( $sMethod, 0, 4) == "UNIT" ) { 81 $sMethod = str_replace( "UNIT", "_", $sMethod ); 82 } 83 if ( method_exists( $this, $sMethod)) { 84 return call_user_func_array( array( & $this, $sMethod ), $aArgs ); 85 } 86 } 87 88 throw new oxSystemComponentException( "Function '$sMethod' does not exist or is not accessible! (" . get_class($this) . ")".PHP_EOL); 89 } => OXID_PHP_UNIT isn't defined. | ||||
Steps To Reproduce | Turn on the debugmode with the level 2,3 or 4 (according to http://www.oxid-esales.com/forum/showthread.php?t=14273) | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | 5.3 | ||||
Database Version | 5.5 | ||||