Answer the question
In order to leave comments, you need to log in
Yii-debug panel on page with yii2-dynagrid widget doesn't work. What could be wrong?
Hello! Tell me, please, I'm fighting the second day.
On all pages, the debug panel works, on the page where the yii2-dynagrid widget is installed, it gives the error " Not Found (#404): Unable to find debug data tagged with '5513ece242c00'. " I
comment on the yii2-dynagrid widget on the page, the panel again works.
.htaccess is available:
Order Allow,Deny
Allow from all
AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
'urlManager' => [
'class' => 'yii\web\UrlManager',
'enablePrettyUrl' => true,
'showScriptName' => false,
'rules' => [
'<_c:[\w\-]+>/<id:\d+>' => '<_c>/view',
'<_c:[\w\-]+>' => '<_c>/index',
'<_c:[\w\-]+>/<_a:[\w\-]+>/<id:\d+>' => '<_c>/<_a>',
],
],
AddType application/x-font-woff .woff
AddType application/x-font-woff .woff2
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question