HomeHome Product Discus... Product Discus...SmithCartSmithCartUnable to add image through Product Details editorUnable to add image through Product Details editor
Previous
 
Next
New Post
3/13/2014 3:34 AM
 
I get the following telerik error when I try to add images via insert image button, I can add images by manually adding the correct html in html mode. I have checked the install on my server and your install package  for the  referenced (Telerik.Web.UI.DialogHandler.aspx)file It was not in either place.
I get this telerik error
Web.config registration missing!The Telerik dialogs require a HttpHandler registration in the web.config file. Please, use the control's Smart Tag to add the handler automatically, or see the help for more information: Controls > RadEditor > Dialogs > Introduction
Followed by this DNN error message

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /DesktopModules/Smith.BuyNow/Telerik.Web.UI.DialogHandler.aspx
 
New Post
3/17/2014 3:26 PM
 
Hi Benny,

Make a backup of your web.config file then add the following to the section of your web.config file:

<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />

Please post back with an update.

Thanks!
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartUnable to add image through Product Details editorUnable to add image through Product Details editor