部署自定义模块sugarcrm时出错

时间:2014-01-05 09:50:29

标签: sugarcrm

我在部署自定义模块时遇到sugarcrm错误。

ERROR: rmdir_recursive(): argument custom/modulebuilder/packages/PointsRedemption is not a file or a dir.

请帮忙。

1 个答案:

答案 0 :(得分:0)

可能是权限问题,请尝试sudo chmod -R 777 custom/modulebuilder查看是否正在发生这种情况。更好的权限设置可能是755,用户/组匹配网络服务器运行的任何内容,通常类似于www-data:www-data。