在 DNN 中安装模块,文件夹权限
- 我正在尝试在 Godaddy 上的 DNN 项目中安装一个模块。
- 我在安装模块时遇到错误
- 我知道我在 DNN 中遇到的错误是因为权限问题。
- 我认为向 App_Data 和 DesktopModules 文件夹授予写入权限可以解决该错误,但事实并非如此,是否还有其他文件夹需要向
- BTW 授予写入权限,我正在尝试在 DNN 中安装现有的“反馈”模块
- I am trying to install a module in a DNN project residing on Godaddy.
- I am getting an error installing the module
- I know the error I am getting in DNN is coz of permissions.
- I thought giving write permissions to the App_Data and DesktopModules folder will resolve the error, but it doesn't, is there any other folder I have to give write permission to
- BTW, I am trying to install the already existing "Feedback" module in DNN
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,反馈模块和大多数作为 PA 安装的模块都有用于数据提供者的二进制/编译文件和许多控件的实际代码。我要检查的第一件事是“bin”文件夹具有写入权限以及“app_code”和“desktopmodules”
Okay the Feedback module and most modules that are installed as PA's have binary/compiled files for the data provider and much of the actual code for the controls. First thing I would check is that the 'bin' folder has write permissions as well as 'app_code' and 'desktopmodules'