日期:2014-01-22 阅读:1937
dmandwp系统 - wordpress系统和DM系统区块建站>>
Module installation requires FTP access?
https://drupal.org/node/1036494
也可以参考下wordpress的做法:
http://www.yxlgh.com/post-823.html
如果是其他的可以使用在wp-config.php文件中添加脚本方式。
define(“FS_METHOD”,”direct”);
define(“FS_CHMOD_DIR”, 0777);
define(“FS_CHMOD_FILE”, 0777);
上述脚本添加到文件最后面就可以。
当然在drupal,是在setting.php里,而且常量也是不一样的。