yii-debug-toolbar icon indicating copy to clipboard operation
yii-debug-toolbar copied to clipboard

Не работает с yii.php, работает только с yiilite.php

Open MelkoV opened this issue 10 years ago • 0 comments

PHP 5.4.12 При работе через yii.php ошибка:

Trying to get property of non-object
protected\extensions\yii-debug-toolbar\views\main.php(9) : data-ydtb-expand-panel="<?php echo $panel->id ?>"

$panel не является объектом.

protected\extensions\yii-debug-toolbar\YiiDebugViewRenderer.php(40): CBaseController->renderInternal("protected\extensions\yii-debug-toolbar\views\...", array("panels" => array(YiiDebugToolbarPanelRequest, YiiDebugToolbarPanelSettings, "YiiDebugToolbarPanelViews", "YiiDebugToolbarPanelSql", ...)), false)

Возможно, ошибка в Yii::createComponent ?

MelkoV avatar Mar 01 '14 10:03 MelkoV