Error when adding CKEditor Quick Image Upload to toolbar Solved

User's avatar
Olivier D.
19:59 Feb 02, 2015
Hello,

When adding the plugin to my CKEditor configuration file, I get this error when loading the page :
Uncaught TypeError: Cannot read property 'doksoft_image_title' of undefined 

Here is what I put in my configuration :
config.extraPlugins = 'doksoft_image';
config.toolbar_Testlink = 
	[
		....
              'doksoft_image',
               ...
	];
User's avatar
Olivier D.
20:10 Feb 02, 2015
My version of CKEditor is 3.6.6.1 by the way
Support team avatar
JS+
09:03 Feb 12, 2015
Hello,
Your CKEditor version really makes sense. We have found a bug and adopted the plugins for CKEditor v. 3.
You can download update from "My files" section and try them.
The new version must work fine but in any case I recommend you to update CKEditor to v. 4: the migration is pretty easy and new CKEditor version has no compatibility surprises most of times.