View Issue Details

IDProjectCategoryView StatusLast Update
0001575bareos-corewebuipublic2023-12-12 11:32
ReporterAlex_Dor1990 Assigned Tobruno-at-bareos  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Summary0001575: Clients host insn't display in WebUi
DescriptionIn Bareos webui after update for 23 version.
TagsNo tags attached.

Activities

bruno-at-bareos

bruno-at-bareos

2023-11-28 16:09

manager   ~0005544

Could you help us to help you, by describing a bit more the issue.

Is the corresponding bconsole commands works (list clients), and what return the following commands in bconsole

.api 2
.clients
Alex_Dor1990

Alex_Dor1990

2023-11-29 10:40

reporter   ~0005547

For example, I updated one server client to 23 version, too, but he isn't displayed in webui now.
brst1.png (17,223 bytes)   
brst1.png (17,223 bytes)   
brst2.png (10,286 bytes)   
brst2.png (10,286 bytes)   
bruno-at-bareos

bruno-at-bareos

2023-11-29 11:25

manager   ~0005548

It would really nice to help us, by using detailed information, I've updated one server that doesn't appear, doesn't help to track the case, nor help us to reproduce.

so what what is the output of the
bconsole
llist client=updated-server

Then on your half screenshot of the webui, what are the acl used, why none of the clients are visible ?
Alex_Dor1990

Alex_Dor1990

2023-11-29 11:50

reporter   ~0005549

This is my profile conf and result of command. Before update version in DD, it worked correctly - i saw all client in webui (they was anything version), but now i not see their.
brst2_1.png (9,226 bytes)   
brst2_1.png (9,226 bytes)   
brst2_2.png (3,396 bytes)   
brst2_2.png (3,396 bytes)   
bruno-at-bareos

bruno-at-bareos

2023-11-29 17:04

manager   ~0005550

Thanks for the report, it is reproducible which will greatly help to create a fix.

Could you confirm, that if you open a browser debug windows (mostly F12) in the network panel you can see the list returned by the server ?

For example I can see in request response
[
    {
        "clientid": "1",
        "uname": "22.1.2 (21Nov23) SUSE Linux Enterprise Server 15 SP4,suse",
        "name": "bareos-fd",
        "autoprune": "0",
        "fileretention": "5184000",
        "jobretention": "15552000",
        "version": "22.1.2",
        "version_tooltip": "Current Bareos release.",
        "version_status": "uptodate",
        "enabled": true
    },
    {
        "clientid": "3",
        "uname": "23.0.0~pre1269.3ddd57cb0 (27Nov23) Microsoft Windows Server 2012 (build 9200), 64-bit,Cross-compile",
        "name": "bareos-pluton-fd",
        "autoprune": "0",
        "fileretention": "5184000",
        "jobretention": "15552000",
        "version": "23.0.0~pre1269.3ddd57cb0",
        "version_tooltip": "Current Bareos release.",
        "version_status": "uptodate",
        "enabled": true
    }
]
bruno-at-bareos

bruno-at-bareos

2023-11-29 18:00

manager   ~0005552

So it look like the default caching, doesn't refresh correctly the new js files distributed with the new version of the package.

Would you mind to test to simply either empty the cache of your browser, or hit shift+F5 to force a full reload

As it has worked here, it should also do it for you.
bruno-at-bareos

bruno-at-bareos

2023-11-29 18:06

manager   ~0005553

Here a 23 bareos-dir webui listing the client.
image.png (88,705 bytes)   
image.png (88,705 bytes)   
Alex_Dor1990

Alex_Dor1990

2023-11-30 07:49

reporter   ~0005555

I uploaded 2 .png files for your asked
1b.png (92,377 bytes)   
1b.png (92,377 bytes)   
2b.png (34,792 bytes)   
2b.png (34,792 bytes)   
Alex_Dor1990

Alex_Dor1990

2023-11-30 08:03

reporter   ~0005556

The cache has been clear , earlier and problem isn't resolved
Alex_Dor1990

Alex_Dor1990

2023-11-30 08:10

reporter   ~0005557

The "Timeline" page is clear, too
3b.png (10,755 bytes)   
3b.png (10,755 bytes)   
bruno-at-bareos

bruno-at-bareos

2023-11-30 09:56

manager   ~0005559

Sorry but bad gateway, prove that something happen in the web stack : nginx and php-fpm
You should check for error in both engine logs.
Alex_Dor1990

