查看到phpmyadmin有多处理调用opendir的,由于默认服务器安全配置,php.ini禁用了较多的函数,phpmyadmin也挂了。
if (!@file_exists($dir) || !($handle = @opendir($dir))) {
$handle = @opendir(LOCALE_PATH);
if (!($handle = @opendir($plugins_dir))) {
if (false === ($handleThemes = opendir($this->_themes_path))) {
$handle = opendir('libraries/classes/Plugins/Transformations/' . $sd);
if($dir && $handle = opendir($dir)) {
if (($fontsdir = opendir(TCPDF_FONTS::_getfontpath())) !== false) {
标签: 500报错
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.isres.com/linux/231.html