From: Dmitry Dobryshin Date: Mon, 28 Dec 2020 12:23:10 +0000 (+0300) Subject: Добавлена возможность изменения количества записей, выводимых на странице предметов... X-Git-Url: http://git.osdn.net/view?p=invent%2Finvent.git;a=commitdiff_plain;h=814132459654c202ffd3cef7f3e4f1b0ebe133b7 Добавлена возможность изменения количества записей, выводимых на странице предметов/оборудования. Добавлены надписи для кнопок перехода по страницам. (Увы, механика движка не позволяет использовать файл локализации). --- diff --git a/config/web.php b/config/web.php index 157d2ea..3dadf42 100644 --- a/config/web.php +++ b/config/web.php @@ -20,16 +20,6 @@ $config = [ '@bower' => '@vendor/bower-asset', '@npm' => '@vendor/npm-asset', ], - 'container' => [ - 'definitions' => [ - 'yii\widgets\LinkPager' => [ - 'firstPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-fast-backward', ]), - 'prevPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-backward', ]), - 'nextPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-forward', ]), - 'lastPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-fast-forward', ]), - ], - ], - ], 'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation @@ -119,6 +109,20 @@ $config = [ ], */ ], + 'container' => [ + 'definitions' => [ + 'yii\widgets\LinkPager' => [ + 'firstPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-fast-backward', 'title' => 'Первая страница', ]), + 'prevPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-backward', 'title' => 'Предыдущая страница', ]), + 'nextPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-forward', 'title' => 'Следующая страница', ]), + 'lastPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-fast-forward', 'title' => 'Последняя страница', ]), +// 'firstPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-fast-backward', 'title' => Yii::t('app', 'First page'), ]), +// 'prevPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-backward', 'title' => Yii::t('app', 'Previous page'), ]), +// 'nextPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-forward', 'title' => Yii::t('app', 'Next page'), ]), +// 'lastPageLabel' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-fast-forward', 'title' => Yii::t('app', 'Last page'), ]), + ], + ], + ], 'params' => $params, ]; diff --git a/controllers/ItemsController.php b/controllers/ItemsController.php index 5c6045c..6ed8265 100644 --- a/controllers/ItemsController.php +++ b/controllers/ItemsController.php @@ -274,6 +274,11 @@ class ItemsController extends Controller { return $this->redirect(['site/index']); } + if (isset($_GET[ 'pageSize' ])) + { + Yii::$app->session['pageSize'] = (int) $_GET[ 'pageSize' ]; + unset($_GET[ 'pageSize' ]); + } $searchModel = new ItemsSearch(); if (isset(Yii::$app->request->queryParams['id'])) { @@ -315,7 +320,7 @@ class ItemsController extends Controller 'countErrors' => 0, 'errors' => '', ]; - + // Проверка наличия ключевых полей if ((!isset($arrayRows[ 0 ][ 'model' ])) || (!isset($arrayRows[ 0 ][ 'type' ])) diff --git a/messages/ru-RU/app.php b/messages/ru-RU/app.php index 8ddc709..cb5c176 100644 --- a/messages/ru-RU/app.php +++ b/messages/ru-RU/app.php @@ -43,6 +43,7 @@ return [ 'Please fill out the following fields to login:' => 'Пожалуйста, заполните следующие поля для входа:', 'Register' => 'Учесть', 'Remember Me' => 'Запомнить меня', + 'Reports' => 'Отчёты', 'Reset' => 'Сброс', 'Save' => 'Сохранить', 'Search' => 'Поиск', @@ -54,5 +55,9 @@ return [ 'Username' => 'Имя пользователя', 'You may login with' => 'Вы можете войти как', 'or' => 'или', - 'Reports' => 'Отчёты', + 'First page' => 'Первая страница', + 'Last page' => 'Последняя страница', + 'Lines per page' => 'Записей на страницу', + 'Next page' => 'Следующая страница', + 'Previous page' => 'Предыдущая страница', ]; diff --git a/models/ItemsSearch.php b/models/ItemsSearch.php index e84d74a..9175645 100644 --- a/models/ItemsSearch.php +++ b/models/ItemsSearch.php @@ -164,6 +164,9 @@ class ItemsSearch extends Items $dataProvider = new ActiveDataProvider([ 'query' => $query, + 'pagination' => [ + 'pageSize' => \Yii::$app->session['pageSize'] ?? 20, + ], ]); $dataProvider->setSort([ diff --git a/runtime/debug/index.data b/runtime/debug/index.data index df718b2..dd292bd 100644 --- a/runtime/debug/index.data +++ b/runtime/debug/index.data @@ -1 +1 @@ -a:58:{s:13:"5fe964d2aa68e";a:12:{s:3:"tag";s:13:"5fe964d2aa68e";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=1&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131218.653229;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2988360;s:14:"processingTime";d:0.15439105033874512;}s:13:"5fe964da3ecd7";a:12:{s:3:"tag";s:13:"5fe964da3ecd7";s:3:"url";s:61:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1233";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131226.227828;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8711232;s:14:"processingTime";d:0.6405520439147949;}s:13:"5fe964db57a9d";a:12:{s:3:"tag";s:13:"5fe964db57a9d";s:3:"url";s:61:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1231";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131227.330807;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8693424;s:14:"processingTime";d:0.15337300300598145;}s:13:"5fe964ddb4c67";a:12:{s:3:"tag";s:13:"5fe964ddb4c67";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=2&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131229.711242;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2961600;s:14:"processingTime";d:0.10081100463867188;}s:13:"5fe964e0b8b55";a:12:{s:3:"tag";s:13:"5fe964e0b8b55";s:3:"url";s:61:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1621";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131232.734428;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8693456;s:14:"processingTime";d:0.13722705841064453;}s:13:"5fe964e254999";a:12:{s:3:"tag";s:13:"5fe964e254999";s:3:"url";s:61:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1619";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131234.32517;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8693424;s:14:"processingTime";d:0.12856101989746094;}s:13:"5fe964e402e47";a:12:{s:3:"tag";s:13:"5fe964e402e47";s:3:"url";s:61:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=4736";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131235.993493;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8693424;s:14:"processingTime";d:0.17340397834777832;}s:13:"5fe964e67ffe7";a:12:{s:3:"tag";s:13:"5fe964e67ffe7";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=3&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131238.495336;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2952928;s:14:"processingTime";d:0.09581708908081055;}s:13:"5fe964e8ee10b";a:12:{s:3:"tag";s:13:"5fe964e8ee10b";s:3:"url";s:61:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1614";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131240.946961;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8693456;s:14:"processingTime";d:0.16222190856933594;}s:13:"5fe964ebf1c50";a:12:{s:3:"tag";s:13:"5fe964ebf1c50";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=4&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131243.961597;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2980896;s:14:"processingTime";d:0.10090804100036621;}s:13:"5fe964ef47a2c";a:12:{s:3:"tag";s:13:"5fe964ef47a2c";s:3:"url";s:60:"http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=638";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131247.248786;s:10:"statusCode";i:200;s:8:"sqlCount";i:39;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8693440;s:14:"processingTime";d:0.19472599029541016;}s:13:"5fe964f25c8b7";a:12:{s:3:"tag";s:13:"5fe964f25c8b7";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=5&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131250.334908;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2945888;s:14:"processingTime";d:0.12540912628173828;}s:13:"5fe964f5349d9";a:12:{s:3:"tag";s:13:"5fe964f5349d9";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=6&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131253.199522;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3008176;s:14:"processingTime";d:0.08728480339050293;}s:13:"5fe964fadf4ab";a:12:{s:3:"tag";s:13:"5fe964fadf4ab";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=1&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131258.885236;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2990336;s:14:"processingTime";d:0.09644603729248047;}s:13:"5fe9650e5afd4";a:12:{s:3:"tag";s:13:"5fe9650e5afd4";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131278.34218;s:10:"statusCode";i:200;s:8:"sqlCount";i:103;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3407320;s:14:"processingTime";d:0.2724030017852783;}s:13:"5fe96520c274d";a:12:{s:3:"tag";s:13:"5fe96520c274d";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131296.776629;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3290080;s:14:"processingTime";d:0.21070599555969238;}s:13:"5fe9652d5f937";a:12:{s:3:"tag";s:13:"5fe9652d5f937";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131309.345288;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3290072;s:14:"processingTime";d:0.17069196701049805;}s:13:"5fe9653b3493b";a:12:{s:3:"tag";s:13:"5fe9653b3493b";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131323.196606;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3289872;s:14:"processingTime";d:0.21255207061767578;}s:13:"5fe9653fd3c80";a:12:{s:3:"tag";s:13:"5fe9653fd3c80";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131327.822283;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3289840;s:14:"processingTime";d:0.18988394737243652;}s:13:"5fe9654381972";a:12:{s:3:"tag";s:13:"5fe9654381972";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131331.507866;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3289808;s:14:"processingTime";d:0.18524909019470215;}s:13:"5fe965479cb1b";a:12:{s:3:"tag";s:13:"5fe965479cb1b";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131335.612072;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3289936;s:14:"processingTime";d:0.18444395065307617;}s:13:"5fe9654be8198";a:12:{s:3:"tag";s:13:"5fe9654be8198";s:3:"url";s:53:"https://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:13:"192.168.0.101";s:4:"time";d:1609131339.905825;s:10:"statusCode";i:200;s:8:"sqlCount";i:102;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3290032;s:14:"processingTime";d:0.16439604759216309;}s:13:"5fe9655c842ec";a:12:{s:3:"tag";s:13:"5fe9655c842ec";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=1&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131356.521861;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2990968;s:14:"processingTime";d:0.09321093559265137;}s:13:"5fe965950b298";a:12:{s:3:"tag";s:13:"5fe965950b298";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=2&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131413.016276;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2961600;s:14:"processingTime";d:0.09819221496582031;}s:13:"5fe9665c2ec78";a:12:{s:3:"tag";s:13:"5fe9665c2ec78";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=2&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131612.147199;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3032968;s:14:"processingTime";d:0.12657904624938965;}s:13:"5fe96758d5910";a:12:{s:3:"tag";s:13:"5fe96758d5910";s:3:"url";s:71:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=2&sort=serial";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131864.855993;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3034216;s:14:"processingTime";d:0.08959794044494629;}s:13:"5fe96773c33cd";a:12:{s:3:"tag";s:13:"5fe96773c33cd";s:3:"url";s:53:"http://192.168.0.32/invent/index.php?r=models%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131891.769491;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2545976;s:14:"processingTime";d:0.14187097549438477;}s:13:"5fe96779e10cb";a:12:{s:3:"tag";s:13:"5fe96779e10cb";s:3:"url";s:74:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=163&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131897.892401;s:10:"statusCode";i:200;s:8:"sqlCount";i:19;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2304368;s:14:"processingTime";d:0.05562615394592285;}s:13:"5fe9677ead87e";a:12:{s:3:"tag";s:13:"5fe9677ead87e";s:3:"url";s:84:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=1&_pjax=%23p0&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609131902.681176;s:10:"statusCode";i:200;s:8:"sqlCount";i:19;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2382480;s:14:"processingTime";d:0.04907107353210449;}s:13:"5fe9695fb9c48";a:12:{s:3:"tag";s:13:"5fe9695fb9c48";s:3:"url";s:60:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132383.74418;s:10:"statusCode";i:500;s:8:"sqlCount";i:24;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2768256;s:14:"processingTime";d:0.10038304328918457;}s:13:"5fe96a814c976";a:12:{s:3:"tag";s:13:"5fe96a814c976";s:3:"url";s:60:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132673.294943;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2548840;s:14:"processingTime";d:0.0462038516998291;}s:13:"5fe96a9e351f0";a:12:{s:3:"tag";s:13:"5fe96a9e351f0";s:3:"url";s:60:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132702.198389;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2548840;s:14:"processingTime";d:0.04581403732299805;}s:13:"5fe96ac3170f9";a:12:{s:3:"tag";s:13:"5fe96ac3170f9";s:3:"url";s:60:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132739.04841;s:10:"statusCode";i:200;s:8:"sqlCount";i:27;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2548920;s:14:"processingTime";d:0.07838201522827148;}s:13:"5fe96acc4ab99";a:12:{s:3:"tag";s:13:"5fe96acc4ab99";s:3:"url";s:74:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=163&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132748.266034;s:10:"statusCode";i:200;s:8:"sqlCount";i:19;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2306328;s:14:"processingTime";d:0.07365012168884277;}s:13:"5fe96ad18810f";a:12:{s:3:"tag";s:13:"5fe96ad18810f";s:3:"url";s:84:"http://192.168.0.32/invent/index.php?r=models%2Findex&page=1&_pjax=%23p0&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132753.527476;s:10:"statusCode";i:200;s:8:"sqlCount";i:19;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2383768;s:14:"processingTime";d:0.048664093017578125;}s:13:"5fe96ad9a4ea5";a:12:{s:3:"tag";s:13:"5fe96ad9a4ea5";s:3:"url";s:36:"http://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132761.645557;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2503648;s:14:"processingTime";d:0.2544369697570801;}s:13:"5fe96adfa3ff0";a:12:{s:3:"tag";s:13:"5fe96adfa3ff0";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132767.626645;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2959328;s:14:"processingTime";d:0.1298048496246338;}s:13:"5fe96b070f47d";a:12:{s:3:"tag";s:13:"5fe96b070f47d";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132807.043776;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2960856;s:14:"processingTime";d:0.08691287040710449;}s:13:"5fe96b461a721";a:12:{s:3:"tag";s:13:"5fe96b461a721";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132870.093776;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2960856;s:14:"processingTime";d:0.08215093612670898;}s:13:"5fe96b8ece184";a:12:{s:3:"tag";s:13:"5fe96b8ece184";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132942.824969;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2961016;s:14:"processingTime";d:0.08918094635009766;}s:13:"5fe96b9b3b6aa";a:12:{s:3:"tag";s:13:"5fe96b9b3b6aa";s:3:"url";s:59:"http://192.168.0.32/invent/index.php?r=items%2Findex&page=4";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609132955.198021;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3007544;s:14:"processingTime";d:0.12779998779296875;}s:13:"5fe96c5eb9e70";a:12:{s:3:"tag";s:13:"5fe96c5eb9e70";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=site%2Flogout";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133150.742775;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1738496;s:14:"processingTime";d:0.018635988235473633;}s:13:"5fe96c5ec1fd4";a:12:{s:3:"tag";s:13:"5fe96c5ec1fd4";s:3:"url";s:36:"http://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133150.791714;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2364744;s:14:"processingTime";d:0.08057808876037598;}s:13:"5fe96c60cd3e8";a:12:{s:3:"tag";s:13:"5fe96c60cd3e8";s:3:"url";s:51:"http://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133152.837837;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1880760;s:14:"processingTime";d:0.10436797142028809;}s:13:"5fe96c6ac1293";a:12:{s:3:"tag";s:13:"5fe96c6ac1293";s:3:"url";s:51:"http://192.168.0.32/invent/index.php?r=site%2Flogin";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133162.787787;s:10:"statusCode";i:302;s:8:"sqlCount";i:3;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1749256;s:14:"processingTime";d:0.48520612716674805;}s:13:"5fe96c6b4e37b";a:12:{s:3:"tag";s:13:"5fe96c6b4e37b";s:3:"url";s:36:"http://192.168.0.32/invent/index.php";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133163.294547;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2501760;s:14:"processingTime";d:0.10383415222167969;}s:13:"5fe96c703ad83";a:12:{s:3:"tag";s:13:"5fe96c703ad83";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133168.225614;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2975752;s:14:"processingTime";d:0.08104109764099121;}s:13:"5fe96c746010a";a:12:{s:3:"tag";s:13:"5fe96c746010a";s:3:"url";s:51:"http://192.168.0.32/invent/index.php?r=site%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133172.370923;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2503072;s:14:"processingTime";d:0.08832693099975586;}s:13:"5fe96c76d4de4";a:12:{s:3:"tag";s:13:"5fe96c76d4de4";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133174.843472;s:10:"statusCode";i:200;s:8:"sqlCount";i:103;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3424288;s:14:"processingTime";d:0.12695002555847168;}s:13:"5fe96c82e8393";a:12:{s:3:"tag";s:13:"5fe96c82e8393";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133186.921938;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2974696;s:14:"processingTime";d:0.09393906593322754;}s:13:"5fe96c8f5f740";a:12:{s:3:"tag";s:13:"5fe96c8f5f740";s:3:"url";s:63:"http://192.168.0.32/invent/index.php?r=items%2Fprint&id%5B%5D=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133199.360607;s:10:"statusCode";i:500;s:8:"sqlCount";i:19;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2395984;s:14:"processingTime";d:0.10067486763000488;}s:13:"5fe96e2bb9683";a:12:{s:3:"tag";s:13:"5fe96e2bb9683";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133611.729154;s:10:"statusCode";i:200;s:8:"sqlCount";i:103;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3425072;s:14:"processingTime";d:0.1319568157196045;}s:13:"5fe96e2e03782";a:12:{s:3:"tag";s:13:"5fe96e2e03782";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133613.988705;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2975800;s:14:"processingTime";d:0.09407806396484375;}s:13:"5fe96e2fd79e1";a:12:{s:3:"tag";s:13:"5fe96e2fd79e1";s:3:"url";s:63:"http://192.168.0.32/invent/index.php?r=items%2Fprint&id%5B%5D=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133615.854179;s:10:"statusCode";i:500;s:8:"sqlCount";i:19;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2408824;s:14:"processingTime";d:0.044679880142211914;}s:13:"5fe96ec6cab58";a:12:{s:3:"tag";s:13:"5fe96ec6cab58";s:3:"url";s:63:"http://192.168.0.32/invent/index.php?r=items%2Fprint&id%5B%5D=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133766.785298;s:10:"statusCode";i:500;s:8:"sqlCount";i:17;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:23915696;s:14:"processingTime";d:0.6435608863830566;}s:13:"5fe96ed2eeb0d";a:12:{s:3:"tag";s:13:"5fe96ed2eeb0d";s:3:"url";s:63:"http://192.168.0.32/invent/index.php?r=items%2Fprint&id%5B%5D=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133778.934312;s:10:"statusCode";i:302;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2608536;s:14:"processingTime";d:0.06493806838989258;}s:13:"5fe96ed30da17";a:12:{s:3:"tag";s:13:"5fe96ed30da17";s:3:"url";s:51:"http://192.168.0.32/invent/index.php?r=site%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133779.019537;s:10:"statusCode";i:200;s:8:"sqlCount";i:23;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2503448;s:14:"processingTime";d:0.10465598106384277;}s:13:"5fe96f6601eef";a:12:{s:3:"tag";s:13:"5fe96f6601eef";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Fcheck";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609133925.962772;s:10:"statusCode";i:200;s:8:"sqlCount";i:103;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3424032;s:14:"processingTime";d:0.15667295455932617;}} \ No newline at end of file +a:52:{s:13:"5fe9af027bf1b";a:12:{s:3:"tag";s:13:"5fe9af027bf1b";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609150210.489779;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3027032;s:14:"processingTime";d:0.08469605445861816;}s:13:"5fe9afa42e4e1";a:12:{s:3:"tag";s:13:"5fe9afa42e4e1";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609150372.17537;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041624;s:14:"processingTime";d:0.07671594619750977;}s:13:"5fe9b059a841e";a:12:{s:3:"tag";s:13:"5fe9b059a841e";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609150553.670472;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041624;s:14:"processingTime";d:0.09324288368225098;}s:13:"5fe9b0c7b74f6";a:12:{s:3:"tag";s:13:"5fe9b0c7b74f6";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609150663.720879;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041624;s:14:"processingTime";d:0.09771203994750977;}s:13:"5fe9b0eb7b2ed";a:12:{s:3:"tag";s:13:"5fe9b0eb7b2ed";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609150699.46903;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041624;s:14:"processingTime";d:0.10617494583129883;}s:13:"5fe9b26883063";a:12:{s:3:"tag";s:13:"5fe9b26883063";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609151080.518256;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041624;s:14:"processingTime";d:0.08649802207946777;}s:13:"5fe9b26b40a3b";a:12:{s:3:"tag";s:13:"5fe9b26b40a3b";s:3:"url";s:200:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609151083.218646;s:10:"statusCode";i:200;s:8:"sqlCount";i:44;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2802488;s:14:"processingTime";d:0.12608098983764648;}s:13:"5fe9b2749bc49";a:12:{s:3:"tag";s:13:"5fe9b2749bc49";s:3:"url";s:200:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609151092.607666;s:10:"statusCode";i:200;s:8:"sqlCount";i:44;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2802920;s:14:"processingTime";d:0.0903010368347168;}s:13:"5fe9b28c0f319";a:12:{s:3:"tag";s:13:"5fe9b28c0f319";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609151116.031997;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3037912;s:14:"processingTime";d:0.09417295455932617;}s:13:"5fe9b35a91bb5";a:12:{s:3:"tag";s:13:"5fe9b35a91bb5";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609151322.593115;s:10:"statusCode";i:302;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:1452768;s:14:"processingTime";d:0.0055751800537109375;}s:13:"5fe9b35a9679d";a:12:{s:3:"tag";s:13:"5fe9b35a9679d";s:3:"url";s:51:"http://192.168.0.32/invent/index.php?r=site%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609151322.613802;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2365648;s:14:"processingTime";d:0.08511614799499512;}s:13:"5fe9b68d8c3b1";a:12:{s:3:"tag";s:13:"5fe9b68d8c3b1";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152141.555908;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040928;s:14:"processingTime";d:0.0930030345916748;}s:13:"5fe9b6c1cf5d2";a:12:{s:3:"tag";s:13:"5fe9b6c1cf5d2";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152193.819098;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040928;s:14:"processingTime";d:0.09280705451965332;}s:13:"5fe9b6df348f9";a:12:{s:3:"tag";s:13:"5fe9b6df348f9";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152223.184825;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040928;s:14:"processingTime";d:0.09252500534057617;}s:13:"5fe9b72063fef";a:12:{s:3:"tag";s:13:"5fe9b72063fef";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152288.390804;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040928;s:14:"processingTime";d:0.08801984786987305;}s:13:"5fe9b7a176599";a:12:{s:3:"tag";s:13:"5fe9b7a176599";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152417.454394;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040992;s:14:"processingTime";d:0.09350800514221191;}s:13:"5fe9b8438b888";a:12:{s:3:"tag";s:13:"5fe9b8438b888";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152579.548173;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040992;s:14:"processingTime";d:0.0899820327758789;}s:13:"5fe9b86069aff";a:12:{s:3:"tag";s:13:"5fe9b86069aff";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152608.414427;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040992;s:14:"processingTime";d:0.08600997924804688;}s:13:"5fe9b894905eb";a:12:{s:3:"tag";s:13:"5fe9b894905eb";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152660.562353;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040992;s:14:"processingTime";d:0.09184694290161133;}s:13:"5fe9b8cac1a12";a:12:{s:3:"tag";s:13:"5fe9b8cac1a12";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152714.747318;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3040992;s:14:"processingTime";d:0.12296700477600098;}s:13:"5fe9b93a7157d";a:12:{s:3:"tag";s:13:"5fe9b93a7157d";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152826.443757;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041120;s:14:"processingTime";d:0.09852099418640137;}s:13:"5fe9b963c08e6";a:12:{s:3:"tag";s:13:"5fe9b963c08e6";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152867.765466;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3047344;s:14:"processingTime";d:0.09649801254272461;}s:13:"5fe9b999294ed";a:12:{s:3:"tag";s:13:"5fe9b999294ed";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152921.124887;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041056;s:14:"processingTime";d:0.1250917911529541;}s:13:"5fe9b9a7d6366";a:12:{s:3:"tag";s:13:"5fe9b9a7d6366";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609152935.85887;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041056;s:14:"processingTime";d:0.09244394302368164;}s:13:"5fe9bbcc8a601";a:12:{s:3:"tag";s:13:"5fe9bbcc8a601";s:3:"url";s:52:"http://192.168.0.32/invent/index.php?r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153484.521627;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3041248;s:14:"processingTime";d:0.12392497062683105;}s:13:"5fe9bbd7723ea";a:12:{s:3:"tag";s:13:"5fe9bbd7723ea";s:3:"url";s:188:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153495.437786;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3053040;s:14:"processingTime";d:0.0941920280456543;}s:13:"5fe9bbe8a2282";a:12:{s:3:"tag";s:13:"5fe9bbe8a2282";s:3:"url";s:188:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153512.633679;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3056056;s:14:"processingTime";d:0.09373998641967773;}s:13:"5fe9bbef3d784";a:12:{s:3:"tag";s:13:"5fe9bbef3d784";s:3:"url";s:220:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&pageSize=50&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153519.206295;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3394864;s:14:"processingTime";d:0.1343708038330078;}s:13:"5fe9bbef79527";a:12:{s:3:"tag";s:13:"5fe9bbef79527";s:3:"url";s:200:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&pageSize=50";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153519.45247;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3468512;s:14:"processingTime";d:0.1307060718536377;}s:13:"5fe9bbf9ed1e5";a:12:{s:3:"tag";s:13:"5fe9bbf9ed1e5";s:3:"url";s:231:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&pageSize=50&pageSize=0&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153529.941466;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:79886056;s:14:"processingTime";d:1.146899938583374;}s:13:"5fe9bbfb19834";a:12:{s:3:"tag";s:13:"5fe9bbfb19834";s:3:"url";s:211:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&pageSize=50&pageSize=0";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153530.686051;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:79955616;s:14:"processingTime";d:1.588705062866211;}s:13:"5fe9bc2b543a9";a:12:{s:3:"tag";s:13:"5fe9bc2b543a9";s:3:"url";s:244:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&pageSize=50&pageSize=0&pageSize=100&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153579.298734;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4154136;s:14:"processingTime";d:0.15028691291809082;}s:13:"5fe9bc2b92332";a:12:{s:3:"tag";s:13:"5fe9bc2b92332";s:3:"url";s:224:"http://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&pageSize=50&pageSize=0&pageSize=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153579.554599;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4223696;s:14:"processingTime";d:0.1399698257446289;}s:13:"5fe9bc3c2ecba";a:12:{s:3:"tag";s:13:"5fe9bc3c2ecba";s:3:"url";s:221:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=53&per-page=100&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153596.173107;s:10:"statusCode";i:200;s:8:"sqlCount";i:44;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2851240;s:14:"processingTime";d:0.11143994331359863;}s:13:"5fe9bc3f98ca3";a:12:{s:3:"tag";s:13:"5fe9bc3f98ca3";s:3:"url";s:232:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&_pjax=%23p0&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609153599.608944;s:10:"statusCode";i:200;s:8:"sqlCount";i:44;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3975320;s:14:"processingTime";d:0.09230494499206543;}s:13:"5fe9bda061537";a:12:{s:3:"tag";s:13:"5fe9bda061537";s:3:"url";s:204:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=1360058&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.80";s:4:"time";d:1609153952.37975;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2724464;s:14:"processingTime";d:0.07968306541442871;}s:13:"5fe9bda6f0a2f";a:12:{s:3:"tag";s:13:"5fe9bda6f0a2f";s:3:"url";s:209:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&_pjax=%23p0";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.80";s:4:"time";d:1609153958.966304;s:10:"statusCode";i:200;s:8:"sqlCount";i:44;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2884760;s:14:"processingTime";d:0.09148502349853516;}s:13:"5fe9bdc64b994";a:12:{s:3:"tag";s:13:"5fe9bdc64b994";s:3:"url";s:230:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.80";s:4:"time";d:1609153990.290995;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3054616;s:14:"processingTime";d:0.09362912178039551;}s:13:"5fe9bdc66f2a5";a:12:{s:3:"tag";s:13:"5fe9bdc66f2a5";s:3:"url";s:210:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.80";s:4:"time";d:1609153990.417083;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3052616;s:14:"processingTime";d:0.11503386497497559;}s:13:"5fe9bdd087265";a:12:{s:3:"tag";s:13:"5fe9bdd087265";s:3:"url";s:242:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&pageSize=20&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.80";s:4:"time";d:1609154000.534614;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3073760;s:14:"processingTime";d:0.0926508903503418;}s:13:"5fe9bdd0a5a05";a:12:{s:3:"tag";s:13:"5fe9bdd0a5a05";s:3:"url";s:222:"https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&pageSize=20";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.80";s:4:"time";d:1609154000.659965;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3071704;s:14:"processingTime";d:0.10017514228820801;}s:13:"5fe9bee92ac24";a:12:{s:3:"tag";s:13:"5fe9bee92ac24";s:3:"url";s:208:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154281.146468;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4221776;s:14:"processingTime";d:0.10659003257751465;}s:13:"5fe9beebe6ca4";a:12:{s:3:"tag";s:13:"5fe9beebe6ca4";s:3:"url";s:240:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154283.902177;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3395096;s:14:"processingTime";d:0.12517809867858887;}s:13:"5fe9beec27073";a:12:{s:3:"tag";s:13:"5fe9beec27073";s:3:"url";s:220:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154284.114466;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3464656;s:14:"processingTime";d:0.13517212867736816;}s:13:"5fe9bef3e6e7b";a:12:{s:3:"tag";s:13:"5fe9bef3e6e7b";s:3:"url";s:253:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154291.927489;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4154600;s:14:"processingTime";d:0.10695695877075195;}s:13:"5fe9bef420e45";a:12:{s:3:"tag";s:13:"5fe9bef420e45";s:3:"url";s:233:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154292.092029;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4223712;s:14:"processingTime";d:0.13314509391784668;}s:13:"5fe9c09f5fdc7";a:12:{s:3:"tag";s:13:"5fe9c09f5fdc7";s:3:"url";s:233:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154719.369064;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4225592;s:14:"processingTime";d:0.10366606712341309;}s:13:"5fe9c0aae7cf6";a:12:{s:3:"tag";s:13:"5fe9c0aae7cf6";s:3:"url";s:233:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609154730.90436;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4224408;s:14:"processingTime";d:0.1446840763092041;}s:13:"5fe9c6d74ec6e";a:12:{s:3:"tag";s:13:"5fe9c6d74ec6e";s:3:"url";s:233:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609156311.303179;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:4225304;s:14:"processingTime";d:0.10169291496276855;}s:13:"5fe9ca38ad773";a:12:{s:3:"tag";s:13:"5fe9ca38ad773";s:3:"url";s:265:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100&pageSize=20&_pjax=%23ItemsTable";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609157176.679097;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:2987424;s:14:"processingTime";d:0.09588193893432617;}s:13:"5fe9ca38e55e2";a:12:{s:3:"tag";s:13:"5fe9ca38e55e2";s:3:"url";s:245:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100&pageSize=20";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609157176.895287;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3056664;s:14:"processingTime";d:0.12894606590270996;}s:13:"5fe9cd7f10e7c";a:12:{s:3:"tag";s:13:"5fe9cd7f10e7c";s:3:"url";s:245:"http://192.168.0.32/invent/index.php?r=items%2Findex&ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&page=1&per-page=100&pageSize=50&pageSize=100&pageSize=20";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:12:"192.168.0.68";s:4:"time";d:1609158015.050044;s:10:"statusCode";i:200;s:8:"sqlCount";i:52;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:3058272;s:14:"processingTime";d:0.0959317684173584;}} \ No newline at end of file diff --git a/runtime/logs/app.log b/runtime/logs/app.log index f5d5f60..ba27312 100644 --- a/runtime/logs/app.log +++ b/runtime/logs/app.log @@ -68181,3 +68181,1065 @@ $_SERVER = [ 'REQUEST_TIME_FLOAT' => 1609133766.7853 'REQUEST_TIME' => 1609133766 ] +2020-12-28 12:43:07 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][error][Error] Error: Class 'app\models\Yii' not found in /var/www/invent/basic/models/ItemsSearch.php:168 +Stack trace: +#0 /var/www/invent/basic/controllers/ItemsController.php(302): app\models\ItemsSearch->search() +#1 [internal function]: app\controllers\ItemsController->actionIndex() +#2 /var/www/invent/basic/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() +#3 /var/www/invent/basic/vendor/yiisoft/yii2/base/Controller.php(180): yii\base\InlineAction->runWithParams() +#4 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction() +#5 /var/www/invent/basic/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() +#6 /var/www/invent/basic/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest() +#7 /var/www/invent/basic/web/index.php(12): yii\base\Application->run() +#8 {main} +2020-12-28 12:43:07 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][info][application] $_GET = [ + 'r' => 'items/index' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_csrf' => '4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"PTEecxPMP3yXl7PltVN9pR7EN4HdOERY\";}' + 'PHPSESSID' => 'j7uf8eb6svs58iau3c9712oqt7' + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' + 'HTTP_DNT' => '1' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_REFERER' => 'http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1770' + 'HTTP_COOKIE' => '_csrf=4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22PTEecxPMP3yXl7PltVN9pR7EN4HdOERY%22%3B%7D; PHPSESSID=j7uf8eb6svs58iau3c9712oqt7; _identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 80
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '80' + 'REMOTE_ADDR' => '192.168.0.68' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'http' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '7836' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'r=items%2Findex' + 'REQUEST_URI' => '/invent/index.php?r=items%2Findex' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609148587.6652 + 'REQUEST_TIME' => 1609148587 +] +2020-12-28 12:43:47 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][error][Error] Error: Call to undefined method Yii::app() in /var/www/invent/basic/models/ItemsSearch.php:168 +Stack trace: +#0 /var/www/invent/basic/controllers/ItemsController.php(302): app\models\ItemsSearch->search() +#1 [internal function]: app\controllers\ItemsController->actionIndex() +#2 /var/www/invent/basic/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() +#3 /var/www/invent/basic/vendor/yiisoft/yii2/base/Controller.php(180): yii\base\InlineAction->runWithParams() +#4 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction() +#5 /var/www/invent/basic/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() +#6 /var/www/invent/basic/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest() +#7 /var/www/invent/basic/web/index.php(12): yii\base\Application->run() +#8 {main} +2020-12-28 12:43:47 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][info][application] $_GET = [ + 'r' => 'items/index' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_csrf' => '4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"PTEecxPMP3yXl7PltVN9pR7EN4HdOERY\";}' + 'PHPSESSID' => 'nnvrj3p2f5fkdp3tpet73lvg01' + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' + 'HTTP_REFERER' => 'http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1770' + 'HTTP_DNT' => '1' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_COOKIE' => '_csrf=4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22PTEecxPMP3yXl7PltVN9pR7EN4HdOERY%22%3B%7D; PHPSESSID=nnvrj3p2f5fkdp3tpet73lvg01; _identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_CACHE_CONTROL' => 'max-age=0' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 80
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '80' + 'REMOTE_ADDR' => '192.168.0.68' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'http' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '7849' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'r=items%2Findex' + 'REQUEST_URI' => '/invent/index.php?r=items%2Findex' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609148627.3841 + 'REQUEST_TIME' => 1609148627 +] +2020-12-28 12:49:34 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][error][ParseError] ParseError: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /var/www/invent/basic/controllers/ItemsController.php:279 +Stack trace: +#0 [internal function]: yii\BaseYii::autoload() +#1 [internal function]: spl_autoload_call() +#2 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(637): class_exists() +#3 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(596): yii\base\Module->createControllerByID() +#4 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(522): yii\base\Module->createController() +#5 /var/www/invent/basic/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() +#6 /var/www/invent/basic/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest() +#7 /var/www/invent/basic/web/index.php(12): yii\base\Application->run() +#8 {main} +2020-12-28 12:49:34 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][info][application] $_GET = [ + 'r' => 'items/index' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_csrf' => '4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"PTEecxPMP3yXl7PltVN9pR7EN4HdOERY\";}' + 'PHPSESSID' => 'nnvrj3p2f5fkdp3tpet73lvg01' + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' + 'HTTP_REFERER' => 'http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1770' + 'HTTP_DNT' => '1' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_COOKIE' => '_csrf=4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22PTEecxPMP3yXl7PltVN9pR7EN4HdOERY%22%3B%7D; PHPSESSID=nnvrj3p2f5fkdp3tpet73lvg01; _identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_CACHE_CONTROL' => 'max-age=0' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 80
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '80' + 'REMOTE_ADDR' => '192.168.0.68' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'http' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '7946' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'r=items%2Findex' + 'REQUEST_URI' => '/invent/index.php?r=items%2Findex' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609148974.1415 + 'REQUEST_TIME' => 1609148974 +] +2020-12-28 12:50:25 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][error][yii\base\UnknownMethodException] yii\base\UnknownMethodException: Calling unknown method: yii\web\User::getState() in /var/www/invent/basic/vendor/yiisoft/yii2/base/Component.php:300 +Stack trace: +#0 /var/www/invent/basic/models/ItemsSearch.php(168): yii\base\Component->__call() +#1 /var/www/invent/basic/controllers/ItemsController.php(302): app\models\ItemsSearch->search() +#2 [internal function]: app\controllers\ItemsController->actionIndex() +#3 /var/www/invent/basic/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() +#4 /var/www/invent/basic/vendor/yiisoft/yii2/base/Controller.php(180): yii\base\InlineAction->runWithParams() +#5 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction() +#6 /var/www/invent/basic/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() +#7 /var/www/invent/basic/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest() +#8 /var/www/invent/basic/web/index.php(12): yii\base\Application->run() +#9 {main} +2020-12-28 12:50:24 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][info][application] $_GET = [ + 'r' => 'items/index' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_csrf' => '4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"PTEecxPMP3yXl7PltVN9pR7EN4HdOERY\";}' + 'PHPSESSID' => 'nnvrj3p2f5fkdp3tpet73lvg01' + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' + 'HTTP_REFERER' => 'http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1770' + 'HTTP_DNT' => '1' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_COOKIE' => '_csrf=4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22PTEecxPMP3yXl7PltVN9pR7EN4HdOERY%22%3B%7D; PHPSESSID=nnvrj3p2f5fkdp3tpet73lvg01; _identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_CACHE_CONTROL' => 'max-age=0' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 80
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '80' + 'REMOTE_ADDR' => '192.168.0.68' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'http' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '7959' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'r=items%2Findex' + 'REQUEST_URI' => '/invent/index.php?r=items%2Findex' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609149024.9963 + 'REQUEST_TIME' => 1609149024 +] +2020-12-28 13:01:10 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][error][Error] Error: Class 'app\models\Yii' not found in /var/www/invent/basic/models/ItemsSearch.php:168 +Stack trace: +#0 /var/www/invent/basic/controllers/ItemsController.php(302): app\models\ItemsSearch->search() +#1 [internal function]: app\controllers\ItemsController->actionIndex() +#2 /var/www/invent/basic/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() +#3 /var/www/invent/basic/vendor/yiisoft/yii2/base/Controller.php(180): yii\base\InlineAction->runWithParams() +#4 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction() +#5 /var/www/invent/basic/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() +#6 /var/www/invent/basic/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest() +#7 /var/www/invent/basic/web/index.php(12): yii\base\Application->run() +#8 {main} +2020-12-28 13:01:09 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][info][application] $_GET = [ + 'r' => 'items/index' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_csrf' => '4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"PTEecxPMP3yXl7PltVN9pR7EN4HdOERY\";}' + 'PHPSESSID' => 'nnvrj3p2f5fkdp3tpet73lvg01' + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' + 'HTTP_REFERER' => 'http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1770' + 'HTTP_DNT' => '1' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_COOKIE' => '_csrf=4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22PTEecxPMP3yXl7PltVN9pR7EN4HdOERY%22%3B%7D; PHPSESSID=nnvrj3p2f5fkdp3tpet73lvg01; _identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_CACHE_CONTROL' => 'max-age=0' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 80
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '80' + 'REMOTE_ADDR' => '192.168.0.68' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'http' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '8144' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'r=items%2Findex' + 'REQUEST_URI' => '/invent/index.php?r=items%2Findex' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609149669.9986 + 'REQUEST_TIME' => 1609149669 +] +2020-12-28 13:01:31 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][error][yii\base\UnknownPropertyException] yii\base\UnknownPropertyException: Setting unknown property: yii\grid\GridView::header in /var/www/invent/basic/vendor/yiisoft/yii2/base/Component.php:209 +Stack trace: +#0 /var/www/invent/basic/vendor/yiisoft/yii2/BaseYii.php(558): yii\base\Component->__set() +#1 /var/www/invent/basic/vendor/yiisoft/yii2/base/BaseObject.php(107): yii\BaseYii::configure() +#2 [internal function]: yii\base\BaseObject->__construct() +#3 /var/www/invent/basic/vendor/yiisoft/yii2/di/Container.php(400): ReflectionClass->newInstanceArgs() +#4 /var/www/invent/basic/vendor/yiisoft/yii2/di/Container.php(159): yii\di\Container->build() +#5 /var/www/invent/basic/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get() +#6 /var/www/invent/basic/vendor/yiisoft/yii2/base/Widget.php(137): yii\BaseYii::createObject() +#7 /var/www/invent/basic/views/items/index.php(289): yii\base\Widget::widget() +#8 /var/www/invent/basic/vendor/yiisoft/yii2/base/View.php(348): require('/var/www/invent...') +#9 /var/www/invent/basic/vendor/yiisoft/yii2/base/View.php(257): yii\base\View->renderPhpFile() +#10 /var/www/invent/basic/vendor/yiisoft/yii2/base/View.php(156): yii\base\View->renderFile() +#11 /var/www/invent/basic/vendor/yiisoft/yii2/base/Controller.php(409): yii\base\View->render() +#12 /var/www/invent/basic/controllers/ItemsController.php(306): yii\base\Controller->render() +#13 [internal function]: app\controllers\ItemsController->actionIndex() +#14 /var/www/invent/basic/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array() +#15 /var/www/invent/basic/vendor/yiisoft/yii2/base/Controller.php(180): yii\base\InlineAction->runWithParams() +#16 /var/www/invent/basic/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction() +#17 /var/www/invent/basic/vendor/yiisoft/yii2/web/Application.php(103): yii\base\Module->runAction() +#18 /var/www/invent/basic/vendor/yiisoft/yii2/base/Application.php(386): yii\web\Application->handleRequest() +#19 /var/www/invent/basic/web/index.php(12): yii\base\Application->run() +#20 {main} +2020-12-28 13:01:31 [192.168.0.68][1][nnvrj3p2f5fkdp3tpet73lvg01][info][application] $_GET = [ + 'r' => 'items/index' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_csrf' => '4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"PTEecxPMP3yXl7PltVN9pR7EN4HdOERY\";}' + 'PHPSESSID' => 'nnvrj3p2f5fkdp3tpet73lvg01' + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' + 'HTTP_REFERER' => 'http://192.168.0.32/invent/index.php?r=items%2Fupdate&id=1770' + 'HTTP_DNT' => '1' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_COOKIE' => '_csrf=4f258b689c3df8c0f109c7d06849e5361a7fd30edceb91156b51aaa19fce378ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22PTEecxPMP3yXl7PltVN9pR7EN4HdOERY%22%3B%7D; PHPSESSID=nnvrj3p2f5fkdp3tpet73lvg01; _identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_CACHE_CONTROL' => 'max-age=0' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 80
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '80' + 'REMOTE_ADDR' => '192.168.0.68' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'http' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '8150' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'r=items%2Findex' + 'REQUEST_URI' => '/invent/index.php?r=items%2Findex' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609149691.1869 + 'REQUEST_TIME' => 1609149691 +] +2020-12-28 14:12:32 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/layouts/main.php:104 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:12:32 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 +2020-12-28 14:12:32 [192.168.0.80][1][-][info][application] $_GET = [ + 'ItemsSearch' => [ + 'invent' => '1360058' + 'serial' => '' + 'modelName' => '' + 'regionName' => '' + 'statusName' => '' + ] + 'r' => 'items/index' + 'page' => '61' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' + 'PHPSESSID' => 'cjrbf84aheq4j915gjp72rlnh1' + '_csrf' => '60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d\";}' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTPS' => 'on' + 'SSL_SERVER_S_DN_C' => 'RU' + 'SSL_SERVER_S_DN_ST' => 'MSK' + 'SSL_SERVER_S_DN_L' => 'Moscow' + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_S_DN_OU' => 'IT' + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' + 'SSL_SERVER_I_DN_C' => 'RU' + 'SSL_SERVER_I_DN_ST' => 'MSK' + 'SSL_SERVER_I_DN_L' => 'Moscow' + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_I_DN_OU' => 'IT' + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' + 'SSL_PROTOCOL' => 'TLSv1.2' + 'SSL_SECURE_RENEG' => 'true' + 'SSL_COMPRESS_METHOD' => 'NULL' + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' + 'SSL_CIPHER_EXPORT' => 'false' + 'SSL_CIPHER_USEKEYSIZE' => '128' + 'SSL_CIPHER_ALGKEYSIZE' => '128' + 'SSL_CLIENT_VERIFY' => 'NONE' + 'SSL_SERVER_M_VERSION' => '1' + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_A_KEY' => 'rsaEncryption' + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' + 'SSL_SESSION_RESUMED' => 'Initial' + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_CACHE_CONTROL' => 'max-age=0' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' + 'HTTP_SEC_FETCH_SITE' => 'same-origin' + 'HTTP_SEC_FETCH_MODE' => 'navigate' + 'HTTP_SEC_FETCH_USER' => '?1' + 'HTTP_SEC_FETCH_DEST' => 'document' + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=58&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' + 'HTTP_COOKIE' => '_identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D; PHPSESSID=cjrbf84aheq4j915gjp72rlnh1; _csrf=60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d%22%3B%7D' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '443' + 'REMOTE_ADDR' => '192.168.0.80' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'https' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '52926' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'ItemsSearch%5Binvent%5D=1360058&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61' + 'REQUEST_URI' => '/invent/index.php?ItemsSearch%5Binvent%5D=1360058&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609153952.3798 + 'REQUEST_TIME' => 1609153952 +] +2020-12-28 14:12:39 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/items/index.php:297 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:12:39 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/items/index.php:297 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:12:38 [192.168.0.80][1][-][info][application] $_GET = [ + 'ItemsSearch' => [ + 'invent' => '' + 'serial' => '' + 'modelName' => '' + 'regionName' => '' + 'statusName' => '' + ] + 'r' => 'items/index' + 'page' => '61' + '_pjax' => '#p0' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' + '_csrf' => '60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d\";}' + 'PHPSESSID' => 'tqgacssa075p9gdahk6hgkck6n' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 +] + +$_SERVER = [ + 'HTTPS' => 'on' + 'SSL_SERVER_S_DN_C' => 'RU' + 'SSL_SERVER_S_DN_ST' => 'MSK' + 'SSL_SERVER_S_DN_L' => 'Moscow' + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_S_DN_OU' => 'IT' + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' + 'SSL_SERVER_I_DN_C' => 'RU' + 'SSL_SERVER_I_DN_ST' => 'MSK' + 'SSL_SERVER_I_DN_L' => 'Moscow' + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_I_DN_OU' => 'IT' + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' + 'SSL_PROTOCOL' => 'TLSv1.2' + 'SSL_SECURE_RENEG' => 'true' + 'SSL_COMPRESS_METHOD' => 'NULL' + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' + 'SSL_CIPHER_EXPORT' => 'false' + 'SSL_CIPHER_USEKEYSIZE' => '128' + 'SSL_CIPHER_ALGKEYSIZE' => '128' + 'SSL_CLIENT_VERIFY' => 'NONE' + 'SSL_SERVER_M_VERSION' => '1' + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_A_KEY' => 'rsaEncryption' + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' + 'SSL_SESSION_ID' => '21f52dcfeeeff1826781c47ecfdfece9b049d96f33b8141a3b5e9841730d72b4' + 'SSL_SESSION_RESUMED' => 'Resumed' + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_ACCEPT' => 'text/html, */*; q=0.01' + 'HTTP_X_CSRF_TOKEN' => 'FQXXOLVwTnXeL12NJR4KPbUQwkuMzf_FzGlknEgKXOdtTZJxhxgKP41Fau9tWkRHxnKpHfa4p6T6D0mxfn0Dgw==' + 'HTTP_X_REQUESTED_WITH' => 'XMLHttpRequest' + 'HTTP_X_PJAX' => 'true' + 'HTTP_X_PJAX_CONTAINER' => '#p0' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' + 'CONTENT_TYPE' => 'application/x-www-form-urlencoded; charset=UTF-8' + 'HTTP_SEC_FETCH_SITE' => 'same-origin' + 'HTTP_SEC_FETCH_MODE' => 'cors' + 'HTTP_SEC_FETCH_DEST' => 'empty' + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=1360058&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' + 'HTTP_COOKIE' => '_identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D; _csrf=60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d%22%3B%7D; PHPSESSID=tqgacssa075p9gdahk6hgkck6n' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '443' + 'REMOTE_ADDR' => '192.168.0.80' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'https' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '52935' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&_pjax=%23p0' + 'REQUEST_URI' => '/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&_pjax=%23p0' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609153958.9663 + 'REQUEST_TIME' => 1609153958 +] +2020-12-28 14:13:10 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/layouts/main.php:104 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:13:10 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 +2020-12-28 14:13:10 [192.168.0.80][1][-][info][application] $_GET = [ + 'ItemsSearch' => [ + 'invent' => '' + 'serial' => '' + 'modelName' => '' + 'regionName' => '' + 'statusName' => '' + ] + 'r' => 'items/index' + 'page' => '61' + '_pjax' => '#ItemsTable' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' + '_csrf' => '60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d\";}' + 'PHPSESSID' => 'tqgacssa075p9gdahk6hgkck6n' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 + 'pageSize' => 100 +] + +$_SERVER = [ + 'HTTPS' => 'on' + 'SSL_SERVER_S_DN_C' => 'RU' + 'SSL_SERVER_S_DN_ST' => 'MSK' + 'SSL_SERVER_S_DN_L' => 'Moscow' + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_S_DN_OU' => 'IT' + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' + 'SSL_SERVER_I_DN_C' => 'RU' + 'SSL_SERVER_I_DN_ST' => 'MSK' + 'SSL_SERVER_I_DN_L' => 'Moscow' + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_I_DN_OU' => 'IT' + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' + 'SSL_PROTOCOL' => 'TLSv1.2' + 'SSL_SECURE_RENEG' => 'true' + 'SSL_COMPRESS_METHOD' => 'NULL' + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' + 'SSL_CIPHER_EXPORT' => 'false' + 'SSL_CIPHER_USEKEYSIZE' => '128' + 'SSL_CIPHER_ALGKEYSIZE' => '128' + 'SSL_CLIENT_VERIFY' => 'NONE' + 'SSL_SERVER_M_VERSION' => '1' + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_A_KEY' => 'rsaEncryption' + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' + 'SSL_SESSION_ID' => '21f52dcfeeeff1826781c47ecfdfece9b049d96f33b8141a3b5e9841730d72b4' + 'SSL_SESSION_RESUMED' => 'Resumed' + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_ACCEPT' => 'text/html, */*; q=0.01' + 'HTTP_X_CSRF_TOKEN' => 'FQXXOLVwTnXeL12NJR4KPbUQwkuMzf_FzGlknEgKXOdtTZJxhxgKP41Fau9tWkRHxnKpHfa4p6T6D0mxfn0Dgw==' + 'HTTP_X_REQUESTED_WITH' => 'XMLHttpRequest' + 'HTTP_X_PJAX' => 'true' + 'HTTP_X_PJAX_CONTAINER' => '#ItemsTable' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' + 'CONTENT_TYPE' => 'application/x-www-form-urlencoded; charset=UTF-8' + 'HTTP_SEC_FETCH_SITE' => 'same-origin' + 'HTTP_SEC_FETCH_MODE' => 'cors' + 'HTTP_SEC_FETCH_DEST' => 'empty' + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' + 'HTTP_COOKIE' => '_identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D; _csrf=60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d%22%3B%7D; PHPSESSID=tqgacssa075p9gdahk6hgkck6n' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '443' + 'REMOTE_ADDR' => '192.168.0.80' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'https' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '52938' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&_pjax=%23ItemsTable' + 'REQUEST_URI' => '/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&_pjax=%23ItemsTable' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609153990.291 + 'REQUEST_TIME' => 1609153990 +] +2020-12-28 14:13:10 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/layouts/main.php:104 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:13:10 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 +2020-12-28 14:13:10 [192.168.0.80][1][-][info][application] $_GET = [ + 'ItemsSearch' => [ + 'invent' => '' + 'serial' => '' + 'modelName' => '' + 'regionName' => '' + 'statusName' => '' + ] + 'r' => 'items/index' + 'page' => '61' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' + '_csrf' => '60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d\";}' + 'PHPSESSID' => 'tqgacssa075p9gdahk6hgkck6n' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 + 'pageSize' => 100 +] + +$_SERVER = [ + 'HTTPS' => 'on' + 'SSL_SERVER_S_DN_C' => 'RU' + 'SSL_SERVER_S_DN_ST' => 'MSK' + 'SSL_SERVER_S_DN_L' => 'Moscow' + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_S_DN_OU' => 'IT' + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' + 'SSL_SERVER_I_DN_C' => 'RU' + 'SSL_SERVER_I_DN_ST' => 'MSK' + 'SSL_SERVER_I_DN_L' => 'Moscow' + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_I_DN_OU' => 'IT' + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' + 'SSL_PROTOCOL' => 'TLSv1.2' + 'SSL_SECURE_RENEG' => 'true' + 'SSL_COMPRESS_METHOD' => 'NULL' + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' + 'SSL_CIPHER_EXPORT' => 'false' + 'SSL_CIPHER_USEKEYSIZE' => '128' + 'SSL_CIPHER_ALGKEYSIZE' => '128' + 'SSL_CLIENT_VERIFY' => 'NONE' + 'SSL_SERVER_M_VERSION' => '1' + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_A_KEY' => 'rsaEncryption' + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' + 'SSL_SESSION_ID' => '21f52dcfeeeff1826781c47ecfdfece9b049d96f33b8141a3b5e9841730d72b4' + 'SSL_SESSION_RESUMED' => 'Resumed' + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' + 'HTTP_SEC_FETCH_SITE' => 'same-origin' + 'HTTP_SEC_FETCH_MODE' => 'navigate' + 'HTTP_SEC_FETCH_USER' => '?1' + 'HTTP_SEC_FETCH_DEST' => 'document' + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' + 'HTTP_COOKIE' => '_identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D; _csrf=60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d%22%3B%7D; PHPSESSID=tqgacssa075p9gdahk6hgkck6n' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '443' + 'REMOTE_ADDR' => '192.168.0.80' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'https' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '52938' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100' + 'REQUEST_URI' => '/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609153990.4171 + 'REQUEST_TIME' => 1609153990 +] +2020-12-28 14:13:20 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/layouts/main.php:104 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:13:20 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 +2020-12-28 14:13:20 [192.168.0.80][1][-][info][application] $_GET = [ + 'ItemsSearch' => [ + 'invent' => '' + 'serial' => '' + 'modelName' => '' + 'regionName' => '' + 'statusName' => '' + ] + 'r' => 'items/index' + 'page' => '61' + '_pjax' => '#ItemsTable' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' + '_csrf' => '60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d\";}' + 'PHPSESSID' => 'tqgacssa075p9gdahk6hgkck6n' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 + 'pageSize' => 20 +] + +$_SERVER = [ + 'HTTPS' => 'on' + 'SSL_SERVER_S_DN_C' => 'RU' + 'SSL_SERVER_S_DN_ST' => 'MSK' + 'SSL_SERVER_S_DN_L' => 'Moscow' + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_S_DN_OU' => 'IT' + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' + 'SSL_SERVER_I_DN_C' => 'RU' + 'SSL_SERVER_I_DN_ST' => 'MSK' + 'SSL_SERVER_I_DN_L' => 'Moscow' + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_I_DN_OU' => 'IT' + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' + 'SSL_PROTOCOL' => 'TLSv1.2' + 'SSL_SECURE_RENEG' => 'true' + 'SSL_COMPRESS_METHOD' => 'NULL' + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' + 'SSL_CIPHER_EXPORT' => 'false' + 'SSL_CIPHER_USEKEYSIZE' => '128' + 'SSL_CIPHER_ALGKEYSIZE' => '128' + 'SSL_CLIENT_VERIFY' => 'NONE' + 'SSL_SERVER_M_VERSION' => '1' + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_A_KEY' => 'rsaEncryption' + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' + 'SSL_SESSION_ID' => '21f52dcfeeeff1826781c47ecfdfece9b049d96f33b8141a3b5e9841730d72b4' + 'SSL_SESSION_RESUMED' => 'Resumed' + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_ACCEPT' => 'text/html, */*; q=0.01' + 'HTTP_X_CSRF_TOKEN' => 'WGNlyPrpCDRRGFWOCmM21FlR7AstJThOhHPnzO4y9NIgKyCByIFMfgJyYuxCJ3iuKjOHXVdQYC-yFcrh2EWrtg==' + 'HTTP_X_REQUESTED_WITH' => 'XMLHttpRequest' + 'HTTP_X_PJAX' => 'true' + 'HTTP_X_PJAX_CONTAINER' => '#ItemsTable' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' + 'CONTENT_TYPE' => 'application/x-www-form-urlencoded; charset=UTF-8' + 'HTTP_SEC_FETCH_SITE' => 'same-origin' + 'HTTP_SEC_FETCH_MODE' => 'cors' + 'HTTP_SEC_FETCH_DEST' => 'empty' + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' + 'HTTP_COOKIE' => '_identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D; _csrf=60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d%22%3B%7D; PHPSESSID=tqgacssa075p9gdahk6hgkck6n' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '443' + 'REMOTE_ADDR' => '192.168.0.80' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'https' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '52943' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&pageSize=20&_pjax=%23ItemsTable' + 'REQUEST_URI' => '/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&pageSize=20&_pjax=%23ItemsTable' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609154000.5346 + 'REQUEST_TIME' => 1609154000 +] +2020-12-28 14:13:20 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 + in /var/www/invent/basic/views/layouts/main.php:104 + in /var/www/invent/basic/controllers/ItemsController.php:306 +2020-12-28 14:13:20 [192.168.0.80][1][-][warning][yii\debug\Module::checkAccess] Access to debugger is denied due to IP address restriction. The requesting IP address is 192.168.0.80 +2020-12-28 14:13:20 [192.168.0.80][1][-][info][application] $_GET = [ + 'ItemsSearch' => [ + 'invent' => '' + 'serial' => '' + 'modelName' => '' + 'regionName' => '' + 'statusName' => '' + ] + 'r' => 'items/index' + 'page' => '61' +] + +$_POST = [] + +$_FILES = [] + +$_COOKIE = [ + '_identity' => '992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa:2:{i:0;s:9:\"_identity\";i:1;s:16:\"[1,null,2592000]\";}' + '_csrf' => '60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a:2:{i:0;s:5:\"_csrf\";i:1;s:32:\"xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d\";}' + 'PHPSESSID' => 'tqgacssa075p9gdahk6hgkck6n' +] + +$_SESSION = [ + '__flash' => [] + '__id' => 1 + 'pageSize' => 20 +] + +$_SERVER = [ + 'HTTPS' => 'on' + 'SSL_SERVER_S_DN_C' => 'RU' + 'SSL_SERVER_S_DN_ST' => 'MSK' + 'SSL_SERVER_S_DN_L' => 'Moscow' + 'SSL_SERVER_S_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_S_DN_OU' => 'IT' + 'SSL_SERVER_S_DN_CN' => '192.168.0.32' + 'SSL_SERVER_S_DN_Email' => 'tervet1@inbox.ru' + 'SSL_SERVER_I_DN_C' => 'RU' + 'SSL_SERVER_I_DN_ST' => 'MSK' + 'SSL_SERVER_I_DN_L' => 'Moscow' + 'SSL_SERVER_I_DN_O' => 'GBUV MO TERVETUPRAVLENIE N1' + 'SSL_SERVER_I_DN_OU' => 'IT' + 'SSL_SERVER_I_DN_CN' => '192.168.0.32' + 'SSL_SERVER_I_DN_Email' => 'tervet1@inbox.ru' + 'SSL_VERSION_INTERFACE' => 'mod_ssl/2.4.25' + 'SSL_VERSION_LIBRARY' => 'OpenSSL/1.0.2u' + 'SSL_PROTOCOL' => 'TLSv1.2' + 'SSL_SECURE_RENEG' => 'true' + 'SSL_COMPRESS_METHOD' => 'NULL' + 'SSL_CIPHER' => 'ECDHE-RSA-AES128-GCM-SHA256' + 'SSL_CIPHER_EXPORT' => 'false' + 'SSL_CIPHER_USEKEYSIZE' => '128' + 'SSL_CIPHER_ALGKEYSIZE' => '128' + 'SSL_CLIENT_VERIFY' => 'NONE' + 'SSL_SERVER_M_VERSION' => '1' + 'SSL_SERVER_M_SERIAL' => 'A339F5E73AD6C129' + 'SSL_SERVER_V_START' => 'Sep 19 06:04:13 2020 GMT' + 'SSL_SERVER_V_END' => 'May 29 06:04:13 2034 GMT' + 'SSL_SERVER_S_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_I_DN' => 'emailAddress=tervet1@inbox.ru,CN=192.168.0.32,OU=IT,O=GBUV MO TERVETUPRAVLENIE N1,L=Moscow,ST=MSK,C=RU' + 'SSL_SERVER_A_KEY' => 'rsaEncryption' + 'SSL_SERVER_A_SIG' => 'sha256WithRSAEncryption' + 'SSL_SESSION_ID' => '21f52dcfeeeff1826781c47ecfdfece9b049d96f33b8141a3b5e9841730d72b4' + 'SSL_SESSION_RESUMED' => 'Resumed' + 'HTTP_HOST' => '192.168.0.32' + 'HTTP_CONNECTION' => 'keep-alive' + 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' + 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36' + 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' + 'HTTP_SEC_FETCH_SITE' => 'same-origin' + 'HTTP_SEC_FETCH_MODE' => 'navigate' + 'HTTP_SEC_FETCH_USER' => '?1' + 'HTTP_SEC_FETCH_DEST' => 'document' + 'HTTP_REFERER' => 'https://192.168.0.32/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100' + 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' + 'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' + 'HTTP_COOKIE' => '_identity=992cc680fcb56a39cf1a309dc6073fe21f1604f6f2a8c4dc514ba5f1d621968aa%3A2%3A%7Bi%3A0%3Bs%3A9%3A%22_identity%22%3Bi%3A1%3Bs%3A16%3A%22%5B1%2Cnull%2C2592000%5D%22%3B%7D; _csrf=60b921b9906d7b559045825bfb97c3c07e1a749cdd5688e5e660b7fd92870bc0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xHEI2hDJSj7bHDNzsbkVzuXa6f--6w_d%22%3B%7D; PHPSESSID=tqgacssa075p9gdahk6hgkck6n' + 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + 'SERVER_SIGNATURE' => '
Apache/2.4.25 (Debian) Server at 192.168.0.32 Port 443
+' + 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)' + 'SERVER_NAME' => '192.168.0.32' + 'SERVER_ADDR' => '192.168.0.32' + 'SERVER_PORT' => '443' + 'REMOTE_ADDR' => '192.168.0.80' + 'DOCUMENT_ROOT' => '/var/www/html' + 'REQUEST_SCHEME' => 'https' + 'CONTEXT_PREFIX' => '/invent' + 'CONTEXT_DOCUMENT_ROOT' => '/var/www/invent/basic/web' + 'SERVER_ADMIN' => 'webmaster@localhost' + 'SCRIPT_FILENAME' => '/var/www/invent/basic/web/index.php' + 'REMOTE_PORT' => '52943' + 'GATEWAY_INTERFACE' => 'CGI/1.1' + 'SERVER_PROTOCOL' => 'HTTP/1.1' + 'REQUEST_METHOD' => 'GET' + 'QUERY_STRING' => 'ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&pageSize=20' + 'REQUEST_URI' => '/invent/index.php?ItemsSearch%5Binvent%5D=&ItemsSearch%5Bserial%5D=&ItemsSearch%5BmodelName%5D=&ItemsSearch%5BregionName%5D=&ItemsSearch%5BstatusName%5D=&r=items%2Findex&page=61&pageSize=100&pageSize=20' + 'SCRIPT_NAME' => '/invent/index.php' + 'PHP_SELF' => '/invent/index.php' + 'REQUEST_TIME_FLOAT' => 1609154000.66 + 'REQUEST_TIME' => 1609154000 +] diff --git a/views/items/index.php b/views/items/index.php index 2afcd89..46881eb 100644 --- a/views/items/index.php +++ b/views/items/index.php @@ -22,6 +22,9 @@ $columns = [[ 'class' => 'yii\grid\SerialColumn' ]]; // Кнопки действий {view} {update} {delete} {print} $template = ''; $buttons = []; + +$pageSize = Yii::$app->session['pageSize'] ?? 20; + if (User::canPermission('updateRecord')) { // Кнопки @@ -195,7 +198,19 @@ array_push($columns, [ 'class' => 'yii\grid\ActionColumn', 'template' => $template, 'buttons' => $buttons, + 'header' => Html::dropDownList( + 'pageSize', $pageSize, [ + 20 => 20, + 50 => 50, + 100 => 100, + 0 => 'Все', + ], + [ 'onChange' => '$.pjax.reload({container: "#ItemsTable", url: $(location).attr("href") + "&pageSize=" + $(this).val()});', + 'title' => Yii::t('app', 'Lines per page'), + ] + ), ]); + ?>
@@ -257,6 +272,7 @@ array_push($columns, [ ?>
+ 'ItemsTable', 'dataProvider' => $dataProvider, // Источник данных @@ -274,5 +290,6 @@ array_push($columns, [ }, 'columns' => $columns, ]); ?> +