Unknown(0)
#0 |
+
–
/opt/lampp/htdocs/webmega/framework/base/CErrorHandler.php(110): CErrorHandler->handleError(CErrorEvent) 105 } 106 107 if($event instanceof CExceptionEvent) 108 $this->handleException($event->exception); 109 else // CErrorEvent 110 $this->handleError($event); 111 } 112 113 /** 114 * Returns the details about the error that is currently being handled. 115 * The error is returned in terms of an array, with the following information: |
#1 |
+
–
/opt/lampp/htdocs/webmega/framework/base/CApplication.php(797): CErrorHandler->handle(CErrorEvent) 792 $this->onError($event); 793 if(!$event->handled) 794 { 795 // try an error handler 796 if(($handler=$this->getErrorHandler())!==null) 797 $handler->handle($event); 798 else 799 $this->displayError($code,$message,$file,$line); 800 } 801 } 802 catch(Exception $e) |
#2 |
unknown(0): CApplication->handleError(2, "Unknown: open(/opt/lampp/temp//sess_pff9koi8hms2lcpmo5q0e2fat1, ...", "Unknown", 0, ...)
|