Ошибка отображения страницы Nextcloud с информацией о системе
Содержание
Не отображается страничка Menu -> Administration settings -> System.
Симптомы
Ошибка при открытии страницы:
Internal Server Error
The server was unable to complete your request.
If this happens again, please send the technical details below to the server administrator.
More details can be found in the server log.
В логах следующее:
Call to undefined function OCA\ServerInfo\OperatingSystems\shell_exec() in file ‘/usr/share/webapps/nextcloud/apps/serverinfo/lib/OperatingSystems/DefaultOs.php’ line 248
Исправление
Удалить функцию shell_exec из блока отключенных функций в /etc/php81/php-fpm.d/nextcloud.conf
; Disable certain functions for security reasons.
; http://php.net/disable-functions
php_admin_value[disable_functions] = exec,passthru,/*shell_exec,*/system,proc_open,curl_multi_exec,show_source
и перезапустить Nextcloud.