Daniel

Results 160 comments of Daniel

That's pretty annoying. Thanks for sharing @flaushi looks like I have to go to the same rabbit hole like you. I'm not sure about how to map the versions together....

@ReDrUm you can test my Dockerfile: https://github.com/it-novum/puppeteer-docker/blob/development/Dockerfile I have not tested it on Apple M1, but it is running on Linux arm64.

Is there a reason why there is no feedback to this?

Unfortunately I was not able to reproduce this on my Ubuntu Jammy 22.04 system. ``` Description: Ubuntu 22.04 LTS PHP 8.1.2 (cli) (built: Jun 13 2022 13:52:54) (NTS) ``` I...

> I still permanently get the following error in the log file (not sure if it's related): > > ``` > 2022-07-13 10:10:30 error: [Cake\Http\Exception\BadRequestException] Bad Request in /opt/openitc/frontend/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php on...

Line 144 is doing some math with the warning parameter: ``` ($bytesWarning * 8 / 1024), ``` So the error should nothing have todo with the data provided by the...

Looks like your system is suffering from more than one issue. First you should resolve your php-fpm issue. You have to many requests for your current amount of workers. For...

> why are there blank values in the database? There are only two reasons i could think of: 1. Someone delete the parameters via the interface. You could check the...

> No. But if a function/calculation/etc. in a process is expecting an Integer I'd make sure it gets one (e.g. by using `intval()`) - or check the value and break...