在 DotNetNuke 5 中安装模块时出错 - 无清单
我们正在使用 DotNetNuke 5.01。我从第三方公司下载了一个模块。使用主机模块定义页面安装模块时,出现以下错误:
这个包似乎不是 有效的 DotNetNuke 扩展 没有清单。旧的(遗留的) 皮肤和容器不含 体现出来。如果这个包是遗留的 皮装或集装箱包装请检查 下面相应的单选按钮, 然后单击“下一步”。
选项有:
- 皮肤
- 容器
- 不是皮肤/容器
无论我选择什么,它都会无限循环。
知道这意味着什么以及如何解决这个问题吗?
We're using DotNetNuke 5.01. I've downloaded a module from a third party company. While installing the module using the host Module Definitions page, I get this error:
This package does not appear to be a
valid DotNetNuke Extension as it does
not have a manifest. Old (legacy)
Skins and Containers do not contain
manifests. If this package is a legacy
Skin or Container Package please check
the appropriate radio button below,
and click Next.
The options are:
- Skin
- Container
- Not a Skin/Container
No matter what I choose, it loops endlessly.
Any idea what this means and how I can correct the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
模块需要有一个扩展名为
.dnn
的文件。这告诉 DNN 正确注册模块所需的信息。您可能会看到您尝试上传的主 zip 存档内是否有可安装的软件包。如果没有,您肯定需要联系该公司以了解如何安装该模块。Modules need to have a file with an extension of
.dnn
. This tells DNN the information it needs to know to properly register the module. You may see if there are installable packages inside of the main zip archive that you tried to upload. If not, you'll definitely want to contact the company to see how you should install the module.@bdukes 是对的,所以我给了他公认的答案。就我而言,我必须解压下载的文件才能找到安装程序的真实 zip 文件。
因此,如果您收到此错误,请尝试提取 zip 文件中的所有内容。在其中查找 zip 文件并尝试安装它。
@bdukes was right, so I'm giving him the accepted answer. In my case, I had to unzip the downloaded file to get to the real zip file that was the installer.
So if you get this error, try extracting everything in the zip file. Look for a zip file in there and try installing that.