Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

Hi,
I just upgraded our centos 7 server PHP version to 7.4.9 and the Pydio Community version to 8.2.5 and I’m getting PHP errors when accessing the workspaces. The error message says "Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)" On inspecting the logs, this is being produced by ShareStore.php

Also getting an error from PHP_magic_quotes.php which says “Function get_magic_quotes_gpc() is deprecated”.

Can anyone tell me if there is a fix for these issues?

Unfortunately we can’t upgrade to Cells due to a lack of remote auth support.

Many thanks

Dave

Hi,
I think this is the problem of PHP 7.4
Try to test on pydio with php <7.3