2015-07-18, 23:39:53
The browser console should show the error.
What browser ?
ckeditor runs in an iframe it is possible that our new anti frame is preventing it sometimes in some browsers.
try
in gsconfig.php
however this is supposed to only affect loading the page in frames , not frames on the page... so probably not the issue.
What browser ?
ckeditor runs in an iframe it is possible that our new anti frame is preventing it sometimes in some browsers.
try
define('GSNOFRAME',false); # prevent in frames NEVER
in gsconfig.php
however this is supposed to only affect loading the page in frames , not frames on the page... so probably not the issue.