improvederrorhandler

A bit improved error handler. Can show trace call arguments, can show if method is called statically or dynamically. Nicer CSS.
1 follower

Note: Starting from Yii 1.1.6 this extension is merged into the core framework and should be considered obsolete.

A bit improved error handler. For now it can show trace call arguments, show if method is called statically or dynamically and generally a bit more cleaner.

Installation

Add to your main.php into components section:

'components'=>array('errorHandler' => array(
        'class' => 'ext.yiiext.components.improvedErrorHandler.EImprovedErrorHandler'
    ),
),

Changelog

1.1

  • Fixed error views path fallback (Sam Dark)

1.0

  • Static/dynamic calls in stack trace (Sam Dark)
  • Stack trace with parameters (Sam Dark)
  • Cleaner layout (Sam Dark)

Total 2 comments

#2527 report it
macinville at 2011/01/14 01:26am
Too bad...

Too bad I can only give you one thumbs up! :p

#2317 report it
Trejder at 2010/12/11 08:28pm
Hidden application

It is worth mentioning that with this error handler your application is hidden in case of fatal error, i.e. you don't see stack trace report as glued to the bottom of your app, instead it fills whole view area.

Leave a comment

Please to leave your comment.

Create extension
Downloads
No downloadable files yet