I switched to the last php 7.2.19 version and then I get Errors on includes as include_once where everything was ok before
PHP Warning: include_once(): Failed opening '/home/xxx/domains/xxx.xxx/public_html/inc/smarty/libs/plugins/shared.make_timestamp.php' for inclusion
The absolute path is correct and the file exists. How this can happen? For which reasons? Some others includes are ok, if I test the same path in other code, it works fine. Crazy