Содержание

Ошибка отображения страницы 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

php

; 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.

  1. Admin setting — System shows [Internal Server Error]
  2. How to enable some PHP functions?