Picture of Timo R
Authoring tool issue after upgrade
by Timo R - Monday, 9 January 2023, 4:55 PM
 

Hi,

I upgraded adapt framework and authoring tool today (Adapt authoring tool 0.11.1. / Adapt framework 5.24.5.)

Now when I open "Dashboard > Course structure > Project settings" of my course I get an empty page. The dev console gives me these two errors:

origin.js?20230109164225241:1 Uncaught TypeError: constructorFn is not a constructor at child.createEditor (origin.js?20230109164225241:1:1794446) at child.initialize (origin.js?20230109164225241:1:1794013) at Backbone.View (origin.js?20230109164225241:1:1441677) at child [as constructor] (origin.js?20230109164225241:1:1450807) at new child (origin.js?20230109164225241:1:1450807) at child.createField (origin.js?20230109164225241:1:1784667) at child.<anonymous> (origin.js?20230109164225241:1:1783985) at origin.js?20230109164225241:1:1397124 at _.each._.forEach (origin.js?20230109164225241:1:1399286) at child.initialize (origin.js?20230109164225241:1:1783906)
 
ckeditor.js:346 Uncaught TypeError: Cannot read properties of null (reading 'unselectable') at d (ckeditor.js:346:119) at b.<anonymous> (ckeditor.js:342:346) at b.c (ckeditor.js:10:199) at b.<anonymous> (ckeditor.js:12:47) at CKEDITOR.editor.CKEDITOR.editor.fire (ckeditor.js:13:242) at b.fireOnce (ckeditor.js:12:207) at CKEDITOR.editor.CKEDITOR.editor.fireOnce (ckeditor.js:13:398) at Object.<anonymous> (ckeditor.js:268:502) at n (ckeditor.js:248:456) at Object.load (ckeditor.js:248:479)
 
Is this a known issue? Does anyone have a hint for me how to fix it? :-)
Picture of Mark D'Aquin
Re: Authoring tool issue after upgrade
by Mark D'Aquin - Thursday, 19 January 2023, 5:29 PM
 

Hi,

This is/was a known issue and has been resolved with v5.24.8.

Picture of Timo R
Re: Authoring tool issue after upgrade
by Timo R - Thursday, 19 January 2023, 7:55 PM
 

Ok, cool. Thanks for your reply. I will install the new version and check it out.