Overview
When you are unable to upload files with RadEditor Image or Document Manager, you will receive the following error: "Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.". This article will detail how to resolve these issues.
Prerequisites
- Access to a SuperUser account
- Evoq versions below Evoq 9
Diagnosis
This error occurs when Telerik RadEditor is being used over the DNN CKEditor while using the Image Manager uploading files. The RadEditor has been deprecated since Evoq 8.3 but could still be used all the way to Evoq 8.5.
Solution
To resolve this issue if you are on Evoq 8.3, you must:
- Go into your web.config file in your root folder.
- Ctrl-F and look for the keyword "HtmlEditor".
- Make sure to set the defaultProvider to "DNNConnect.CKE".
You should be able to access the DNN CKEditor now instead of the RadEditor.
If you would like to continue using the RadEditor provider in 8.3, you must:
Follow the Telerik documentation that describes how to resolve this specific error.
Testing
To test that this error has been resolved:
- Access the HTML Editor by going into Edit mode and edit an HTML Pro module.
- Click on the Image Manager.
- Upload an image file
You should not receive an error once you've uploaded your file.
Comments
0 comments
Please sign in to leave a comment.