diff --git a/backend/modules/task/controllers/TaskUserController.php b/backend/modules/task/controllers/TaskUserController.php index 0f3adc6..975a9a1 100644 --- a/backend/modules/task/controllers/TaskUserController.php +++ b/backend/modules/task/controllers/TaskUserController.php @@ -173,7 +173,7 @@ class TaskUserController extends Controller $parents = $_POST['depdrop_parents']; if ($parents != null) { $task_id = $parents[0]; - $users = ProjectUser::usersByTaskArr($task_id); + $users = ProjectUser::userCardByTaskArr($task_id); $formattedUsersArr = array(); foreach ($users as $key => $value){ @@ -185,9 +185,4 @@ class TaskUserController extends Controller } return ['output'=>'', 'selected'=>'']; } - - public function actionDynamicProjectUser() - { - var_dump('hhh'); die; - } } diff --git a/backend/modules/task/views/task-user/_form.php b/backend/modules/task/views/task-user/_form.php index 2264b6c..f6484e0 100644 --- a/backend/modules/task/views/task-user/_form.php +++ b/backend/modules/task/views/task-user/_form.php @@ -29,7 +29,7 @@ use yii\widgets\ActiveForm; field($model, 'project_user_id')->widget(DepDrop::className(), [ 'type' => DepDrop::TYPE_SELECT2, - 'options' => ['id' => 'project-user-id', 'allowClear' => true, 'multiple' => true], // , 'multiple' => true + 'options' => ['id' => 'project-user-id', 'allowClear' => true, 'multiple' => true], 'select2Options' => [ 'pluginOptions' => [ 'allowClear' => true, diff --git a/backend/modules/task/views/task-user/index.php b/backend/modules/task/views/task-user/index.php index f73924e..6aab952 100644 --- a/backend/modules/task/views/task-user/index.php +++ b/backend/modules/task/views/task-user/index.php @@ -2,6 +2,7 @@ use backend\modules\project\models\ProjectUser; use backend\modules\task\models\Task; +use backend\modules\task\models\TaskUser; use kartik\select2\Select2; use yii\helpers\Html; use yii\grid\GridView; @@ -35,7 +36,8 @@ $this->params['breadcrumbs'][] = $this->title; 'filter' => Select2::widget([ 'model' => $searchModel, 'attribute' => 'task_id', - 'data' => Task::find()->select(['title', 'id'])->indexBy('id')->column(), + 'data' => TaskUser::find()->joinWith('task') + ->select(['task.title', 'task.id'])->indexBy('task.id')->column(), 'pluginOptions' => [ 'allowClear' => true, 'width' => '250px', @@ -48,12 +50,12 @@ $this->params['breadcrumbs'][] = $this->title; ], [ 'attribute' => 'project_user_id', - 'value' => 'projectUser.user.username', + 'value' => 'projectUser.card.fio', 'filter' => Select2::widget([ 'model' => $searchModel, 'attribute' => 'project_user_id', - 'data' => ProjectUser::find()->select(['user.username', 'project_user.id']) - ->joinWith('user')->indexBy('project_user.id')->column(), + 'data' => TaskUser::find()->joinWith('projectUser.card') + ->select(['user_card.fio', 'task_user.id'])->column(), 'pluginOptions' => [ 'allowClear' => true, 'width' => '250px', diff --git a/backend/modules/task/views/task-user/view.php b/backend/modules/task/views/task-user/view.php index c69a274..79b0f98 100644 --- a/backend/modules/task/views/task-user/view.php +++ b/backend/modules/task/views/task-user/view.php @@ -36,7 +36,7 @@ $this->params['breadcrumbs'][] = $this->title; ], [ 'attribute' => 'project_user_id', - 'value' => ArrayHelper::getValue($model, 'projectUser.user.username'), + 'value' => ArrayHelper::getValue($model, 'projectUser.card.fio'), ], ], ]) ?> diff --git a/common/models/ProjectUser.php b/common/models/ProjectUser.php index efc0b03..7974f18 100644 --- a/common/models/ProjectUser.php +++ b/common/models/ProjectUser.php @@ -119,6 +119,12 @@ class ProjectUser extends \yii\db\ActiveRecord self::find()->joinWith(['tasksByProject', 'user'])->where(['task.id' => $task_id])->all(), 'id', 'user.username'); } + public static function userCardByTaskArr($task_id): array + { + return ArrayHelper::map( + self::find()->joinWith(['tasksByProject', 'card'])->where(['task.id' => $task_id])->all(), 'id', 'card.fio'); + } + public static function setUsersByCardId() { $projectUserModels = self::findAll(['user_id' => null]); diff --git a/common/models/TaskUser.php b/common/models/TaskUser.php index 0bfc35b..b276ab4 100644 --- a/common/models/TaskUser.php +++ b/common/models/TaskUser.php @@ -3,6 +3,7 @@ namespace common\models; use Yii; +use yii\base\InvalidConfigException; use yii\db\ActiveQuery; /** @@ -65,6 +66,4 @@ class TaskUser extends \yii\db\ActiveRecord { return $this->hasOne(Task::className(), ['id' => 'task_id']); } - - } diff --git a/frontend-access.log b/frontend-access.log index e50fcf7..e8a9408 100644 --- a/frontend-access.log +++ b/frontend-access.log @@ -71588,3 +71588,795 @@ 127.0.0.1 - - [17/Dec/2021:15:13:29 +0300] "GET /debug/default/toolbar?tag=61bc7ee903a16 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=156" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" 127.0.0.1 - - [17/Dec/2021:15:13:30 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 16424 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=156" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" 127.0.0.1 - - [17/Dec/2021:15:13:30 +0300] "GET /debug/default/toolbar?tag=61bc7eea60da4 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:51 +0300] "GET /task/task HTTP/1.1" 200 14701 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /debug/default/toolbar?tag=61c179ff9838f HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:53:52 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:22 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:22 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:23 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14881 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:23 +0300] "GET /debug/default/toolbar?tag=61c17a1f4a93b HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:23 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:27 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=213&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 13737 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:27 +0300] "GET /debug/default/toolbar?tag=61c17a23a8520 HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=213&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:32 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14883 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=213&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:32 +0300] "GET /debug/default/toolbar?tag=61c17a287c2bb HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:35 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=2&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14637 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:35 +0300] "GET /debug/default/toolbar?tag=61c17a2b8d925 HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=2&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:38 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14886 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=2&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:54:39 +0300] "GET /debug/default/toolbar?tag=61c17a2eb4ef4 HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:23 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=3&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14621 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:23 +0300] "GET /debug/default/toolbar?tag=61c17a97526dd HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=3&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:25 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14881 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=3&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:25 +0300] "GET /debug/default/toolbar?tag=61c17a993c072 HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:27 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=8&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14622 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:27 +0300] "GET /debug/default/toolbar?tag=61c17a9b753a8 HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=8&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:29 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14881 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=8&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:29 +0300] "GET /debug/default/toolbar?tag=61c17a9d98837 HTTP/1.1" 200 3402 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:36 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=sdfghj&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 13746 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:36 +0300] "GET /debug/default/toolbar?tag=61c17aa41ce15 HTTP/1.1" 200 3402 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=sdfghj&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:44 +0300] "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1" 200 14879 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=sdfghj&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:56:44 +0300] "GET /debug/default/toolbar?tag=61c17aac816ae HTTP/1.1" 200 3402 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:57:17 +0300] "GET /task/task-user HTTP/1.1" 200 14004 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:09:57:17 +0300] "GET /debug/default/toolbar?tag=61c17acd4f277 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:40 +0300] "GET /task/task-user HTTP/1.1" 200 14005 "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:40 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:41 +0300] "GET /debug/default/toolbar?tag=61c1c3c84ed57 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:41 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:41 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:45 +0300] "GET /task/task HTTP/1.1" 200 14700 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:08:46 +0300] "GET /debug/default/toolbar?tag=61c1c3cdd44ee HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:07 +0300] "GET /task/task HTTP/1.1" 200 14699 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:07 +0300] "GET /debug/default/toolbar?tag=61c1c3e317086 HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:09 +0300] "GET /task/task-user HTTP/1.1" 200 14004 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:10 +0300] "GET /debug/default/toolbar?tag=61c1c3e5ce557 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:24 +0300] "GET /task/task HTTP/1.1" 200 14699 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:24 +0300] "GET /debug/default/toolbar?tag=61c1c3f4847c8 HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:25 +0300] "GET /task/task-user HTTP/1.1" 200 14005 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:25 +0300] "GET /debug/default/toolbar?tag=61c1c3f5841a2 HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:45 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:45 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:46 +0300] "GET /task/task-user/create HTTP/1.1" 200 13634 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:46 +0300] "GET /assets/69f58a44/css/dependent-dropdown.css HTTP/1.1" 200 518 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:46 +0300] "GET /assets/69f58a44/js/dependent-dropdown.js HTTP/1.1" 304 0 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:46 +0300] "GET /assets/f3677068/js/depdrop.js HTTP/1.1" 304 0 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:46 +0300] "GET /debug/default/toolbar?tag=61c1c40a7be1f HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:47 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:47 +0300] "GET /assets/69f58a44/img/loading.gif HTTP/1.1" 200 1849 "http://backend.guild.loc/assets/69f58a44/css/dependent-dropdown.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:53 +0300] "GET /task/task-user HTTP/1.1" 200 14006 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:53 +0300] "GET /debug/default/toolbar?tag=61c1c411460a1 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:53 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:55 +0300] "GET /task/task-user/create HTTP/1.1" 200 13636 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:56 +0300] "GET /debug/default/toolbar?tag=61c1c413da018 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:56 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:58 +0300] "GET /task/task HTTP/1.1" 200 14698 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:09:58 +0300] "GET /debug/default/toolbar?tag=61c1c41657de8 HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:15 +0300] "GET /project/project HTTP/1.1" 200 15163 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:15 +0300] "GET /debug/default/toolbar?tag=61c1c4271438a HTTP/1.1" 200 3407 "http://backend.guild.loc/project/project" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:16 +0300] "GET /project/project-user HTTP/1.1" 200 16232 "http://backend.guild.loc/project/project" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:16 +0300] "GET /debug/default/toolbar?tag=61c1c4288211c HTTP/1.1" 200 3413 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:20 +0300] "GET /project/project HTTP/1.1" 200 15165 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:20 +0300] "GET /debug/default/toolbar?tag=61c1c42c4c270 HTTP/1.1" 200 3411 "http://backend.guild.loc/project/project" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:23 +0300] "GET /project/project-user HTTP/1.1" 200 16237 "http://backend.guild.loc/project/project" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:23 +0300] "GET /debug/default/toolbar?tag=61c1c42f32507 HTTP/1.1" 200 3413 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:24 +0300] "GET /project/project-user/create HTTP/1.1" 200 13839 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:24 +0300] "GET /debug/default/toolbar?tag=61c1c430681f2 HTTP/1.1" 200 3413 "http://backend.guild.loc/project/project-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:31 +0300] "GET /project/project-user HTTP/1.1" 200 16235 "http://backend.guild.loc/project/project" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:31 +0300] "GET /debug/default/toolbar?tag=61c1c43747792 HTTP/1.1" 200 3414 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:33 +0300] "GET /project/project-user/create HTTP/1.1" 200 13836 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:33 +0300] "GET /debug/default/toolbar?tag=61c1c43928f57 HTTP/1.1" 200 3413 "http://backend.guild.loc/project/project-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:36 +0300] "GET /task/task HTTP/1.1" 200 14700 "http://backend.guild.loc/project/project-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:36 +0300] "GET /debug/default/toolbar?tag=61c1c43c1349e HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:38 +0300] "GET /task/task/create HTTP/1.1" 200 14122 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:10:38 +0300] "GET /debug/default/toolbar?tag=61c1c43e4e501 HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "POST /task/task/create HTTP/1.1" 302 5 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /task/task/view?id=11 HTTP/1.1" 200 14707 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/b1405518/css/jquery.resizableColumns.css HTTP/1.1" 200 552 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/b1405518/css/kv-grid.css HTTP/1.1" 200 14416 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/56e16ff2/css/bootstrap-dialog-bs3.css HTTP/1.1" 200 2726 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/b1405518/css/kv-grid-edited-row.css HTTP/1.1" 200 680 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/b1405518/js/kv-grid-export.js HTTP/1.1" 200 18811 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/b1405518/js/jquery.resizableColumns.js HTTP/1.1" 200 8627 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /assets/b1405518/js/kv-grid-edited-row.js HTTP/1.1" 200 1097 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /debug/default/toolbar?tag=61c1c4598c44e HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:05 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:09 +0300] "GET /task/task-user/create?task_id=11 HTTP/1.1" 200 13660 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:09 +0300] "GET /debug/default/toolbar?tag=61c1c45d493ee HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:09 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:15 +0300] "POST /task/task-user/create?task_id=11 HTTP/1.1" 302 5 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:15 +0300] "GET /task/task/view?id=11 HTTP/1.1" 200 15281 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:16 +0300] "GET /debug/default/toolbar?tag=61c1c463b8248 HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:17 +0300] "GET /task/task/index?id=11 HTTP/1.1" 200 14855 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:18 +0300] "GET /debug/default/toolbar?tag=61c1c465d25fa HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task/index?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:22 +0300] "GET /task/task-user HTTP/1.1" 200 15039 "http://backend.guild.loc/task/task/index?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:22 +0300] "GET /debug/default/toolbar?tag=61c1c46a179df HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:29 +0300] "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74 HTTP/1.1" 200 15097 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:30 +0300] "GET /debug/default/toolbar?tag=61c1c471e5578 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:49 +0300] "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74&sort=project_user_id HTTP/1.1" 200 15124 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:11:50 +0300] "GET /debug/default/toolbar?tag=61c1c485c6f5d HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:28 +0300] "GET /task/task HTTP/1.1" 200 14834 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:28 +0300] "GET /debug/default/toolbar?tag=61c1c4ac692bc HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:31 +0300] "GET /task/task/update?id=11 HTTP/1.1" 200 14170 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:31 +0300] "GET /debug/default/toolbar?tag=61c1c4af0c2cd HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task/update?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:33 +0300] "POST /task/task/update?id=11 HTTP/1.1" 302 5 "http://backend.guild.loc/task/task/update?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:33 +0300] "GET /task/task/view?id=11 HTTP/1.1" 200 15282 "http://backend.guild.loc/task/task/update?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:33 +0300] "GET /debug/default/toolbar?tag=61c1c4b1a7766 HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:33 +0300] "GET /assets/71772193/fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028 "http://backend.guild.loc/assets/71772193/css/bootstrap.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:35 +0300] "GET /task/task-user/create?task_id=11 HTTP/1.1" 200 13663 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:36 +0300] "GET /debug/default/toolbar?tag=61c1c4b3baac5 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:36 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:36 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:49 +0300] "GET /task/task HTTP/1.1" 200 14839 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:50 +0300] "GET /debug/default/toolbar?tag=61c1c4c1da58a HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:51 +0300] "GET /task/task/create HTTP/1.1" 200 14121 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:51 +0300] "GET /debug/default/toolbar?tag=61c1c4c37d7ea HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:54 +0300] "GET /task/task HTTP/1.1" 200 14838 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:54 +0300] "GET /debug/default/toolbar?tag=61c1c4c69cced HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:57 +0300] "GET /task/task/view?id=11 HTTP/1.1" 200 15284 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:57 +0300] "GET /debug/default/toolbar?tag=61c1c4c92089c HTTP/1.1" 200 3405 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:59 +0300] "GET /task/task-user/create?task_id=11 HTTP/1.1" 200 13661 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:59 +0300] "GET /debug/default/toolbar?tag=61c1c4cb1cb33 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:12:59 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/create?task_id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:01 +0300] "GET /task/task/view?id=11 HTTP/1.1" 200 15284 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:01 +0300] "GET /debug/default/toolbar?tag=61c1c4cd5cf2c HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:04 +0300] "GET /task/task HTTP/1.1" 200 14834 "http://backend.guild.loc/task/task/view?id=11" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:04 +0300] "GET /debug/default/toolbar?tag=61c1c4d0a6feb HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:05 +0300] "GET /task/task/create HTTP/1.1" 200 14126 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:05 +0300] "GET /debug/default/toolbar?tag=61c1c4d187b08 HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:17 +0300] "POST /task/task/create HTTP/1.1" 302 5 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:17 +0300] "GET /task/task/view?id=12 HTTP/1.1" 200 14715 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:17 +0300] "GET /debug/default/toolbar?tag=61c1c4dd1f73e HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task/view?id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:20 +0300] "GET /task/task-user/create?task_id=12 HTTP/1.1" 200 13667 "http://backend.guild.loc/task/task/view?id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:20 +0300] "GET /debug/default/toolbar?tag=61c1c4e016570 HTTP/1.1" 200 3412 "http://backend.guild.loc/task/task-user/create?task_id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:13:20 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/create?task_id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:15:22 +0300] "GET /task/task/view?id=12 HTTP/1.1" 200 14717 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:15:22 +0300] "GET /debug/default/toolbar?tag=61c1c55a64cc4 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task/view?id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:15:23 +0300] "GET /task/task-user HTTP/1.1" 200 15057 "http://backend.guild.loc/task/task/view?id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:15:24 +0300] "GET /debug/default/toolbar?tag=61c1c55bc5352 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:16:27 +0300] "GET /task/task-user HTTP/1.1" 500 111735 "http://backend.guild.loc/task/task/view?id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:16:27 +0300] "GET /debug/default/toolbar?tag=61c1c59b0327e HTTP/1.1" 200 3478 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:16:27 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /task/task-user HTTP/1.1" 200 14743 "http://backend.guild.loc/task/task/view?id=12" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /debug/default/toolbar?tag=61c1c7df2e9dc HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:07 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:10 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:10 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:42 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79 HTTP/1.1" 200 13766 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:42 +0300] "GET /debug/default/toolbar?tag=61c1c80269647 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:42 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:46 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14798 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:46 +0300] "GET /debug/default/toolbar?tag=61c1c80622565 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:55 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114314 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:55 +0300] "GET /debug/default/toolbar?tag=61c1c80fa0633 HTTP/1.1" 200 3483 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:26:55 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:13 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114339 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:13 +0300] "GET /debug/default/toolbar?tag=61c1c82176410 HTTP/1.1" 200 3484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:13 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14797 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:23 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:24 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:24 +0300] "GET /debug/default/toolbar?tag=61c1c82bada39 HTTP/1.1" 200 3407 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:24 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:24 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:24 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:26 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:26 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:43 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114277 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:43 +0300] "GET /debug/default/toolbar?tag=61c1c83f5548b HTTP/1.1" 200 3478 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:27:43 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:07 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 113891 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:08 +0300] "GET /debug/default/toolbar?tag=61c1c857e5782 HTTP/1.1" 200 3477 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:08 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:16 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14795 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /debug/default/toolbar?tag=61c1c860da604 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:17 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:18 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:18 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /questionnaire/user-questionnaire HTTP/1.1" 302 5 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /site/login HTTP/1.1" 200 7787 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:26 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:27 +0300] "GET /assets/71772193/fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028 "http://backend.guild.loc/assets/71772193/css/bootstrap.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:28:27 +0300] "GET /debug/default/toolbar?tag=61c1c86ab73bf HTTP/1.1" 302 5 "http://backend.guild.loc/site/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14772 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /debug/default/toolbar?tag=61c1c958277c8 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:24 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:25 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:26 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:26 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:27 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=11&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14785 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:28 +0300] "GET /debug/default/toolbar?tag=61c1c95be4d80 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=11&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:30 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14773 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=11&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:32:30 +0300] "GET /debug/default/toolbar?tag=61c1c95e3857b HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:34:17 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79 HTTP/1.1" 200 13739 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:34:17 +0300] "GET /debug/default/toolbar?tag=61c1c9c94b696 HTTP/1.1" 200 3407 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:34:20 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14770 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:34:20 +0300] "GET /debug/default/toolbar?tag=61c1c9cc68b77 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:34:20 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:36 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14721 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /debug/default/toolbar?tag=61c1ca54c6f01 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:36:37 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14743 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /debug/default/toolbar?tag=61c1cad7f0123 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:48 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:49 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:38:49 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:46 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114416 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:47 +0300] "GET /debug/default/toolbar?tag=61c1cb4ed1caf HTTP/1.1" 200 3481 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:47 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:53 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14771 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /debug/default/toolbar?tag=61c1cb55d10de HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:54 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:55 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:40:55 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:18 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114295 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:18 +0300] "GET /debug/default/toolbar?tag=61c1cb6e7ca08 HTTP/1.1" 200 3481 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:18 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14773 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /debug/default/toolbar?tag=61c1cb82619fc HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:38 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:40 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:41:40 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:43:41 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 111928 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:43:41 +0300] "GET /debug/default/toolbar?tag=61c1cbfcecbab HTTP/1.1" 200 3479 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:43:41 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:44:03 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 111940 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:44:03 +0300] "GET /debug/default/toolbar?tag=61c1cc131c846 HTTP/1.1" 200 3479 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:44:03 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:10 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 15073 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /debug/default/toolbar?tag=61c1cc56da6c7 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:11 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:12 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:45:12 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:46:48 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 112414 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:46:48 +0300] "GET /debug/default/toolbar?tag=61c1ccb85ab1f HTTP/1.1" 200 3480 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:46:48 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14768 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:09 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:10 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:10 +0300] "GET /debug/default/toolbar?tag=61c1cccd9eaa2 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:10 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:10 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:10 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:11 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:47:11 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:59:58 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=2 HTTP/1.1" 200 13732 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:59:58 +0300] "GET /debug/default/toolbar?tag=61c1cfce44a19 HTTP/1.1" 200 3407 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:15:59:58 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 32768 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:00:00 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0 HTTP/1.1" 200 13732 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:00:00 +0300] "GET /debug/default/toolbar?tag=61c1cfd04f405 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:00:01 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14768 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:00:02 +0300] "GET /debug/default/toolbar?tag=61c1cfd1c1c57 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:09:43 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 74845 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:09:43 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:10:09 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 113 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:10:09 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:10:44 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 538 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:10:44 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:11:29 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 533 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:11:29 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:12:39 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 533 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:12:39 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:13:18 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 533 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:13:18 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:15:18 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 113839 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:15:18 +0300] "GET /debug/default/toolbar?tag=61c1d366498b7 HTTP/1.1" 200 3481 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:15:18 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:26:59 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114273 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:27:00 +0300] "GET /debug/default/toolbar?tag=61c1d623e034e HTTP/1.1" 200 3426 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:27:00 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:27:24 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 2472 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:27:25 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:28:06 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 113 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:28:06 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:28:58 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:28:58 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:31:47 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 500 114476 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:31:47 +0300] "GET /debug/default/toolbar?tag=61c1d743c457e HTTP/1.1" 200 3424 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:31:47 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:33:09 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:33:09 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:49:28 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 408 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:49:28 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:10 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 15100 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /debug/default/toolbar?tag=61c1dc0aaeb03 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:11 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:12 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:52:12 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14764 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:45 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:46 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:46 +0300] "GET /debug/default/toolbar?tag=61c1dc69889c7 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:46 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:46 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:46 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:47 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:53:47 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:55 +0300] "GET /task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id HTTP/1.1" 200 14798 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:56 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 131072 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:56 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:56 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:56 +0300] "GET /debug/default/toolbar?tag=61c1dd63dbb37 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1" 200 14769 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:57 +0300] "GET /debug/default/toolbar?tag=61c1dd6576927 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:58 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:58 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:58 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:59 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:57:59 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:58:42 +0300] "GET /task/task-user/view?id=78 HTTP/1.1" 200 12440 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:58:42 +0300] "GET /debug/default/toolbar?tag=61c1dd927ecaa HTTP/1.1" 200 3412 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:39 +0300] "GET /task/task-user/view?id=78 HTTP/1.1" 500 89966 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:39 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:48 +0300] "GET /task/task-user/view?id=78 HTTP/1.1" 200 12437 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /debug/default/toolbar?tag=61c1ddd4d979a HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:16:59:49 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /task/task-user/view?id=78 HTTP/1.1" 200 12439 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /debug/default/toolbar?tag=61c1de00f26e2 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:33 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /task/task-user/view?id=78 HTTP/1.1" 200 12440 "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /debug/default/toolbar?tag=61c1de112e0b6 HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:49 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:52 +0300] "GET /task/task-user/index?id=78 HTTP/1.1" 200 14730 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:52 +0300] "GET /debug/default/toolbar?tag=61c1de1461446 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:52 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:57 +0300] "GET /task/task-user/view?id=78 HTTP/1.1" 200 12439 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:57 +0300] "GET /debug/default/toolbar?tag=61c1de1969167 HTTP/1.1" 200 3412 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:59 +0300] "GET /task/task-user/index?id=78 HTTP/1.1" 200 14729 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:00:59 +0300] "GET /debug/default/toolbar?tag=61c1de1b39e41 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:02 +0300] "GET /task/task-user/update?id=79 HTTP/1.1" 200 13545 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:02 +0300] "GET /debug/default/toolbar?tag=61c1de1e027bd HTTP/1.1" 200 3414 "http://backend.guild.loc/task/task-user/update?id=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:02 +0300] "GET /assets/f3677068/js/depdrop.js HTTP/1.1" 200 986 "http://backend.guild.loc/task/task-user/update?id=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:02 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/update?id=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:05 +0300] "GET /task/task-user/index?id=78 HTTP/1.1" 200 14729 "http://backend.guild.loc/task/task-user/view?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:06 +0300] "GET /debug/default/toolbar?tag=61c1de21a435f HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:06 +0300] "GET /task/task-user/create HTTP/1.1" 200 13655 "http://backend.guild.loc/task/task-user/index?id=78" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:06 +0300] "GET /debug/default/toolbar?tag=61c1de2281be8 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:06 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:43 +0300] "GET /task/task-user HTTP/1.1" 200 14707 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:43 +0300] "GET /debug/default/toolbar?tag=61c1de476cf8c HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:44 +0300] "GET /task/task HTTP/1.1" 200 14985 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:44 +0300] "GET /debug/default/toolbar?tag=61c1de480caa6 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:49 +0300] "GET /task/task-user HTTP/1.1" 200 14709 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:49 +0300] "GET /debug/default/toolbar?tag=61c1de4d18385 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:50 +0300] "GET /task/task-user/create HTTP/1.1" 200 13659 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:50 +0300] "GET /debug/default/toolbar?tag=61c1de4e2613b HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:50 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:01:51 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:06:54 +0300] "GET /task/task-user HTTP/1.1" 200 14710 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:06:54 +0300] "GET /debug/default/toolbar?tag=61c1df7e04467 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:00 +0300] "GET /task/task-user/create HTTP/1.1" 200 13654 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:00 +0300] "GET /debug/default/toolbar?tag=61c1df846a3bc HTTP/1.1" 200 3411 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:00 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:07 +0300] "GET /task/task-user HTTP/1.1" 200 14709 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:07 +0300] "GET /debug/default/toolbar?tag=61c1df8b1f8f8 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:13 +0300] "GET /task/task HTTP/1.1" 200 14982 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:13 +0300] "GET /debug/default/toolbar?tag=61c1df90ef478 HTTP/1.1" 200 3408 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:15 +0300] "GET /task/task/create HTTP/1.1" 200 14124 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:15 +0300] "GET /debug/default/toolbar?tag=61c1df9364bb7 HTTP/1.1" 200 3403 "http://backend.guild.loc/task/task/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:18 +0300] "GET /task/task HTTP/1.1" 200 14983 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:18 +0300] "GET /debug/default/toolbar?tag=61c1df966ea5e HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:19 +0300] "GET /task/task-user HTTP/1.1" 200 14709 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:19 +0300] "GET /debug/default/toolbar?tag=61c1df976ddc7 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:29 +0300] "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74 HTTP/1.1" 200 14765 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:29 +0300] "GET /debug/default/toolbar?tag=61c1dfa1591a2 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:31 +0300] "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74 HTTP/1.1" 200 14760 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:32 +0300] "GET /debug/default/toolbar?tag=61c1dfa3e239a HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:34 +0300] "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=70 HTTP/1.1" 200 13737 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:35 +0300] "GET /debug/default/toolbar?tag=61c1dfa6ce097 HTTP/1.1" 200 3407 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=70" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:39 +0300] "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D= HTTP/1.1" 200 14759 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=70" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:07:39 +0300] "GET /debug/default/toolbar?tag=61c1dfab33381 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:22:07 +0300] "GET /task/task-user/create HTTP/1.1" 200 13653 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:22:07 +0300] "GET /debug/default/toolbar?tag=61c1e30f174de HTTP/1.1" 200 3418 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:22:07 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:22:07 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:22:13 +0300] "POST /task/task-user/executor HTTP/1.1" 200 369 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:07 +0300] "GET /task/task-user/create HTTP/1.1" 200 13651 "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/69f58a44/css/dependent-dropdown.css HTTP/1.1" 200 518 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 200 16405 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/69f58a44/js/dependent-dropdown.js HTTP/1.1" 200 11899 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/f3677068/js/depdrop.js HTTP/1.1" 200 986 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /debug/default/toolbar?tag=61c1e567d4551 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:08 +0300] "GET /assets/69f58a44/img/loading.gif HTTP/1.1" 200 1849 "http://backend.guild.loc/assets/69f58a44/css/dependent-dropdown.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:09 +0300] "GET /assets/5b57ee2f/css/search.png HTTP/1.1" 200 269 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:09 +0300] "GET /assets/5b57ee2f/css/loading.gif HTTP/1.1" 200 1737 "http://backend.guild.loc/assets/5b57ee2f/css/select2-krajee.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:10 +0300] "POST /task/task-user/executor HTTP/1.1" 200 358 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:16 +0300] "POST /task/task-user/create HTTP/1.1" 302 5 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:16 +0300] "GET /task/task-user/index HTTP/1.1" 200 14973 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:32:17 +0300] "GET /debug/default/toolbar?tag=61c1e570da2d7 HTTP/1.1" 200 3407 "http://backend.guild.loc/task/task-user/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:34:21 +0300] "GET /task/task-user/create HTTP/1.1" 200 13654 "http://backend.guild.loc/task/task-user/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:34:21 +0300] "GET /debug/default/toolbar?tag=61c1e5ed27c7f HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:34:21 +0300] "POST /task/task-user/executor HTTP/1.1" 200 51 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:34:24 +0300] "POST /task/task-user/executor HTTP/1.1" 200 358 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:01 +0300] "GET /project/project-user HTTP/1.1" 200 16233 "http://backend.guild.loc/task/task-user/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:01 +0300] "GET /debug/default/toolbar?tag=61c1e615430d4 HTTP/1.1" 200 3413 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:05 +0300] "GET /project/project-user/index?page=3 HTTP/1.1" 200 15175 "http://backend.guild.loc/project/project-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:06 +0300] "GET /debug/default/toolbar?tag=61c1e619a048b HTTP/1.1" 200 3415 "http://backend.guild.loc/project/project-user/index?page=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:13 +0300] "GET /task/task-user HTTP/1.1" 200 14968 "http://backend.guild.loc/project/project-user/index?page=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:13 +0300] "GET /debug/default/toolbar?tag=61c1e621522d7 HTTP/1.1" 200 3407 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:13 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:25 +0300] "GET /task/task-user/update?id=79 HTTP/1.1" 200 13545 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:26 +0300] "GET /debug/default/toolbar?tag=61c1e62dadebd HTTP/1.1" 200 3413 "http://backend.guild.loc/task/task-user/update?id=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:26 +0300] "POST /task/task-user/executor HTTP/1.1" 200 358 "http://backend.guild.loc/task/task-user/update?id=79" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:31 +0300] "GET /task/task-user HTTP/1.1" 200 14968 "http://backend.guild.loc/project/project-user/index?page=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:31 +0300] "GET /debug/default/toolbar?tag=61c1e63367680 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:32 +0300] "GET /task/task HTTP/1.1" 200 14983 "http://backend.guild.loc/task/task-user" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:32 +0300] "GET /debug/default/toolbar?tag=61c1e6346602d HTTP/1.1" 200 3406 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:34 +0300] "GET /task/task/update?id=7 HTTP/1.1" 200 14170 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:34 +0300] "GET /debug/default/toolbar?tag=61c1e63652fbd HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task/update?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:37 +0300] "POST /task/task/update?id=7 HTTP/1.1" 302 5 "http://backend.guild.loc/task/task/update?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /task/task/view?id=7 HTTP/1.1" 200 14699 "http://backend.guild.loc/task/task/update?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /assets/b1405518/css/kv-grid-edited-row.css HTTP/1.1" 200 680 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /assets/56e16ff2/css/bootstrap-dialog-bs3.css HTTP/1.1" 200 2726 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /assets/b1405518/css/kv-grid.css HTTP/1.1" 200 14416 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /assets/b1405518/css/jquery.resizableColumns.css HTTP/1.1" 200 552 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /assets/56e16ff2/js/dialog-yii.js HTTP/1.1" 200 914 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:38 +0300] "GET /debug/default/toolbar?tag=61c1e63a059fe HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:40 +0300] "GET /task/task-user/create?task_id=7 HTTP/1.1" 200 13653 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:40 +0300] "GET /debug/default/toolbar?tag=61c1e63c028c3 HTTP/1.1" 200 3409 "http://backend.guild.loc/task/task-user/create?task_id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:40 +0300] "POST /task/task-user/executor HTTP/1.1" 200 358 "http://backend.guild.loc/task/task-user/create?task_id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:40 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/task/task-user/create?task_id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:43 +0300] "GET /task/task/view?id=7 HTTP/1.1" 200 14703 "http://backend.guild.loc/task/task/update?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:43 +0300] "GET /debug/default/toolbar?tag=61c1e63f7c5f6 HTTP/1.1" 200 3410 "http://backend.guild.loc/task/task/view?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:44 +0300] "GET /task/task/update?id=7 HTTP/1.1" 200 14177 "http://backend.guild.loc/task/task" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" +127.0.0.1 - - [21/Dec/2021:17:35:44 +0300] "GET /debug/default/toolbar?tag=61c1e640ac541 HTTP/1.1" 200 3404 "http://backend.guild.loc/task/task/update?id=7" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0" diff --git a/frontend-error.log b/frontend-error.log index b3160fa..255687a 100644 --- a/frontend-error.log +++ b/frontend-error.log @@ -5767,3 +5767,305 @@ Stack trace: 2021/12/17 15:13:29 [error] 746#746: *1115 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61bc7ee903a16 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=156" 2021/12/17 15:13:30 [error] 746#746: *1115 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=156" 2021/12/17 15:13:30 [error] 746#746: *1115 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61bc7eea60da4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 09:53:51 [error] 742#742: *1 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 09:53:52 [error] 742#742: *1 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c179ff9838f HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 09:54:23 [error] 742#742: *1 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 09:54:23 [error] 742#742: *1 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a1f4a93b HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:27 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=213&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:27 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a23a8520 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=213&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:32 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=213&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:32 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a287c2bb HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:35 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=2&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:35 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a2b8d925 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=2&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:38 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=2&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:54:39 [error] 742#742: *5 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a2eb4ef4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:23 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=3&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:23 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a97526dd HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=3&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:25 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=3&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:25 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a993c072 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:27 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=8&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:27 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a9b753a8 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=8&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:29 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=8&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:29 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17a9d98837 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:36 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=sdfghj&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:36 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17aa41ce15 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=sdfghj&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:44 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=sdfghj&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:56:44 [error] 742#742: *19 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17aac816ae HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:57:17 [error] 742#742: *32 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 09:57:17 [error] 742#742: *32 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c17acd4f277 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:08:40 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task?TaskSearch%5Bproject_id%5D=74&TaskSearch%5Btitle%5D=&TaskSearch%5Bcard_id_creator%5D=&TaskSearch%5Bcard_id%5D=&TaskSearch%5Bdescription%5D=&TaskSearch%5Bstatus%5D=&TaskSearch%5Bcreated_at%5D=&TaskSearch%5Bupdated_at%5D=" +2021/12/21 15:08:41 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c3c84ed57 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:08:45 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:08:46 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c3cdd44ee HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:07 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:07 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c3e317086 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:09 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:10 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c3e5ce557 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:09:24 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:09:24 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c3f4847c8 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:25 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:25 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c3f5841a2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:09:46 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:09:46 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c40a7be1f HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 15:09:47 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 15:09:53 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:09:53 [error] 742#742: *1112 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c411460a1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:09:55 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:09:56 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c413da018 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 15:09:56 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 15:09:58 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 15:09:58 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c41657de8 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:10:15 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:10:15 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4271438a HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project" +2021/12/21 15:10:16 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project" +2021/12/21 15:10:16 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4288211c HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 15:10:20 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 15:10:20 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c42c4c270 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project" +2021/12/21 15:10:23 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project" +2021/12/21 15:10:23 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c42f32507 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 15:10:24 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 15:10:24 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c430681f2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user/create" +2021/12/21 15:10:31 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project" +2021/12/21 15:10:31 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c43747792 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 15:10:33 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 15:10:33 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c43928f57 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user/create" +2021/12/21 15:10:36 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user/create" +2021/12/21 15:10:36 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c43c1349e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:10:38 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:10:38 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c43e4e501 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:11:05 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:11:05 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:11:05 [error] 739#739: *1126 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4598c44e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:11:09 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create?task_id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:11:09 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c45d493ee HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:11:09 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:11:15 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/create?task_id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:11:15 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:11:16 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c463b8248 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:11:17 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/index?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:11:18 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c465d25fa HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/index?id=11" +2021/12/21 15:11:22 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/index?id=11" +2021/12/21 15:11:22 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c46a179df HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:11:29 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:11:30 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c471e5578 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" +2021/12/21 15:11:49 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74&sort=project_user_id HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" +2021/12/21 15:11:50 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c485c6f5d HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74&sort=project_user_id" +2021/12/21 15:12:28 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74&sort=project_user_id" +2021/12/21 15:12:28 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4ac692bc HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:12:31 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/update?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:12:31 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4af0c2cd HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=11" +2021/12/21 15:12:33 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task/update?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=11" +2021/12/21 15:12:33 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=11" +2021/12/21 15:12:33 [error] 742#742: *1158 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4b1a7766 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:12:35 [error] 742#742: *1185 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create?task_id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:12:36 [error] 742#742: *1185 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4b3baac5 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:12:36 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:12:49 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:12:50 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4c1da58a HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:12:51 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:12:51 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4c37d7ea HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:12:54 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:12:54 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4c69cced HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:12:57 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:12:57 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4c92089c HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:12:59 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create?task_id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:12:59 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4cb1cb33 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:12:59 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=11" +2021/12/21 15:13:01 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:13:01 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4cd5cf2c HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:13:04 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=11" +2021/12/21 15:13:04 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4d0a6feb HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:13:05 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 15:13:05 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4d187b08 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:13:17 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:13:17 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=12 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:13:17 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4dd1f73e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=12" +2021/12/21 15:13:20 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create?task_id=12 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=12" +2021/12/21 15:13:20 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c4e016570 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=12" +2021/12/21 15:13:20 [error] 742#742: *1188 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=12" +2021/12/21 15:15:22 [error] 742#742: *1218 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=12 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 15:15:22 [error] 742#742: *1218 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c55a64cc4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=12" +2021/12/21 15:15:23 [error] 742#742: *1218 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=12" +2021/12/21 15:15:24 [error] 742#742: *1218 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c55bc5352 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:16:27 [error] 742#742: *1224 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=12" +2021/12/21 15:16:27 [error] 742#742: *1224 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c59b0327e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:26:07 [error] 742#742: *1238 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=12" +2021/12/21 15:26:07 [error] 739#739: *1240 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c7df2e9dc HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:26:42 [error] 739#739: *1240 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 15:26:42 [error] 739#739: *1240 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c80269647 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:26:46 [error] 741#741: *1242 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:26:46 [error] 741#741: *1242 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c80622565 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:26:55 [error] 742#742: *1252 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:26:55 [error] 742#742: *1252 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c80fa0633 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:27:13 [error] 742#742: *1255 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:27:13 [error] 742#742: *1255 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c82176410 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:27:23 [error] 742#742: *1258 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:27:24 [error] 742#742: *1258 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c82bada39 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:27:43 [error] 742#742: *1264 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:27:43 [error] 742#742: *1264 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c83f5548b HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:28:07 [error] 742#742: *1267 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:28:08 [error] 742#742: *1267 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c857e5782 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:28:16 [error] 742#742: *1270 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:28:17 [error] 742#742: *1270 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c860da604 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:28:26 [error] 742#742: *1274 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /questionnaire/user-questionnaire HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc" +2021/12/21 15:28:26 [error] 742#742: *1274 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /site/login HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc" +2021/12/21 15:28:27 [error] 742#742: *1277 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c86ab73bf HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/site/login" +2021/12/21 15:32:24 [error] 742#742: *1287 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:32:24 [error] 742#742: *1290 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c958277c8 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:32:27 [error] 742#742: *1290 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=11&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:32:28 [error] 742#742: *1290 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c95be4d80 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=11&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:32:30 [error] 742#742: *1290 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=11&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:32:30 [error] 742#742: *1290 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c95e3857b HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:34:17 [error] 742#742: *1302 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:34:17 [error] 742#742: *1302 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c9c94b696 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:34:20 [error] 742#742: *1302 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:34:20 [error] 742#742: *1302 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1c9cc68b77 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:36:36 [error] 742#742: *1310 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:36:37 [error] 742#742: *1312 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1ca54c6f01 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:38:48 [error] 742#742: *1320 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:38:48 [error] 742#742: *1320 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cad7f0123 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:40:46 [error] 742#742: *1327 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:40:47 [error] 742#742: *1327 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cb4ed1caf HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:40:53 [error] 742#742: *1330 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:40:54 [error] 739#739: *1332 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cb55d10de HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:41:18 [error] 742#742: *1335 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:41:18 [error] 742#742: *1335 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cb6e7ca08 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:41:38 [error] 742#742: *1340 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:41:38 [error] 742#742: *1340 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cb82619fc HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:43:40 [error] 742#742: *1347 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:43:41 [error] 742#742: *1347 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cbfcecbab HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:44:03 [error] 742#742: *1350 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:44:03 [error] 742#742: *1350 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cc131c846 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:45:10 [error] 742#742: *1355 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:45:11 [error] 742#742: *1355 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cc56da6c7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:46:48 [error] 742#742: *1364 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:46:48 [error] 742#742: *1364 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1ccb85ab1f HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:47:09 [error] 742#742: *1367 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=79" +2021/12/21 15:47:10 [error] 742#742: *1367 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cccd9eaa2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:59:58 [error] 742#742: *1385 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 15:59:58 [error] 742#742: *1385 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cfce44a19 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=2" +2021/12/21 16:00:00 [error] 742#742: *1389 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=2" +2021/12/21 16:00:00 [error] 742#742: *1389 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cfd04f405 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:00:01 [error] 742#742: *1389 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:00:02 [error] 742#742: *1389 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1cfd1c1c57 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:09:43 [error] 742#742: *1404 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:10:09 [error] 742#742: *1406 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:10:44 [error] 742#742: *1410 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:11:29 [error] 742#742: *1412 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:12:39 [error] 742#742: *1417 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:13:18 [error] 742#742: *1419 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:15:18 [error] 742#742: *1424 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:15:18 [error] 742#742: *1424 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1d366498b7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:26:59 [error] 742#742: *1440 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:27:00 [error] 742#742: *1440 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1d623e034e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:27:24 [error] 742#742: *1443 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:28:06 [error] 742#742: *1447 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:28:58 [error] 742#742: *1451 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:31:47 [error] 742#742: *1457 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:31:47 [error] 742#742: *1457 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1d743c457e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:33:09 [error] 742#742: *1462 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:49:28 [error] 742#742: *1481 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:52:10 [error] 742#742: *1487 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:52:11 [error] 740#740: *1490 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dc0aaeb03 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:53:45 [error] 742#742: *1498 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:53:46 [error] 742#742: *1500 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dc69889c7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:57:55 [error] 742#742: *1507 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:57:56 [error] 742#742: *1510 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dd63dbb37 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" +2021/12/21 16:57:57 [error] 742#742: *1512 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=0" +2021/12/21 16:57:57 [error] 742#742: *1512 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dd6576927 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:58:42 [error] 742#742: *1512 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/view?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:58:42 [error] 742#742: *1512 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dd927ecaa HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 16:59:39 [error] 742#742: *1525 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/view?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:59:48 [error] 742#742: *1527 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/view?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 16:59:49 [error] 742#742: *1527 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1ddd4d979a HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:00:33 [error] 742#742: *1533 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/view?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 17:00:33 [error] 742#742: *1533 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de00f26e2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:00:49 [error] 742#742: *1539 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/view?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=" +2021/12/21 17:00:49 [error] 742#742: *1539 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de112e0b6 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:00:52 [error] 742#742: *1539 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:00:52 [error] 742#742: *1539 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de1461446 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?id=78" +2021/12/21 17:00:57 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/view?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?id=78" +2021/12/21 17:00:57 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de1969167 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:00:59 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:00:59 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de1b39e41 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?id=78" +2021/12/21 17:01:02 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/update?id=79 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?id=78" +2021/12/21 17:01:02 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de1e027bd HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/update?id=79" +2021/12/21 17:01:02 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/update?id=79" +2021/12/21 17:01:05 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?id=78 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/view?id=78" +2021/12/21 17:01:06 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de21a435f HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?id=78" +2021/12/21 17:01:06 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?id=78" +2021/12/21 17:01:06 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de2281be8 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:01:06 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:01:43 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:01:43 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de476cf8c HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:01:44 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:01:44 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de480caa6 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:01:49 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:01:49 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de4d18385 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:01:50 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:01:50 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1de4e2613b HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:01:50 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:01:51 [error] 742#742: *1546 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:06:54 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:06:54 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df7e04467 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:00 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:00 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df846a3bc HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:07:00 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:07:07 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:07:07 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df8b1f8f8 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:13 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:13 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df90ef478 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:07:15 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:07:15 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df9364bb7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/create" +2021/12/21 17:07:18 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:18 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df966ea5e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:07:19 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:07:19 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1df976ddc7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:29 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:07:29 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dfa1591a2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" +2021/12/21 17:07:31 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=74 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" +2021/12/21 17:07:32 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dfa3e239a HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" +2021/12/21 17:07:34 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D=70 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=74" +2021/12/21 17:07:35 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dfa6ce097 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=70" +2021/12/21 17:07:39 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index?TaskUserSearch%5BprojectId%5D= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=70" +2021/12/21 17:07:39 [error] 742#742: *1577 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1dfab33381 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5BprojectId%5D=" +2021/12/21 17:22:07 [error] 742#742: *1616 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" +2021/12/21 17:22:07 [error] 742#742: *1616 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e30f174de HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:22:07 [error] 742#742: *1619 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:22:13 [error] 742#742: *1619 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:32:07 [error] 742#742: *1632 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index?TaskUserSearch%5Btask_id%5D=&TaskUserSearch%5Bproject_user_id%5D=&sort=project_user_id" +2021/12/21 17:32:08 [error] 739#739: *1634 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e567d4551 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:32:08 [error] 742#742: *1637 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:32:10 [error] 742#742: *1637 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:32:16 [error] 742#742: *1637 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:32:16 [error] 742#742: *1637 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/index HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:32:17 [error] 742#742: *1637 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e570da2d7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index" +2021/12/21 17:34:21 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/index" +2021/12/21 17:34:21 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e5ed27c7f HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:34:21 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:34:24 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:35:01 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create" +2021/12/21 17:35:01 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e615430d4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 17:35:05 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /project/project-user/index?page=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user" +2021/12/21 17:35:06 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e619a048b HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user/index?page=3" +2021/12/21 17:35:13 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user/index?page=3" +2021/12/21 17:35:13 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e621522d7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:35:25 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/update?id=79 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:35:26 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e62dadebd HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/update?id=79" +2021/12/21 17:35:26 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/update?id=79" +2021/12/21 17:35:31 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/project/project-user/index?page=3" +2021/12/21 17:35:31 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e63367680 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:35:32 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user" +2021/12/21 17:35:32 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e6346602d HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:35:34 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/update?id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:35:34 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e63652fbd HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=7" +2021/12/21 17:35:37 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task/update?id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=7" +2021/12/21 17:35:38 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=7" +2021/12/21 17:35:38 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e63a059fe HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=7" +2021/12/21 17:35:40 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task-user/create?task_id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=7" +2021/12/21 17:35:40 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e63c028c3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=7" +2021/12/21 17:35:40 [error] 742#742: *1648 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "POST /task/task-user/executor HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task-user/create?task_id=7" +2021/12/21 17:35:43 [error] 739#739: *1672 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/view?id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=7" +2021/12/21 17:35:43 [error] 739#739: *1672 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e63f7c5f6 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/view?id=7" +2021/12/21 17:35:44 [error] 739#739: *1672 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /task/task/update?id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task" +2021/12/21 17:35:44 [error] 739#739: *1672 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant IMG_GIF - assumed 'IMG_GIF' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_JPG - assumed 'IMG_JPG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38PHP message: PHP Warning: Use of undefined constant IMG_WBMP - assumed 'IMG_WBMP' (this will throw an Error in a future version of PHP) in /var/www/guild.loc/common/config/main.php on line 38" while reading response header from upstream, client: 127.0.0.1, server: backend.guild.loc, request: "GET /debug/default/toolbar?tag=61c1e640ac541 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "backend.guild.loc", referrer: "http://backend.guild.loc/task/task/update?id=7"