From 1c50b5f579b9201d60a73f10bb1c199d724c9361 Mon Sep 17 00:00:00 2001
From: iIronside
Возвращает объект Ответа.
@@ -960,5 +960,287 @@
"type": "yii\\web\\BadRequestHttpException"
}
```
+## Менеджер
+### Список менеджеров
+`https://guild.craft-group.xyz/api/manager/get-manager-list`
+
+ Для получения списка менеджеров необходимо отправить GET запрос на URL https://guild.craft-group.xyz/api/manager/get-manager-list +
++ Пример запроса: +
+ +`https://guild.craft-group.xyz/api/manager/get-manager?manager_id=1` + +
+ Возвращает список объектов Менеджера.
+ Пример ответа:
+
+ Передаваемые параметры объекта Менеджер: +
++ Параметры + | ++ Значение + | +
---|---|
+ id + | ++ ID менеджера(int) + | +
+ username + | ++ Имя пользователя(логин)(varchar(255)) + | +
+ email + | ++ Почтовый адрес(string) + | +
+ Если менеджеры не найдены будет отправлено следующее сообщение: +
+ +```json5 +{ + "name": "Not Found", + "message": "Managers are not assigned", + "code": 0, + "status": 404, + "type": "yii\\web\\NotFoundHttpException" +} +``` +### Список работников менеджера +`https://guild.craft-group.xyz/api/manager/get-employees-manager` ++ Для получения списка сотрудников менеджера необходимо отправить GET запрос на URL https://guild.craft-group.xyz/api/manager/get-employees-manager +
+ ++ Требуемые параметры: +
++ Параметры + | ++ Значение + | +
---|---|
+ manager_id + | ++ ID менеджера + | +
+ Пример запроса: +
+ +`https://guild.craft-group.xyz/api/manager/get-employees-manager?manager_id=3` + +
+ Возвращает список объектов Пользователь.
+ Ответ имеет такой вид:
+
+ Передаваемые параметры объекта Менеджер: +
++ Параметры + | ++ Значение + | +
---|---|
+ id + | ++ ID пользователя(работника)(int) + | +
+ username + | ++ Логин(varchar(255)) + | +
+ email + | ++ Почтовый адрес(string) + | +
+ Если менеджер не найден или у него нет сотрудников будет отправлено следующее сообщение: +
+ +```json5 +{ + "name": "Not Found", + "message": "Managers are not assigned or employees are not assigned to him", + "code": 0, + "status": 404, + "type": "yii\\web\\NotFoundHttpException" +} +``` +### Данные менеджера +`https://guild.craft-group.xyz/api/manager/get-manager` ++ Для получения данных менеджера необходимо отправить GET запрос на URL https://guild.craft-group.xyz/api/manager/get-manager +
+ ++ Требуемые параметры: +
++ Параметры + | ++ Значение + | +
---|---|
+ manager_id + | ++ ID менеджера + | +
+ Пример запроса: +
+ +`https://guild.craft-group.xyz/api/manager/get-manager?manager_id=1` + +
+ Возвращает объект Менеджера.
+ Каждый объект Менеджер имеет такой вид:
+
+ Передаваемые параметры объекта Менеджер: +
++ Параметры + | ++ Значение + | +
---|---|
+ id + | ++ ID как пользователя(int) + | +
+ username + | ++ Логин(varchar(255)) + | +
+ email + | ++ Электронная почта(string) + | +
+ Если менеджер не найден будет отправлено следующее сообщение: +
+ +```json5 +{ + "name": "Not Found", + "message": "Incorrect manager ID", + "code": 0, + "status": 404, + "type": "yii\\web\\NotFoundHttpException" +} +``` diff --git a/frontend-access.log b/frontend-access.log index 77ef249..f9fda89 100644 --- a/frontend-access.log +++ b/frontend-access.log @@ -54052,3 +54052,628 @@ 127.0.0.1 - - [16/Nov/2021:13:12:47 +0300] "GET /debug/default/toolbar?tag=6193841f1e220 HTTP/1.1" 200 3415 "http://backend.guild.loc/questionnaire/answer" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" 127.0.0.1 - - [16/Nov/2021:13:13:18 +0300] "GET /questionnaire/answer/index?AnswerSearch%5Bquestionnaire%5D=2 HTTP/1.1" 200 14280 "http://backend.guild.loc/questionnaire/answer" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" 127.0.0.1 - - [16/Nov/2021:13:13:18 +0300] "GET /debug/default/toolbar?tag=6193843e1a206 HTTP/1.1" 200 3418 "http://backend.guild.loc/questionnaire/answer/index?AnswerSearch%5Bquestionnaire%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:20 +0300] "GET /employee/manager HTTP/1.1" 200 12961 "http://backend.guild.loc/questionnaire/answer/index?AnswerSearch%5Bquestionnaire%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:20 +0300] "GET /debug/default/toolbar?tag=6193982ca7efa HTTP/1.1" 200 3411 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:29 +0300] "GET /employee/manager/view?id=1 HTTP/1.1" 200 14890 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:29 +0300] "GET /debug/default/toolbar?tag=619398358ede6 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:30 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:35 +0300] "GET /employee/manager/index?id=1 HTTP/1.1" 200 12981 "http://backend.guild.loc/employee/manager/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:36 +0300] "GET /debug/default/toolbar?tag=6193983bcdad6 HTTP/1.1" 200 3410 "http://backend.guild.loc/employee/manager/index?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:37 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13167 "http://backend.guild.loc/employee/manager/index?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:37 +0300] "GET /debug/default/toolbar?tag=6193983d2b298 HTTP/1.1" 200 3418 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:40 +0300] "GET /employee/manager-employee/view?id=1 HTTP/1.1" 200 11960 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:40 +0300] "GET /debug/default/toolbar?tag=61939840031f7 HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:48 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13164 "http://backend.guild.loc/employee/manager/index?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:48 +0300] "GET /debug/default/toolbar?tag=61939848362ba HTTP/1.1" 200 3418 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:51 +0300] "GET /employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=1&ManagerEmployeeSearch%5Bemployee_id%5D= HTTP/1.1" 200 13238 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:51 +0300] "GET /debug/default/toolbar?tag=6193984b795f5 HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=1&ManagerEmployeeSearch%5Bemployee_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:54 +0300] "GET /employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=1&ManagerEmployeeSearch%5Bemployee_id%5D=2 HTTP/1.1" 200 13119 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=1&ManagerEmployeeSearch%5Bemployee_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:54 +0300] "GET /debug/default/toolbar?tag=6193984e39d60 HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=1&ManagerEmployeeSearch%5Bemployee_id%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:56 +0300] "GET /employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=&ManagerEmployeeSearch%5Bemployee_id%5D=2 HTTP/1.1" 200 13123 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=1&ManagerEmployeeSearch%5Bemployee_id%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:56 +0300] "GET /debug/default/toolbar?tag=6193985081bd2 HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=&ManagerEmployeeSearch%5Bemployee_id%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:58 +0300] "GET /employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=&ManagerEmployeeSearch%5Bemployee_id%5D= HTTP/1.1" 200 13233 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=&ManagerEmployeeSearch%5Bemployee_id%5D=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:58 +0300] "GET /debug/default/toolbar?tag=619398525c400 HTTP/1.1" 200 3420 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=&ManagerEmployeeSearch%5Bemployee_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:59 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13165 "http://backend.guild.loc/employee/manager-employee?ManagerEmployeeSearch%5Bmanager_id%5D=&ManagerEmployeeSearch%5Bemployee_id%5D=" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:38:59 +0300] "GET /debug/default/toolbar?tag=61939853722f4 HTTP/1.1" 200 3419 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:14:52:57 +0300] "GET /api/answer/get-answers?question_id=7 HTTP/1.1" 500 89593 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:14:53:26 +0300] "GET /api/answer/get-answers?question_id=7 HTTP/1.1" 200 734 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:14:58:07 +0300] "GET /api/manager/get-manager HTTP/1.1" 404 7820 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:14:58:14 +0300] "GET /api/manager/get-manager HTTP/1.1" 404 7826 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:00:28 +0300] "GET /api/manager/get-manager HTTP/1.1" 200 15 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:00:39 +0300] "POST /api/manager/get-manager HTTP/1.1" 405 235 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:04:03 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 22 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:04:17 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 14 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:04:43 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 13 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:05:11 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 23 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:05:46 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 24 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:05:52 +0300] "GET /api/manager/get-manager?manager_id=l HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:09:02 +0300] "GET /api/manager/get-manager?manager_id=l HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:09:10 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 34 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:11:55 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 500 1296 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:12:12 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 27 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:14:07 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 41 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:14:28 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 61 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:14:42 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 820 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:14:58 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 465 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:16:13 +0300] "GET / HTTP/1.1" 200 13053 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:13 +0300] "GET /debug/default/toolbar?tag=6193a10d93376 HTTP/1.1" 200 3413 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:13 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /card/user-card/create HTTP/1.1" 200 16470 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /assets/597f83ba/css/multiple-input.css HTTP/1.1" 200 1753 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /assets/d84beeed/elfinder.callback.js HTTP/1.1" 200 997 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /assets/3529030e/translations/ru.js HTTP/1.1" 200 3283 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /assets/5c60e453/ckeditor-file-upload.js HTTP/1.1" 200 1634 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /assets/3529030e/ckeditor.js HTTP/1.1" 200 575905 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:15 +0300] "GET /assets/597f83ba/js/jquery.multipleInput.js HTTP/1.1" 200 17708 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:16 +0300] "GET /debug/default/toolbar?tag=6193a10fa465a HTTP/1.1" 200 3413 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:20 +0300] "GET / HTTP/1.1" 200 13055 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:20 +0300] "GET /debug/default/toolbar?tag=6193a114a720c HTTP/1.1" 200 3409 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:37 +0300] "GET /card/user-card/create HTTP/1.1" 200 16470 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:16:37 +0300] "GET /debug/default/toolbar?tag=6193a12582a83 HTTP/1.1" 200 3412 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /elfinder/manager?filter=image&callback=usercard-photo&lang=ru HTTP/1.1" 200 7727 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /assets/944dea0/themes/smoothness/jquery-ui.css HTTP/1.1" 200 36536 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /assets/bb791b80/css/elfinder.min.css HTTP/1.1" 200 96039 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /assets/bb791b80/css/theme.css HTTP/1.1" 200 12073 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /assets/944dea0/jquery-ui.js HTTP/1.1" 200 520714 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /assets/bb791b80/js/elfinder.min.js HTTP/1.1" 200 544361 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /assets/bb791b80/js/i18n/elfinder.ru.js HTTP/1.1" 200 42490 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:14 +0300] "GET /debug/default/toolbar?tag=6193a14a58931 HTTP/1.1" 200 3393 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png HTTP/1.1" 200 325 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png HTTP/1.1" 200 324 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/bb791b80/img/toolbar.png HTTP/1.1" 200 7506 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-icons_222222_256x240.png HTTP/1.1" 200 7025 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/bb791b80/img/resize.png HTTP/1.1" 200 83 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /elfinder/connect?_csrf-backend=N6Die7F7kja9CnaMnMcosGjrpAGg5MlnGBIyaUQvs2ZwxtAh_hzKfu5BP_2sn0njKYiJcNaunwB6VkgtNhqCPg%3D%3D&mimes%5B%5D=image&cmd=open&target=&init=1&tree=1&_=1637065034983 HTTP/1.1" 200 4681 "http://backend.guild.loc/elfinder/manager?filter=image&callback=usercard-photo&lang=ru" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png HTTP/1.1" 200 265 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:15 +0300] "GET /assets/bb791b80/img/logo.png HTTP/1.1" 200 4893 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:16 +0300] "GET /assets/bb791b80/img/volume_icon_local.svg HTTP/1.1" 200 16208 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:25 +0300] "GET /employee/manager HTTP/1.1" 200 12965 "http://backend.guild.loc/card/user-card/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:17:25 +0300] "GET /debug/default/toolbar?tag=6193a15530cc9 HTTP/1.1" 200 3411 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:20:47 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 500 3936 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:21:19 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 500 3889 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:22:10 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:23:08 +0300] "GET /api/manager/get-manager?manager_id=0 HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:23:15 +0300] "GET /api/manager/get-manager?manager_id=5 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:23:22 +0300] "GET /api/manager/get-manager?manager_id=9 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:23:36 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:24:04 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:24:11 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:25:28 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:25:37 +0300] "GET /api/manager/get-manager?manager_id=9 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:25:43 +0300] "GET /api/manager/get-manager?manager_id=0 HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:25:46 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:25:51 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:26:00 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:26:32 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:26:36 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:32:07 +0300] "GET /api/manager/get-employees-manager HTTP/1.1" 200 14 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:32:22 +0300] "GET /api/manager/get-manager?manager_id= HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:32:27 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:33:27 +0300] "GET /employee/manager HTTP/1.1" 200 12961 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:28 +0300] "GET /debug/default/toolbar?tag=6193a517e4ac6 HTTP/1.1" 200 3411 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:28 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:30 +0300] "GET /employee/manager/view?id=1 HTTP/1.1" 200 14889 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:31 +0300] "GET /assets/56e16ff2/js/dialog-yii.js HTTP/1.1" 200 914 "http://backend.guild.loc/employee/manager/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:31 +0300] "GET /debug/default/toolbar?tag=6193a51ac1f05 HTTP/1.1" 200 3410 "http://backend.guild.loc/employee/manager/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:33 +0300] "GET /employee/manager HTTP/1.1" 200 12970 "http://backend.guild.loc/employee/manager/view?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:33:33 +0300] "GET /debug/default/toolbar?tag=6193a51d5f397 HTTP/1.1" 200 3411 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:15:37:46 +0300] "GET /api/manager/get-employees-manager HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:38:50 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:38:54 +0300] "GET /api/manager/get-manager?manager_id= HTTP/1.1" 404 159 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:39:29 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:39:41 +0300] "GET /api/manager/get-employees-manager HTTP/1.1" 404 158 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:39:58 +0300] "GET /api/manager/get-employees-manager?manger_id=1 HTTP/1.1" 404 158 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:40:14 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4045 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:40:53 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3997 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:43:42 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:45:00 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4252 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:45:07 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4252 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:45:18 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4250 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:45:58 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4256 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:46:24 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 2080 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:46:30 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:46:51 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4045 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:47:45 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:47:59 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4030 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:48:48 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 210 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:49:04 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:50:01 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4042 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:50:14 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:52:53 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1082 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:53:15 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 4258 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:54:44 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1078 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:55:50 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1100 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:56:08 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:15:59:39 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 29 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:00:26 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3946 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:01:03 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 29 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:01:19 +0300] "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:01:26 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 29 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:01:42 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 37 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:03:01 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13164 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:01 +0300] "GET /debug/default/toolbar?tag=6193ac051518d HTTP/1.1" 200 3419 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:01 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:02 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89207 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12940 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /js/site.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /debug/default/toolbar?tag=6193ac190b29f HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:21 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:27 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89207 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:44 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 108706 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:03:44 +0300] "GET /debug/default/toolbar?tag=6193ac309ff02 HTTP/1.1" 200 3431 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:04:05 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89105 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:04:21 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89105 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:05:02 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89109 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:05:37 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89263 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:07:28 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89107 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:07:28 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:07:59 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 89109 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:07:59 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:08:19 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 862 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:08:40 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 869 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:08:50 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 103007 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:08:50 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:09:17 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 102971 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:09:19 +0300] "GET /employee/manager-employee/create HTTP/1.1" 500 102971 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:09:20 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:24:22 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 29 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:24:55 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 29 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:25:23 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3953 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:25:55 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3946 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:26:04 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 29 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:26:16 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 81 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:26:48 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:27:18 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:27:33 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1406 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:28:20 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:28:52 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:29:59 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12937 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /debug/default/toolbar?tag=6193b257e2fa8 HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /js/site.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:00 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:30:11 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:30:37 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3796 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:30:59 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3862 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:31:32 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:31:41 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3887 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:34:55 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:35:25 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 88436 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:35:50 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 837 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:38:22 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1605 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:38:32 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1476 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:38:54 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1342 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:39:10 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1351 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:39:23 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1348 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:41:58 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3948 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:42:25 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1237 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:43:46 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 753 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:44:27 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:44:47 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1237 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:45:16 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 3873 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:45:24 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1237 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:45:39 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:46:01 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:46:38 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:46:52 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 346 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:47:00 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:47:15 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:48:33 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:48:54 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:49:15 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 460 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:49:56 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:50:18 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1237 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:50:29 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:16:59:58 +0300] "GET /gii/model HTTP/1.1" 200 11882 "http://backend.guild.loc/gii/crud" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:59:58 +0300] "GET /debug/default/toolbar?tag=6193b95e1cdb9 HTTP/1.1" 200 3393 "http://backend.guild.loc/gii/model" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:16:59:58 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/gii/model" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:17:00:20 +0300] "POST /gii/model HTTP/1.1" 200 12954 "http://backend.guild.loc/gii/model" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:17:00:20 +0300] "GET /debug/default/toolbar?tag=6193b97389343 HTTP/1.1" 200 3398 "http://backend.guild.loc/gii/model" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:17:00:22 +0300] "POST /gii/default/diff?id=model&file=4ffed5bc5beb802b1517797015628ad5 HTTP/1.1" 200 5377 "http://backend.guild.loc/gii/model" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [16/Nov/2021:17:01:44 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:01:57 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 1237 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:02:13 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:02:21 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:02:28 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:02:32 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:02:48 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 500 1868 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:03:00 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 460 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:03:34 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:03:58 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 460 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:04:35 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:04:50 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:05:33 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:06:08 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:06:21 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:08:33 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 915 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:09:49 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:09:56 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:23:46 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:25:00 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:25:42 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 506 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:26:03 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 506 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:26:46 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 204 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:27:08 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 295 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:31:11 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 64 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:31:16 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 64 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:31:33 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 64 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:33:12 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 917 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:33:36 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 917 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:33:48 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 64 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:35:14 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 502 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:35:36 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 502 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:35:59 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 200 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:36:21 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 502 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:36:34 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:36:41 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:36:44 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 502 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:37:32 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 200 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:38:07 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 200 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:40:48 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:44:43 +0300] "GET /api/manager/get-manager HTTP/1.1" 404 158 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:45:42 +0300] "GET /api/manager/get-manager HTTP/1.1" 404 158 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [16/Nov/2021:17:45:44 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:09:52:29 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 401 173 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:09:52:40 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 401 173 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:09:53:00 +0300] "POST /api/user/login?login=testUser HTTP/1.1" 200 114 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:09:53:27 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:09:55:01 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12936 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /debug/default/toolbar?tag=6194a745b938d HTTP/1.1" 200 3423 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:02 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 65536 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:03 +0300] "GET /employee/manager HTTP/1.1" 200 12961 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:04 +0300] "GET /debug/default/toolbar?tag=6194a747c83d6 HTTP/1.1" 200 3409 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:05 +0300] "GET /employee/manager/create HTTP/1.1" 200 12744 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:06 +0300] "GET /debug/default/toolbar?tag=6194a749e8857 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:07 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:07 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /employee/manager/create HTTP/1.1" 200 12734 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 200 16405 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:54 +0300] "GET /debug/default/toolbar?tag=6194a77a4c977 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:55 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:55 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:55 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:56 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:55:56 +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:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /employee/manager/create HTTP/1.1" 200 12737 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /js/site.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 304 0 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:19 +0300] "GET /debug/default/toolbar?tag=6194a79339dae HTTP/1.1" 200 3406 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:32 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13166 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:32 +0300] "GET /debug/default/toolbar?tag=6194a7a02925e HTTP/1.1" 200 3418 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:34 +0300] "GET /employee/manager HTTP/1.1" 200 12963 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:34 +0300] "GET /debug/default/toolbar?tag=6194a7a251092 HTTP/1.1" 200 3409 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:37 +0300] "GET /employee/manager/create HTTP/1.1" 200 12740 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:37 +0300] "GET /debug/default/toolbar?tag=6194a7a5988e4 HTTP/1.1" 200 3410 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:41 +0300] "POST /employee/manager/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:41 +0300] "GET /employee/manager/view?id=2 HTTP/1.1" 200 13996 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:41 +0300] "GET /debug/default/toolbar?tag=6194a7a94f185 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/view?id=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:43 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13157 "http://backend.guild.loc/employee/manager/view?id=2" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:43 +0300] "GET /debug/default/toolbar?tag=6194a7ab7eb3c HTTP/1.1" 200 3419 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:47 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13161 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:47 +0300] "GET /debug/default/toolbar?tag=6194a7af6bead HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:48 +0300] "GET /employee/manager HTTP/1.1" 200 13076 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:09:56:49 +0300] "GET /debug/default/toolbar?tag=6194a7b0d2cc4 HTTP/1.1" 200 3414 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:10:00:29 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 528 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:04:13 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:04:32 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:05:35 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 115 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:06:09 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:06:22 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:06:49 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:06:52 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:07:18 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 528 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:07:36 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:07:51 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:08:52 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:09:16 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:09:22 +0300] "GET /api/manager/get-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:09:29 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 184 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:13:29 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:14:04 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:14:17 +0300] "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:14:23 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:14:34 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 404 165 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:15:18 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:15:24 +0300] "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:15:26 +0300] "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:15:29 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:17:38 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 200 407 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:18:00 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 4002 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:18:20 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 594 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:18:44 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 1403 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:19:45 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:19:56 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 502 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:26:25 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:26:41 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:27:27 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 842 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:27:52 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:27:56 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:28:02 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 842 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:28:14 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 465 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:29:01 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 555 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:29:35 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 301 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:29:50 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1863 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:30:08 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1863 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:30:10 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1863 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:30:12 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1863 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:30:25 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 301 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:31:05 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:31:22 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 301 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:31:36 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 807 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:36:08 +0300] "GET /employee/manager HTTP/1.1" 200 13079 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:10:36:08 +0300] "GET /debug/default/toolbar?tag=6194b0e8aa477 HTTP/1.1" 200 3413 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:10:36:09 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:10:37:57 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 1120 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:39:12 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 88043 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:39:29 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 861 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:40:49 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1470 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:41:03 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1338 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:41:34 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1344 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:41:41 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1470 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:42:19 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1344 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:44:12 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1344 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:44:14 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1344 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:44:30 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 861 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:44:46 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 949 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:45:18 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 1120 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:45:34 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 1120 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:45:51 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 1120 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:46:16 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 949 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:46:56 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 1120 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:47:16 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 949 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:47:41 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 350 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:47:53 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 526 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:48:11 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 350 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:48:17 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 469 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:52:05 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 469 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:52:21 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 469 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:54:17 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 12 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:55:08 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 469 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:55:33 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3898 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:55:53 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3910 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:56:02 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 735 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:56:24 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 735 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:56:34 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 735 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:56:45 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3903 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:56:53 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3876 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:57:24 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 469 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:10:59:20 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 469 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:00:09 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 350 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:03:10 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 80 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:03:44 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 82 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:03:56 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 139 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:04:21 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 949 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:04:55 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:05:31 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:05:50 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:06:04 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:06:31 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 1801 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:06:44 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:07:12 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3889 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:07:19 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3889 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:07:30 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3889 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:07:38 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 71 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:07:49 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 105 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:08:19 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 139 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:08:54 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:09:15 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 179 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:09:29 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:10:12 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:10:19 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:10:28 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:10:41 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:10:50 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 3928 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:15:29 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 139 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:15:51 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 139 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:16:03 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 500 4323 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:16:15 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 139 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:16:18 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 139 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:19:25 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:21:44 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:31:39 +0300] "POST /employee/manager/delete?id=1 HTTP/1.1" 500 102770 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:31:39 +0300] "GET /debug/default/toolbar?tag=6194bdeb45e4c HTTP/1.1" 200 3427 "http://backend.guild.loc/employee/manager/delete?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:31:39 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager/delete?id=1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:31:43 +0300] "GET /employee/manager HTTP/1.1" 200 13075 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:31:43 +0300] "GET /debug/default/toolbar?tag=6194bdeeecffa HTTP/1.1" 200 3412 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:31:43 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:04 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13160 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:04 +0300] "GET /debug/default/toolbar?tag=6194be0465921 HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:04 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:08 +0300] "POST /employee/manager-employee/delete?id=1 HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:08 +0300] "GET /employee/manager-employee/index HTTP/1.1" 200 13043 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:08 +0300] "GET /debug/default/toolbar?tag=6194be089b2dc HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:10 +0300] "POST /employee/manager-employee/delete?id=2 HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager-employee/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:10 +0300] "GET /employee/manager-employee/index HTTP/1.1" 200 12205 "http://backend.guild.loc/employee/manager-employee/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:11 +0300] "GET /debug/default/toolbar?tag=6194be0ac8c95 HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:12 +0300] "GET /employee/manager HTTP/1.1" 200 13078 "http://backend.guild.loc/employee/manager-employee/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:12 +0300] "GET /debug/default/toolbar?tag=6194be0c9b5fa HTTP/1.1" 200 3412 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:13 +0300] "GET /employee/manager-employee HTTP/1.1" 200 12203 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:13 +0300] "GET /debug/default/toolbar?tag=6194be0d05ee2 HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:14 +0300] "GET /employee/manager-employee HTTP/1.1" 200 12201 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:14 +0300] "GET /debug/default/toolbar?tag=6194be0e7f24f HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:15 +0300] "GET /employee/manager HTTP/1.1" 200 13078 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:15 +0300] "GET /debug/default/toolbar?tag=6194be0f56f8b HTTP/1.1" 200 3414 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:18 +0300] "POST /employee/manager/delete?id=1 HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:18 +0300] "GET /employee/manager/index HTTP/1.1" 200 12974 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:18 +0300] "GET /debug/default/toolbar?tag=6194be124d240 HTTP/1.1" 200 3412 "http://backend.guild.loc/employee/manager/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:20 +0300] "POST /employee/manager/delete?id=2 HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:20 +0300] "GET /employee/manager/index HTTP/1.1" 200 12140 "http://backend.guild.loc/employee/manager/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:20 +0300] "GET /debug/default/toolbar?tag=6194be1421a78 HTTP/1.1" 200 3407 "http://backend.guild.loc/employee/manager/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:32:23 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 404 163 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:34:31 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 404 163 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:34:37 +0300] "GET /employee/manager/create HTTP/1.1" 200 12746 "http://backend.guild.loc/employee/manager/index" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 200 16405 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /assets/27128343/yii.activeForm.js HTTP/1.1" 200 36765 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:38 +0300] "GET /debug/default/toolbar?tag=6194be9dc8a89 HTTP/1.1" 200 3409 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:40 +0300] "POST /employee/manager/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:40 +0300] "GET /employee/manager/view?id=3 HTTP/1.1" 200 13987 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:40 +0300] "GET /assets/56e16ff2/js/dialog-yii.js HTTP/1.1" 200 914 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:40 +0300] "GET /debug/default/toolbar?tag=6194bea0874d2 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:41 +0300] "GET /employee/manager/index?id=3 HTTP/1.1" 200 12984 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:42 +0300] "GET /debug/default/toolbar?tag=6194bea1cc17b HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/index?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:42 +0300] "GET /employee/manager/create HTTP/1.1" 200 12745 "http://backend.guild.loc/employee/manager/index?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:42 +0300] "GET /debug/default/toolbar?tag=6194bea29c3db HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:45 +0300] "POST /employee/manager/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:45 +0300] "GET /employee/manager/view?id=4 HTTP/1.1" 200 13997 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:45 +0300] "GET /debug/default/toolbar?tag=6194bea560b85 HTTP/1.1" 200 3409 "http://backend.guild.loc/employee/manager/view?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:46 +0300] "GET /employee/manager/index?id=4 HTTP/1.1" 200 13095 "http://backend.guild.loc/employee/manager/view?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:47 +0300] "GET /debug/default/toolbar?tag=6194bea6ceb89 HTTP/1.1" 200 3413 "http://backend.guild.loc/employee/manager/index?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:47 +0300] "GET /employee/manager/create HTTP/1.1" 200 12731 "http://backend.guild.loc/employee/manager/index?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:47 +0300] "GET /debug/default/toolbar?tag=6194bea780d26 HTTP/1.1" 200 3407 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:50 +0300] "GET /employee/manager HTTP/1.1" 200 13079 "http://backend.guild.loc/employee/manager/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:50 +0300] "GET /debug/default/toolbar?tag=6194beaa5e22d HTTP/1.1" 200 3411 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:51 +0300] "GET /employee/manager-employee HTTP/1.1" 200 12201 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:52 +0300] "GET /debug/default/toolbar?tag=6194beabcf8e3 HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:56 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12933 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:34:57 +0300] "GET /debug/default/toolbar?tag=6194beb0cde59 HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:35:01 +0300] "POST /employee/manager-employee/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:35:01 +0300] "GET /employee/manager-employee/view?id=3 HTTP/1.1" 200 11955 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:35:01 +0300] "GET /debug/default/toolbar?tag=6194beb58d29e HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:35:04 +0300] "GET /employee/manager-employee/index?id=3 HTTP/1.1" 200 13056 "http://backend.guild.loc/employee/manager-employee/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:35:04 +0300] "GET /debug/default/toolbar?tag=6194beb85686d HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee/index?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:36:42 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13040 "http://backend.guild.loc/employee/manager-employee/index?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:36:43 +0300] "GET /debug/default/toolbar?tag=6194bf1ae340d HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:36:44 +0300] "GET /employee/manager HTTP/1.1" 200 13076 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:36:44 +0300] "GET /debug/default/toolbar?tag=6194bf1c29660 HTTP/1.1" 200 3414 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:36:47 +0300] "GET /employee/manager-employee HTTP/1.1" 200 13044 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:36:47 +0300] "GET /debug/default/toolbar?tag=6194bf1f1277a HTTP/1.1" 200 3417 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:39:55 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12956 "http://backend.guild.loc/employee/manager-employee" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:39:55 +0300] "GET /debug/default/toolbar?tag=6194bfdb280ad HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:01 +0300] "POST /employee/manager-employee/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:01 +0300] "GET /employee/manager-employee/view?id=4 HTTP/1.1" 200 11954 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:01 +0300] "GET /debug/default/toolbar?tag=6194bfe189196 HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager-employee/view?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:02 +0300] "GET /employee/manager-employee/index?id=4 HTTP/1.1" 200 13201 "http://backend.guild.loc/employee/manager-employee/view?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:02 +0300] "GET /debug/default/toolbar?tag=6194bfe24105c HTTP/1.1" 200 3418 "http://backend.guild.loc/employee/manager-employee/index?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:03 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12954 "http://backend.guild.loc/employee/manager-employee/index?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:03 +0300] "GET /debug/default/toolbar?tag=6194bfe33df38 HTTP/1.1" 200 3419 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:08 +0300] "POST /employee/manager-employee/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:08 +0300] "GET /employee/manager-employee/view?id=5 HTTP/1.1" 200 11954 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:08 +0300] "GET /debug/default/toolbar?tag=6194bfe85dea0 HTTP/1.1" 200 3418 "http://backend.guild.loc/employee/manager-employee/view?id=5" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:09 +0300] "GET /employee/manager-employee/index?id=5 HTTP/1.1" 200 13294 "http://backend.guild.loc/employee/manager-employee/view?id=5" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:09 +0300] "GET /debug/default/toolbar?tag=6194bfe93970f HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager-employee/index?id=5" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:10 +0300] "GET /employee/manager-employee/create HTTP/1.1" 200 12954 "http://backend.guild.loc/employee/manager-employee/index?id=5" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:10 +0300] "GET /debug/default/toolbar?tag=6194bfe9f0f2b HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:20 +0300] "POST /employee/manager-employee/create HTTP/1.1" 302 5 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:20 +0300] "GET /employee/manager-employee/view?id=6 HTTP/1.1" 200 11953 "http://backend.guild.loc/employee/manager-employee/create" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:21 +0300] "GET /debug/default/toolbar?tag=6194bff4ebb03 HTTP/1.1" 200 3416 "http://backend.guild.loc/employee/manager-employee/view?id=6" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:22 +0300] "GET /employee/manager-employee/index?id=6 HTTP/1.1" 200 13364 "http://backend.guild.loc/employee/manager-employee/view?id=6" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:22 +0300] "GET /debug/default/toolbar?tag=6194bff685f4c HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager-employee/index?id=6" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:40:37 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:40:43 +0300] "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:41:00 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:41:12 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 762 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:41:34 +0300] "GET /employee/manager HTTP/1.1" 200 13098 "http://backend.guild.loc/employee/manager-employee/index?id=6" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:34 +0300] "GET /debug/default/toolbar?tag=6194c03e46bb1 HTTP/1.1" 200 3413 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:36 +0300] "GET /employee/manager/view?id=3 HTTP/1.1" 200 15048 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:37 +0300] "GET /debug/default/toolbar?tag=6194c040b73cb HTTP/1.1" 200 3410 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:40 +0300] "GET /employee/manager HTTP/1.1" 200 13098 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:40 +0300] "GET /debug/default/toolbar?tag=6194c044342e7 HTTP/1.1" 200 3411 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:42 +0300] "GET /employee/manager/view?id=3 HTTP/1.1" 200 15047 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:43 +0300] "GET /debug/default/toolbar?tag=6194c0468fa93 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:50 +0300] "GET /employee/manager HTTP/1.1" 200 13095 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:50 +0300] "GET /debug/default/toolbar?tag=6194c04e46619 HTTP/1.1" 200 3410 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:56 +0300] "GET /employee/manager/view?id=4 HTTP/1.1" 200 13994 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:56 +0300] "GET /debug/default/toolbar?tag=6194c05491bb2 HTTP/1.1" 200 3408 "http://backend.guild.loc/employee/manager/view?id=4" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:58 +0300] "GET /employee/manager HTTP/1.1" 200 13099 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:58 +0300] "GET /debug/default/toolbar?tag=6194c05645dff HTTP/1.1" 200 3413 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:59 +0300] "GET /employee/manager/view?id=3 HTTP/1.1" 200 15045 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:41:59 +0300] "GET /debug/default/toolbar?tag=6194c0578b98c HTTP/1.1" 200 3409 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:42:01 +0300] "GET /employee/manager HTTP/1.1" 200 13098 "http://backend.guild.loc/employee/manager/view?id=3" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:42:02 +0300] "GET /debug/default/toolbar?tag=6194c059b4623 HTTP/1.1" 200 3415 "http://backend.guild.loc/employee/manager" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" +127.0.0.1 - - [17/Nov/2021:11:46:10 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 762 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:50:20 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 674 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:51:33 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 402 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:51:47 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 402 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:51:59 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 402 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:57:20 +0300] "GET /api/manager/get-employees-manager?manager_id=4 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:11:58:55 +0300] "GET /api/manager/get-employees-manager?manager_id=11 HTTP/1.1" 404 185 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:00:33 +0300] "GET /api/manager/get-employees-manager?manager_id=11 HTTP/1.1" 404 200 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:02:00 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 402 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:02:06 +0300] "GET /api/manager/get-employees-manager?manager_id=4 HTTP/1.1" 404 200 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:03:12 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 184 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:03:42 +0300] "GET /api/manager/get-manager?manager_id=4 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:03:47 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 184 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:06:09 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 500 3950 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:06:24 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 184 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:07:21 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 500 3950 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:07:54 +0300] "GET /api/manager/get-manager?manager_id=4 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:08:07 +0300] "GET /api/manager/get-manager?manager_id=4 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:08:20 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 184 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:08:41 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:09:00 +0300] "GET /api/manager/get-manager?manager_id=1 HTTP/1.1" 404 162 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:09:06 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:09:22 +0300] "GET /api/manager/get-manager-list HTTP/1.1" 200 213 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:09:50 +0300] "GET /api/manager/get-manager?manager_id=4 HTTP/1.1" 200 184 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:10:00 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:10:46 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:11:53 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:14:11 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:15:25 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 1010 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:16:05 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 178 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:18:40 +0300] "GET /api/manager/get-manager?manager_id=3 HTTP/1.1" 200 110 "-" "PostmanRuntime/7.28.4" +127.0.0.1 - - [17/Nov/2021:12:20:52 +0300] "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1" 200 402 "-" "PostmanRuntime/7.28.4" diff --git a/frontend-error.log b/frontend-error.log index d3d9268..cfb66e3 100644 --- a/frontend-error.log +++ b/frontend-error.log @@ -871,3 +871,318 @@ Stack trace: 2021/11/16 10:13:26 [error] 765#765: *200 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "POST /site/login HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/site/login" 2021/11/16 10:13:26 [error] 765#765: *200 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/site/login" 2021/11/16 10:13:26 [error] 765#765: *200 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /debug/default/toolbar?tag=61935a16a29ad HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/" +2021/11/16 14:52:57 [error] 765#765: *938 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/answer/get-answers?question_id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 14:53:26 [error] 765#765: *938 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/answer/get-answers?question_id=7 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 14:58:07 [error] 765#765: *941 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 14:58:14 [error] 765#765: *941 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:00:28 [error] 765#765: *944 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:00:39 [error] 765#765: *944 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "POST /api/manager/get-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:04:03 [error] 765#765: *947 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:04:17 [error] 765#765: *947 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:04:43 [error] 765#765: *947 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:05:11 [error] 765#765: *947 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:05:46 [error] 765#765: *947 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:05:52 [error] 765#765: *947 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=l HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:09:02 [error] 765#765: *954 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=l HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:09:10 [error] 765#765: *954 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:11:55 [error] 765#765: *957 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:12:12 [error] 765#765: *957 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:14:07 [error] 765#765: *960 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:14:28 [error] 765#765: *960 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:14:42 [error] 765#765: *960 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:14:58 [error] 765#765: *960 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:20:47 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:21:19 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:22:10 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:23:08 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=0 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:23:15 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=5 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:23:22 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=9 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:23:36 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:24:04 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:24:11 [error] 765#765: *983 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:25:28 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:25:37 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=9 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:25:43 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=0 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:25:46 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:25:51 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:26:00 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:26:32 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:26:36 [error] 765#765: *993 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:32:07 [error] 765#765: *1002 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:32:22 [error] 765#765: *1002 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:32:27 [error] 765#765: *1002 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:37:46 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:38:50 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:38:54 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:39:29 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:39:41 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:39:58 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manger_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:40:14 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:40:53 [error] 765#765: *1013 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:43:42 [error] 765#765: *1022 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:45:00 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:45:07 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:45:18 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:45:58 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:46:24 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:46:30 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:46:51 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:47:45 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:47:59 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:48:48 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:49:04 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:50:01 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:50:14 [error] 765#765: *1024 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:52:53 [error] 765#765: *1038 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:53:15 [error] 765#765: *1038 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:54:44 [error] 765#765: *1041 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:55:50 [error] 765#765: *1043 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:56:08 [error] 765#765: *1043 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 15:59:39 [error] 765#765: *1046 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:00:26 [error] 765#765: *1046 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:01:03 [error] 765#765: *1046 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:01:19 [error] 765#765: *1046 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:01:26 [error] 765#765: *1046 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:01:42 [error] 765#765: *1046 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:24:22 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:24:55 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:25:23 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:25:55 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:26:04 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:26:16 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:26:48 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:27:18 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:27:33 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:28:20 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:28:52 [error] 765#765: *1081 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:30:11 [error] 765#765: *1098 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:30:37 [error] 765#765: *1098 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:30:59 [error] 765#765: *1098 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:31:32 [error] 765#765: *1098 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:31:41 [error] 765#765: *1098 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:34:55 [error] 765#765: *1104 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:35:25 [error] 765#765: *1104 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:35:50 [error] 765#765: *1104 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:38:22 [error] 765#765: *1108 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:38:32 [error] 765#765: *1108 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:38:54 [error] 765#765: *1108 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:39:10 [error] 765#765: *1108 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:39:23 [error] 765#765: *1108 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:41:58 [error] 765#765: *1114 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:42:25 [error] 765#765: *1114 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:43:46 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:44:27 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:44:47 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:45:16 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:45:24 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:45:39 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:46:01 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:46:38 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:46:52 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:47:00 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:47:15 [error] 765#765: *1117 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:48:33 [error] 765#765: *1129 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:48:54 [error] 765#765: *1129 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:49:15 [error] 765#765: *1129 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:49:56 [error] 765#765: *1129 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:50:18 [error] 765#765: *1129 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 16:50:29 [error] 765#765: *1129 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:01:44 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:01:57 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:02:13 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:02:21 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:02:28 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:02:32 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:02:48 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:03:00 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:03:34 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:03:58 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:04:35 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:04:50 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:05:33 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:06:08 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:06:21 [error] 765#765: *1142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:08:33 [error] 765#765: *1158 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:09:49 [error] 765#765: *1160 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:09:56 [error] 765#765: *1160 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:23:46 [error] 765#765: *1163 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:25:00 [error] 765#765: *1165 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:25:42 [error] 765#765: *1165 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:26:03 [error] 765#765: *1165 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:26:46 [error] 765#765: *1165 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:27:08 [error] 765#765: *1165 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:31:11 [error] 765#765: *1171 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:31:16 [error] 765#765: *1171 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:31:33 [error] 765#765: *1171 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:33:12 [error] 765#765: *1175 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:33:36 [error] 765#765: *1175 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:33:48 [error] 765#765: *1175 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:35:14 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:35:36 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:35:59 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:36:21 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:36:34 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:36:41 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:36:44 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:37:32 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:38:07 [error] 765#765: *1179 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:40:48 [error] 765#765: *1189 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:44:43 [error] 765#765: *1191 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:45:42 [error] 765#765: *1191 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/16 17:45:44 [error] 765#765: *1191 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 09:52:29 [error] 711#711: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 09:52:40 [error] 711#711: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 09:53:00 [error] 711#711: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "POST /api/user/login?login=testUser HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 09:53:27 [error] 711#711: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:00:29 [error] 711#711: *41 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:04:13 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:04:32 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:05:35 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:06:09 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:06:22 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:06:49 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:06:52 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:07:18 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:07:36 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:07:51 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:08:52 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:09:16 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:09:22 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:09:29 [error] 711#711: *43 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:13:29 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:14:04 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:14:17 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:14:23 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:14:34 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:15:18 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:15:24 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:15:26 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:15:29 [error] 711#711: *58 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:17:38 [error] 711#711: *68 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:18:00 [error] 711#711: *68 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:18:20 [error] 711#711: *68 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:18:44 [error] 711#711: *68 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:19:45 [error] 711#711: *68 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:19:56 [error] 711#711: *68 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:26:25 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:26:41 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:27:27 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:27:52 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:27:56 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:28:02 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:28:14 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:29:01 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:29:35 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:29:50 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:30:08 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:30:10 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:30:12 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:30:25 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:31:05 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:31:22 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:31:36 [error] 711#711: *75 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:37:57 [error] 711#711: *96 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:39:12 [error] 711#711: *98 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:39:29 [error] 711#711: *98 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:40:49 [error] 711#711: *101 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:41:03 [error] 711#711: *101 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:41:34 [error] 711#711: *101 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:41:41 [error] 711#711: *101 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:42:19 [error] 711#711: *101 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:44:12 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:44:14 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:44:30 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:44:46 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:45:18 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:45:34 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:45:51 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:46:16 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:46:56 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:47:16 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:47:41 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:47:53 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:48:11 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:48:17 [error] 711#711: *107 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:52:05 [error] 711#711: *122 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:52:21 [error] 711#711: *122 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:54:17 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:55:08 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:55:33 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:55:53 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:56:02 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:56:24 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:56:34 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:56:45 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:56:53 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:57:24 [error] 711#711: *125 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 10:59:20 [error] 711#711: *136 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:00:09 [error] 711#711: *136 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:03:10 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:03:44 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:03:56 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:04:21 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:04:55 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:05:31 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:05:50 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:06:04 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:06:31 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:06:44 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:07:12 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:07:19 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:07:30 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:07:38 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:07:49 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:08:19 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:08:54 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:09:15 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:09:29 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:10:12 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:10:19 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:10:28 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:10:41 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:10:50 [error] 711#711: *139 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:15:29 [error] 711#711: *164 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:15:51 [error] 711#711: *164 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:16:03 [error] 711#711: *164 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:16:15 [error] 711#711: *164 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:16:18 [error] 711#711: *164 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:19:25 [error] 711#711: *170 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:21:44 [error] 711#711: *172 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:32:23 [error] 711#711: *202 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:34:31 [error] 711#711: *204 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:40:37 [error] 711#711: *268 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:40:43 [error] 711#711: *268 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:41:00 [error] 711#711: *268 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:41:12 [error] 711#711: *268 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:46:10 [error] 711#711: *292 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:50:20 [error] 711#711: *294 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:51:33 [error] 711#711: *296 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:51:47 [error] 711#711: *296 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:51:59 [error] 711#711: *296 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:57:20 [error] 711#711: *300 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 11:58:55 [error] 711#711: *302 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:00:33 [error] 711#711: *304 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=11 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:02:00 [error] 711#711: *306 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:02:06 [error] 711#711: *306 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:03:12 [error] 711#711: *309 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:03:42 [error] 711#711: *309 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:03:47 [error] 711#711: *309 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:06:09 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:06:24 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:07:21 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:07:54 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:08:07 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:08:20 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:08:41 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:09:00 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:09:06 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:09:22 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager-list HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:09:50 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=4 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:10:00 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:10:46 [error] 711#711: *313 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:11:53 [error] 711#711: *327 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:14:11 [error] 711#711: *329 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:15:25 [error] 711#711: *331 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:16:05 [error] 711#711: *331 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:18:40 [error] 711#711: *334 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" +2021/11/17 12:20:52 [error] 711#711: *336 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 101PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 102" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /api/manager/get-employees-manager?manager_id=3 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc" diff --git a/frontend/modules/api/controllers/ManagerController.php b/frontend/modules/api/controllers/ManagerController.php new file mode 100644 index 0000000..8396dde --- /dev/null +++ b/frontend/modules/api/controllers/ManagerController.php @@ -0,0 +1,93 @@ + ['get'], + 'get-employees-manager' => ['get'], + 'get-manager-list' => ['get'], + ]; + } + + public function actionGetManagerList(): array + { + $managers = User::find()->select(['username','manager.id' , 'email']) + ->joinWith('manager')->where(['NOT',['manager.user_id' => null]])->all(); + + if(empty($managers)) { + throw new NotFoundHttpException('Managers are not assigned'); + } + + return $managers; + } + + /** + * @throws NotFoundHttpException + */ + public function actionGetEmployeesManager() + { + $manager_id = Yii::$app->request->get('manager_id'); + if(empty($manager_id) or !is_numeric($manager_id)) + { + throw new NotFoundHttpException('Incorrect manager ID'); + } + + $users_list = User::find()->select(['user.id', 'user.username', 'user.email']) + ->joinWith('managerEmployee') + ->where(['manager_employee.manager_id' => $manager_id]) + ->all(); + + if(empty($users_list)) { + throw new NotFoundHttpException('Managers are not assigned or employees are not assigned to him'); + } + + return $users_list; + } + + /** + * @throws NotFoundHttpException + */ + public function actionGetManager(): array + { + $manager_id = Yii::$app->request->get('manager_id'); + if(empty($manager_id) or !is_numeric($manager_id)) + { + throw new NotFoundHttpException('Incorrect manager ID'); + } + + $manager = User::find() + ->select(['user.id', 'user.username', 'user.email']) + ->joinWith('manager')->where(['manager.id' => $manager_id]) + ->all(); + + + if(empty($manager)) { + throw new NotFoundHttpException('There is no such manager'); + } + + return $manager; + } +} \ No newline at end of file