如何在 dnn 05.06.03 上传新皮肤
我有一个最初是在 DNN 4.(??).(??) 上制作的网站,托管在 win server 2003 上 最近我安装了一台新服务器,Win server 2008R2,并将站点迁移到该服务器上,并升级到dnn 05.06.03。最初我尝试更新到最新的 6...,但是 HTML 模块(该网站广泛使用该模块)有问题,所以我坚持使用最新的 5.xx.xx,事实证明它可以正常工作。
但在 05.06.03 中,我遇到了另一个问题 - 上传皮肤模块似乎已损坏。我试图从主机菜单上传新皮肤,但是当我单击链接上传皮肤时,没有任何反应。
我在 IE9、FF 6.0.2 和 Chrome 13.0.782.220(最新)中进行了尝试,但一切似乎都表现相同 - 什么都没有,nada!
链接中附加的命令是
<a title="Upload Skin" class="CommandButton" href="javascript:__doPostBack('dnn$ctr327$HostSettings$cmdUploadSkin$ctl01','')">Upload Skin</a>
知道我能做什么吗?
谢谢
I have a website which was initially made on DNN 4.(??).(??) hosted on win server 2003
Recently I installed a new server, Win server 2008R2, and I migrated the site on this server, and upgraded up to dnn 05.06.03. Initially I was trying to update to latest 6..., but that had problem with HTML module (which is used extensively by the site), so I stick with latest 5.xx.xx, which proved to work ok.
But with 05.06.03 I have another problem - it seems it is broken on upload skin module. I was trying to upload new skins from host menu, but when I click on link Upload Skin, nothing happens.
I was trying in IE9, FF 6.0.2 and Chrome 13.0.782.220 (latest), but all seems to act the same - nothing, nada!
The command attached to the link is
<a title="Upload Skin" class="CommandButton" href="javascript:__doPostBack('dnn$ctr327$HostSettings$cmdUploadSkin$ctl01','')">Upload Skin</a>
Any idea what can I do?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要以其他方式安装皮肤,您可以将皮肤 zip 安装程序通过 FTP 传输到 /Install/Skin,然后浏览到 (yourwebsite)/install/install.aspx?mode=installresources
关于为什么常规皮肤上传不起作用,可能是DNN 事件日志中的一些线索。
To install the skin in an alternate way, you can FTP the skin zip installer to /Install/Skin and then browse to (yourwebsite)/install/install.aspx?mode=installresources
Regarding why the regular skin upload does not work, there could be some clues on the DNN's Event Log.