1.后台ftp传输连接服务器失败。
解决方案:
按照lnmp教程中安装pureftp设置好自己的ftp用户名
2.Warning: scandir() has been disabled for security reasons in
解决方案:
编辑网站目录/usr/local/php/etc/php.ini目录下php.ini
disable_functions =scandir,passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,pfsockopen,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server,fsocket,fsockopen
去掉其中scandir保存后
通过putty下执行/etc/init.d/php-fpm restart重启服务,解决。
3.后台ftp麻烦的手续关闭。
解决方案:
putty下执行chown -R www /home/wwwroot/www.iuuwe.com(后面地址视个人wordpress安装目录而定)