Try our conversational search powered by Generative AI!

epiJQuery is not defined

Vote:
 

Hi 

We are upgrading starting from CMS5R2 to CMS6, then to CMS6R2.

The scripts have all been ran and the site works, however edit mode is broken and I get

“epiJQuery is not defined”. It appears not to be referencing some javascript files.

Does anyone have any ideas on the source of the problem?

thanks

#64574
Jan 02, 2013 16:47
Vote:
 
A couple of lines in the episerver.config hadn't been updated by the install:
<add name="EPiServerCMS" virtualPath="~/ui/CMS" physicalPath="C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\application\UI\EPiServer\CMS" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer" />
<add name="EPiServerShell" virtualPath="~/ui/Shell" physicalPath="C:\Program Files (x86)\EPiServer\Framework\6.0.318.113\Application\UI" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer" />
    
now changed to this, and works correctly:  

<add name="EPiServerCMS" virtualPath="~/ui/CMS" physicalPath="C:\Program Files (x86)\EPiServer\CMS\6.1.379.0\application\UI\EPiServer\CMS" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer" />
<add name="EPiServerShell" virtualPath="~/ui/Shell" physicalPath="C:\Program Files (x86)\EPiServer\Framework\6.2.267.1\Application\UI" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider,EPiServer" />
    
#64594
Edited, Jan 03, 2013 16:33
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.