malyshev / yii-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.

Home Page:http://www.yiiframework.com/extension/yii-debug-toolbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect

stamm opened this issue · comments

I use standart Yii redirect in application:

Yii::app()->request->redirect('/newpage'/);

And get error:

Trying to get property of non-object
/extensions/yii-debug-toolbar/yii-debug-toolbar/views/yii_debug_toolbar.php(9)

Print screen of back trace http://img707.imageshack.us/img707/1404/screenshot20120413at144.png

Thanks

On Fri, Apr 13, 2012 at 12:50 PM, Rustam Zagirov
reply@reply.github.com
wrote:

I use standart Yii redirect in application:

Yii::app()->request->redirect('/newpage'/);

And get error:

Trying to get property of non-object
/extensions/yii-debug-toolbar/yii-debug-toolbar/views/yii_debug_toolbar.php(9)

Print screen of back trace http://img707.imageshack.us/img707/1404/screenshot20120413at144.png


Reply to this email directly or view it on GitHub:
#53

Hi, I'm having the same problem when I do a

Yii::app()->user->loginRequired();

in handleBeginRequest() method.

same problem

Unable to reproduce.