Hello,
Has anyone encountered this before? and how can I resolve this error?
Error: is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: Procedure or function 'AddTabAfter' expects parameter '@IsSystem', which was not supplied.
I track it down a bit. Using Chrome Console error log, this shows up
Uncaught TypeError: Cannot read property 'indexOf' of undefined
if ($("ul.dnnAdminTabNav > li.ui-tabs-active").attr("id").indexOf("propertiesTab") > -1) {
$("ul.dnnMainActions, div.dnnModuleAuditControl").hide();
}
For some reason this line of code results as
undefined
$("ul.dnnAdminTabNav > li.ui-tabs-active").attr("id")
I'm currently using Evoq Content 07.03.04 (45)
Thank you