If you have installed eZ Teamroom according to the steps described here, eZ JS Core is already installed. This is also the case if you have installed eZ Flow or eZ Webin.
ActiveExtensions[]=ezjscore
Regenerate autoload array by running this script:
php bin/php/ezpgenerateautoloads.php -e
Or if you prefer to update the autoloads from the Admin Interface go to the Setup tab and click on the Extensions link in the menu on the left. In the list displayed check the eZ JS Core extension and click the Regenerate autoload arrays for extensions button.
[eZJSCore]LoadFromCDN=disabled
If this is the case add the following line to your Virtual-Host setupRewriteRile ^/extension/[^/]+/design/[^/]+/(stylesheets|flash|images|lib|javascripts?)/.* - [L]
.htaccess
Change
RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php
in toOnline Editor 5.0:
RewriteRule !(\.(gif|jpe?g|png|css|js|html?)|var(.+)storage.pdf(.+)\.pdf)$ index.php
RewriteRule ^/var/([^/]+/)?cache/public/.* - [L]
If you don't manage to get these changes working, you can disable this feature setting ezjscore.ini
[eZJSCore] Packer=disabled
RewriteRule ^/var/([^/]+/)?cache/public/.* /index_cluster.php [L]