原因:scandir() 函数被禁用了
解决方法:
1 、 ssh 连接到 VPS 或服务器
2 、输入以下命令:

vi /usr/local/php/etc/php.ini

3 、在命令模式,使用 VI 的查找命令 「/」 进行内容查找:

/scandir

4 、如图,查找到下面这行,然后按 Ins 键切换到插入模式将 scandir 函数删除。

scandir函数被禁用怎么开启

5 、命令模式下 :qw 命令退出 vi 编辑,并重启:

/etc/init.d/php-fpm restart

OK,去后台看看吧!