2013-09-14, 04:49:58
(2013-09-14, 04:35:49)hameau Wrote:Many thanks!(2013-09-14, 02:21:13)david.matthewson Wrote: ... as the HTML editor now flashes up briefly and then vanishes from any page I'm editing or creating.
Try commenting any custom settings in gsconfig.php that you have for these two parameters:Code:#define('GSEDITORTOOL', 'advanced');
#define('GSEDITOROPTIONS', '');
I can't remember exactly what I found was causing similar symptoms when I upgraded. Re-introduce your custom settings one at a time to see what breaks it.
It was this:
# WYSIWYG Editor Options
# define('GSEDITOROPTIONS',"scayt_autoStartup:true, extraPlugins:'video', scayt_sLang:'en_GB'");
I guess the plugins referred to are missing/corrupt, hence the editor can't load.
Happy happy...
Much appreciate your prompt help.
David