我今天更新了我的服务器,实际上当我要去 mywebsite.com/phpmyadmin / => 我收到错误 500
错误日志:
PHP Warning: require_once(): open_basedir restriction in effect. File(/usr/share/php/php-php-gettext/gettext.inc) is not within the allowed path(s): (/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-php-gettext/:/usr/share/javascript/:/usr/share/php/tcpdf/:/usr/share/doc/phpmyadmin/:/usr/share/php/phpseclib/) in /usr/share/phpmyadmin/libraries/common.inc.php on line 77
PHP Warning: require_once(/usr/share/php/php-php-gettext/gettext.inc): failed to open stream: Operation not permitted in /usr/share/phpmyadmin/libraries/common.inc.php on line 77
PHP Fatal error: require_once(): Failed opening required '/usr/share/php/php-php-gettext/gettext.inc' (include_path='.') in /usr/share/phpmyadmin/libraries/common.inc.php on line 77
我的 apache.conf:
我的 php.ini:
我的 /usr/share/php:
drwxr-xr-x 2 root root 4096 févr. 1 00:29 php-gettext
drwxr-xr-x 2 root root 4096 févr. 1 00:16 php-php-gettext
在 /usr/share/php/php-gettext 中:
lrwxrwxrwx 1 root root 30 janv. 29 16:13 gettext.inc -> ../php-php-gettext/gettext.inc
lrwxrwxrwx 1 root root 30 janv. 29 16:13 gettext.php -> ../php-php-gettext/gettext.php
lrwxrwxrwx 1 root root 30 janv. 29 16:13 streams.php -> ../php-php-gettext/streams.php
在 /usr/share/php/php-php-gettext 中:
lrwxrwxrwx 1 root root 30 janv. 29 16:13 gettext.inc -> ../php-php-gettext/gettext.inc
lrwxrwxrwx 1 root root 30 janv. 29 16:13 gettext.php -> ../php-php-gettext/gettext.php
lrwxrwxrwx 1 root root 11 févr. 1 00:16 php-gettext -> php-gettext
lrwxrwxrwx 1 root root 30 janv. 29 16:13 streams.php -> ../php-php-gettext/streams.php
我的 PHP-GetText 版本:
php-mbstring is already the newest version (1:7.0+49).
php-gettext is already the newest version (1.0.12-0.1).
php7.0-mbstring is already the newest version (7.0.15-1).
我测试了很多东西,但对我的服务器没有任何作用:\有人可以帮助我吗?
真挚地,