完全搞砸了,非常需要你的建议。我正在尝试安装一个新模块,但却遇到了一大堆错误。最后一条消息显示Installing modules and themes requires FTP access to your server.
我使用$ sudo apt-get install vsftpd
安装了FTP服务器。
通过取消注释以下行来更新vsftpd.conf
:
listen=YES
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=YES
anon_mkdir_write_enable=YES
最后添加以下内容:
local_root=/home
重新启动服务$ sudo service vsftpd restart
。回到模块安装页面,试过但是同样的错误又回来了。
我缺少什么?提到https://www.drupal.org/node/1608658
更新:
在我的phpinfo();
页面上,我可以在配置命令列下看到以下内容:
'--enable-ftp' '--with-apxs2=/usr/bin/apxs2'