DotNetNuke Version: 06.02.03
Click Source button, can't switch back to WYSIWYG view
Issue does not occur on the 06.02.06 install using the same version of the provider.
Was fine until this version of the provider installed - had to install due to System.ArgumentOutOfRangeException: StartIndex cannot be less than zero error when clicking tree for page link (see https://dnnckeditor.codeplex.com/workitem/7386)
This installation has custom toolbars and settings, but issue still occurs when reset to OOTB settings
Comments: ** Comment from web user: WiredKiwi **
This build fails to load the editor, generates the following error
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: WatchersNET.CKEditor.Web.CKEditorControl.get_Settings
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at WatchersNET.CKEditor.Web.CKEditorControl.get_Settings() at WatchersNET.CKEditor.Web.CKEditorControl.GenerateEditorLoadScript() at WatchersNET.CKEditor.Web.CKEditorControl.CKEditorInit(Object sender, EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.UserControls.TextEditor.OnLoad(EventArgs e) --- End of inner exception stack trace ---