Alex_Dor1990

2023-11-30 10:13

reporter   ~0005560

""""
For example I can see in request response
[
    {
        "clientid": "1",
        "uname": "22.1.2 (21Nov23) SUSE Linux Enterprise Server 15 SP4,suse",
        "name": "bareos-fd",
        "autoprune": "0",
        "fileretention": "5184000",
        "jobretention": "15552000",
        "version": "22.1.2",
        "version_tooltip": "Current Bareos release.",
        "version_status": "uptodate",
        "enabled": true
    },
""""
Please, share your screenshot with this text in debug windows (mostly F12) in the network panel.
Maybe I something doing isn't correctly.
bruno-at-bareos

bruno-at-bareos

2023-11-30 10:30

manager   ~0005561

it is not related, this is the normal answer you will have, but first you have to sort out your 502 gateway error
when nginx is showing that, it is mostly because it was not able to contact the php-fpm service or that particular request failed, but the reason
should be shown in php-fpm log.
Alex_Dor1990

Alex_Dor1990

2023-11-30 13:34

reporter   ~0005562

text from nginx\error.log

2023/11/30 09:33:10 [error] 720#720: *788 FastCGI sent in stderr: "PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice: Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
bruno-at-bareos

bruno-at-bareos

2023-11-30 14:53

manager   ~0005563

Notice shouldn't be enough to create a 502 error. and I'm pretty sure they were there too in previous version.
could you check if you kept the previous logs ?
Alex_Dor1990

Alex_Dor1990

2023-11-30 15:35

reporter   ~0005564

log - error.log.4 this log before update to version 23.0.0
log - error.log.1 this log after update to version 23.0.0
error.log.1 (78,458 bytes)   
2023/11/29 12:28:28 [error] 720#720: *120 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 12:28:28 [error] 720#720: *120 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 12:28:28 [error] 720#720: *120 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 12:28:28 [error] 720#720: *120 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 12:28:28 [error] 720#720: *120 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 13:51:16 [error] 721#721: *170 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 13:51:16 [error] 721#721: *170 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 13:51:16 [error] 721#721: *170 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 13:51:16 [error] 721#721: *170 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 13:51:16 [error] 721#721: *170 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 13:57:58 [error] 721#721: *205 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/bareos-webui/module/Restore/view/restore/restore/index.phtml on line 171" while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /restore/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/job/details/3135"
2023/11/29 15:28:57 [error] 721#721: *330 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 15:28:57 [error] 721#721: *330 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 15:28:57 [error] 721#721: *330 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 15:28:57 [error] 721#721: *330 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 15:28:57 [error] 721#721: *330 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 16:03:05 [error] 721#721: *421 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 16:03:05 [error] 721#721: *421 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 16:03:05 [error] 721#721: *421 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 16:03:05 [error] 721#721: *421 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 16:03:05 [error] 721#721: *421 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 16:18:36 [error] 721#721: *534 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 16:18:36 [error] 721#721: *534 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 16:18:36 [error] 721#721: *534 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 16:18:36 [error] 721#721: *534 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 16:18:36 [error] 721#721: *534 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?search=&sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client/timeline/"
2023/11/29 16:21:10 [error] 721#721: *548 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 16:21:10 [error] 721#721: *548 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 16:21:10 [error] 721#721: *548 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 16:21:10 [error] 721#721: *548 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 16:21:10 [error] 721#721: *548 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 16:21:12 [error] 721#721: *548 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/bareos-webui/module/Restore/view/restore/restore/index.phtml on line 171" while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /restore/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 16:29:43 [error] 721#721: *575 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 16:29:43 [error] 721#721: *575 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 16:29:43 [error] 721#721: *575 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 16:29:43 [error] 721#721: *575 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 16:29:43 [error] 721#721: *575 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 17:18:29 [error] 721#721: *639 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 17:18:29 [error] 721#721: *639 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 17:18:29 [error] 721#721: *639 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 17:18:29 [error] 721#721: *639 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 17:18:29 [error] 721#721: *639 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 17:21:53 [error] 721#721: *673 FastCGI sent in stderr: "PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97
2023/11/29 17:21:53 [error] 721#721: *673 FastCGI sent in stderr: "oller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Contr
2023/11/29 17:21:53 [error] 721#721: *673 FastCGI sent in stderr: "ebui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-w
2023/11/29 17:21:53 [error] 721#721: *673 FastCGI sent in stderr: "ue of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 97PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 41PHP message: PHP Notice:  Trying to access array offset on value of type int in /usr/share/bareos-webui/module/Api/src/Api/Controller/ClientController.php on line 96PHP message: PHP Notice:  Trying to access array offset on val
2023/11/29 17:21:53 [error] 721#721: *673 upstream sent too big header while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /api/client/?sort=name&order=asc HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/client//"
2023/11/29 18:25:06 [error] 721#721: *683 FastCGI sent in stderr: "PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/bareos-webui/module/Restore/view/restore/restore/index.phtml on line 171" while reading response header from upstream, client: 10.73.63.75, server: bareosodcdd1.avp.ru, request: "GET /restore/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "bareosodcdd1.avp.ru", referrer: "https://bareosodcdd1.avp.ru/dashboard/"
error.log.1 (78,458 bytes)   
error.log.4 (2,698 bytes)
Alex_Dor1990

