leantime icon indicating copy to clipboard operation
leantime copied to clipboard

[BUG] CurlMultiHandler Long Execution Time

Open Whos0who opened this issue 2 years ago • 3 comments

Hello, I have updated to the last version, but I got the following error when logging on and navigating through pages:

PHP Fatal error: Maximum execution time of 30 seconds exceeded in *******\vendor\guzzlehttp\guzzle\src\Handler\CurlMultiHandler.php on line 160

Leantime Version 2.2.7

Server Apache 2.4

PHP / MySQL Version PHP 8.1

Additional context Note: I'm using local server without internet.

Whos0who avatar Sep 03 '22 10:09 Whos0who

Thanks for submitting. Can you navigate to pages (and see the UI at all)?

I assume you haven’t tried to set up an integration (slack or so)?

It might be related to telemetry, you can turn this off in Company Settings. If you can’t navigate to it you can turn that off in the database table zp_settings

On Sat, Sep 3, 2022 at 6:27 AM Whos0who @.***> wrote:

Hello, I have updated to the last version, but I got the following error when logging on and navigating through pages:

PHP Fatal error: Maximum execution time of 30 seconds exceeded in *******\vendor\guzzlehttp\guzzle\src\Handler\CurlMultiHandler.php on line 160

Leantime Version 2.2.7

Server Apache 2.4

PHP / MySQL Version PHP 8.1

Additional context Note: I'm using local server without internet.

— Reply to this email directly, view it on GitHub https://github.com/Leantime/leantime/issues/932, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALG4EFRN73O6JFUDSCHUKGDV4MRX5ANCNFSM6AAAAAAQD26YUM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcelfolaron avatar Sep 03 '22 11:09 marcelfolaron

In any case, this needs to be fixed on our end as well. Ill make sure to include it in the next release.

On Sat, Sep 3, 2022 at 7:23 AM Marcel Folaron @.***> wrote:

Thanks for submitting. Can you navigate to pages (and see the UI at all)?

I assume you haven’t tried to set up an integration (slack or so)?

It might be related to telemetry, you can turn this off in Company Settings. If you can’t navigate to it you can turn that off in the database table zp_settings

On Sat, Sep 3, 2022 at 6:27 AM Whos0who @.***> wrote:

Hello, I have updated to the last version, but I got the following error when logging on and navigating through pages:

PHP Fatal error: Maximum execution time of 30 seconds exceeded in *******\vendor\guzzlehttp\guzzle\src\Handler\CurlMultiHandler.php on line 160

Leantime Version 2.2.7

Server Apache 2.4

PHP / MySQL Version PHP 8.1

Additional context Note: I'm using local server without internet.

— Reply to this email directly, view it on GitHub https://github.com/Leantime/leantime/issues/932, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALG4EFRN73O6JFUDSCHUKGDV4MRX5ANCNFSM6AAAAAAQD26YUM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcelfolaron avatar Sep 03 '22 11:09 marcelfolaron

Thanks for submitting. Can you navigate to pages (and see the UI at all)? I assume you haven’t tried to set up an integration (slack or so)? It might be related to telemetry, you can turn this off in Company Settings. If you can’t navigate to it you can turn that off in the database table zp_settings

Great! I have deleted the record related to telemetry from the database, and the no longer page delay. Thank you.

However, some warnings are logged such as: PHP Deprecated: setcookie(): Passing null to parameter #2 ($value) of type string is deprecated in *****\src\core\class.session.php on line 141

PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in *****\src\domain\api\controllers\class.sessions.php on line 74

Whos0who avatar Sep 05 '22 13:09 Whos0who