Unknown(0)
| #0 |
+
–
/var/www/vhosts/bonetti.com.br/httpdocs/extranet/yii/base/CErrorHandler.php(131): CErrorHandler->handleError(CErrorEvent) 126 } 127 128 if($event instanceof CExceptionEvent) 129 $this->handleException($event->exception); 130 else // CErrorEvent 131 $this->handleError($event); 132 } 133 134 /** 135 * Returns the details about the error that is currently being handled. 136 * The error is returned in terms of an array, with the following information: |
| #1 |
+
–
/var/www/vhosts/bonetti.com.br/httpdocs/extranet/yii/base/CApplication.php(804): CErrorHandler->handle(CErrorEvent) 799 $this->onError($event); 800 if(!$event->handled) 801 { 802 // try an error handler 803 if(($handler=$this->getErrorHandler())!==null) 804 $handler->handle($event); 805 else 806 $this->displayError($code,$message,$file,$line); 807 } 808 } 809 catch(Exception $e) |
| #2 |
unknown(0): CApplication->handleError(2, "Unknown: open(./temp/sess_sobgjot8ss4v1uvnvi7os72hn6, O_RDWR) fa...", "Unknown", 0, ...)
|