在 DNN 中安装模块,文件夹权限

发布于 2024-08-15 19:59:25 字数 229 浏览 2 评论 0原文

  • 我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心欲静而疯不止 2024-08-22 19:59:25

好的,反馈模块和大多数作为 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'

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文