Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
I am getting some javascript errors on many pages even though I am not using any except for a jquery menu. Anyone know how to fix this?
System: mojoPortal Version 2.3.5.3 MSSQL Operating System Microsoft Windows NT 6.1.7600.0 (windows 2008) ASP.NET Version v2.0.50727 Running in Full Trust
The most frequent error is: WebForm_InitCallback is not defined
The source shows: <script type="text/javascript"> //<![CDATA[ (function() {var fn = function() {$get("ctl01_ScriptManager1_HiddenField").value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})(); WebForm_InitCallback();//]]> </script>
Does the problem happen when using a different skin or does it seem to be specific to the skin you are using?
What kind of jquery menu? What scripts did you add and how did you add them?