Yii Framework Forum: Odd behaviour in CErrorHandler - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Odd behaviour in CErrorHandler Rate Topic: -----

#1 User is offline   mrbuttons 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 1
  • Joined: 25-January 12

Posted 11 February 2012 - 10:48 AM

Guys, this one is strange!! In trying to use the grid view I screwed up leading to an unhandled exception that is caught by CErrorHandler in CErrorHandler::handleException. In CErrorHandler::handle the app dies unexpectedly at the call to "instanceof" at line 107:

if($event instanceof CExceptionEvent)
$this->handleException($event->exception);
else // CErrorEvent
$this->handleError($event);

Been banging my head here!! Anyone have any idea why this would occur? Much thanks in advance!!

Bob
0

#2 User is offline   CeBe 

  • Standard Member
  • Yii
  • Group: Yii Dev Team
  • Posts: 189
  • Joined: 16-July 10
  • Location:Berlin. Germany

Posted 16 February 2012 - 12:36 PM

Is there a php error message? Any other information?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users