Alex_Dor1990

2023-12-11 10:26

reporter   ~0005597

Are you have feedback about this issue?
bruno-at-bareos

bruno-at-bareos

2023-12-11 14:50

manager   ~0005599

Hello, unfortunately

Logs reveal we're not allowed to provide services on this ticket due to EU and BAFA regulations [1].

[1] https://www.consilium.europa.eu/en/policies/sanctions/restrictive-measures-against-russia-over-ukraine/sanctions-against-russia-explained/
bruno-at-bareos

bruno-at-bareos

2023-12-12 11:32

manager   ~0005604

due to regulation

Issue History

Date Modified Username Field Change
2023-11-28 14:21 Alex_Dor1990 New Issue
2023-11-28 16:09 bruno-at-bareos Note Added: 0005544
2023-11-29 10:40 Alex_Dor1990 Note Added: 0005547
2023-11-29 10:40 Alex_Dor1990 File Added: brst1.png
2023-11-29 10:40 Alex_Dor1990 File Added: brst2.png
2023-11-29 11:25 bruno-at-bareos Note Added: 0005548
2023-11-29 11:50 Alex_Dor1990 Note Added: 0005549
2023-11-29 11:50 Alex_Dor1990 File Added: brst2_1.png
2023-11-29 11:50 Alex_Dor1990 File Added: brst2_2.png
2023-11-29 17:04 bruno-at-bareos Note Added: 0005550
2023-11-29 17:15 bruno-at-bareos Priority high => normal
2023-11-29 18:00 bruno-at-bareos Note Added: 0005552
2023-11-29 18:05 bruno-at-bareos Assigned To => bruno-at-bareos
2023-11-29 18:05 bruno-at-bareos Status new => assigned
2023-11-29 18:06 bruno-at-bareos Note Added: 0005553
2023-11-29 18:06 bruno-at-bareos File Added: image.png
2023-11-30 07:49 Alex_Dor1990 Note Added: 0005555
2023-11-30 07:49 Alex_Dor1990 File Added: 1b.png
2023-11-30 07:49 Alex_Dor1990 File Added: 2b.png
2023-11-30 08:02 Alex_Dor1990 Note View State: 0005555: private
2023-11-30 08:02 Alex_Dor1990 Note View State: 0005555: public
2023-11-30 08:03 Alex_Dor1990 Note Added: 0005556
2023-11-30 08:10 Alex_Dor1990 Note Added: 0005557
2023-11-30 08:10 Alex_Dor1990 File Added: 3b.png
2023-11-30 09:56 bruno-at-bareos Note Added: 0005559
2023-11-30 10:13 Alex_Dor1990 Note Added: 0005560
2023-11-30 10:30 bruno-at-bareos Note Added: 0005561
2023-11-30 13:34 Alex_Dor1990 Note Added: 0005562
2023-11-30 14:53 bruno-at-bareos Note Added: 0005563
2023-11-30 15:35 Alex_Dor1990 Note Added: 0005564
2023-11-30 15:35 Alex_Dor1990 File Added: error.log.1
2023-11-30 15:35 Alex_Dor1990 File Added: error.log.4
2023-12-11 10:26 Alex_Dor1990 Note Added: 0005597
2023-12-11 14:50 bruno-at-bareos Note Added: 0005599
2023-12-12 11:32 bruno-at-bareos Status assigned => closed
2023-12-12 11:32 bruno-at-bareos Resolution open => unable to reproduce
2023-12-12 11:32 bruno-at-bareos Note Added: 0005604