问题描述
在页面上添加了Content模块之后,我得到一个带有白色眼镜的圆形蓝色图标。单击它会在控制台中产生错误:
After adding Content module to a page, I just get a round blue icon with white glasses. Clicking on it produces an error in the console:
ReferenceError: $2sxc is not defined 1 ui.html:20:5
<anonymous> http://localhost/DotNetNuke/desktopmodules/tosic_sexycontent/dist/ng/ui.html:20:5
在铅笔菜单中单击更改模板/布局也无效。从2sxc 8.12升级到9.02后发生了这种情况。我检查了文件,当然在任何地方都看不到$ 2sxc。我已经在其他站点上安装了,并且没有出现此问题,但是在我的localhost安装上失败了。 DNN 9.1.1我尝试卸载2sxc并删除所有可以找到的Tosic ...文件,然后重新安装,但得到的结果相同。
Clicking 'Change Template / Layout' in pencil menu also does nothing. This happened after upgrading from 2sxc 8.12 to 9.02. I checked the file and of course could not see $2sxc defined anywhere. I have installed on other sites and not had this problem, but it is failing on my localhost installation. DNN 9.1.1 I have tried uninstalling 2sxc and deleting all the Tosic... files I can find, then reinstalling, but I get the same results.
类似于:
有人知道如何解决此问题吗?
Does anyone know how to fix this? Thx.
推荐答案
所以这是该版本中的错误,现已修复。
So this was a bug in that version, it's fixed now.
这篇关于$ 2sxc未定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!