November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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" />
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