Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
we are running a multisite. Latest epi 10.
With one of the sites, when i try to edit a block, i get
.js could not be loaded and the whole UI craches.When i look at the path from where epi tries to load the the .js i see that something is dodgy.
The in exists modules/_protected/ {geta-epi-cms\Geta-EPi-Cms.zip\1.1.6.0\ClientResources\Scripts\editors}
The zip file containes, there is a module.config file that looks like this:
<module productName="Geta EPi Cms UI" clientResourceRelativePath="1.1.6.0" loadFromBin="false">
<assemblies>
<add assembly="Geta.EPi.Cms.UI" />
</assemblies>
<dojo>
<paths>
<add name="geta-epi-cms" path="ClientResources/Scripts" />
</paths>
</dojo>
<clientModule initializer="geta-epi-cms/CommandsInitializer">
<moduleDependencies>
<add dependency="CMS" type="RunAfter" />
</moduleDependencies>
</clientModule>
</module>