November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Check this thread:
http://world.episerver.com/Forum/Pages/thread.aspx?id=15884
all the javascript is been referred in html source rendered.
BUt still I am getting error "EPi is not defined" .
<script src="/MyEPiServer/util/javascript/episerverscriptmanager.js" type="text/javascript"></script>Note: In my case no error working with .Visual Studio.error comes only when deployed in IIS.
Hi All I am using Visual Studio 2008sp1 and EPiServer CMS5 R2.I am very new to EPiServer.
I am facing a problem, a javascript error when I login to my website as WebAdmin(Admin Role) .
The error message: EPi is undefined.
Detailed Message:" 'EPi' is undefined Login.aspx?ReturnUrl=%2fMyEPiServer%2fHome.aspx, line 128 character 21"
I am using Forms authentication .
These are the lines the ie debugger showing:-
EPi.AddEventListener(window, 'load', SetupRCA_ContextMenu_43d59ee5_8927_4b64_b323_d62411e50d87);
EPi.AddEventListener(window, 'unload', DetachEvents_ContextMenu_43d59ee5_8927_4b64_b323_d62411e50d87);
Please help.Thanks in advance.