This is a migrated thread and some comments may be shown as answers.

404 - File or directory not found.

1 Answer 67 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Danny
Top achievements
Rank 1
Danny asked on 30 Jul 2012, 02:47 PM
When using radeditor a 404 error is displayed in the popup for adding an image or creating a link.

The error only happens on the server and works fine on localhost.

Also, when the popup is displayed it appears behind the rad menu.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Aug 2012, 04:46 PM
Hello,

Can you please decrease the dialog URL length and see whether this will fix the problem:

<scripttype="text/javascript">
function setUrlLength(editor)
{
editor.get_dialogOpener()._dialogUrlLengthLimit = 500;
}
</script>
<telerik:RadEditor ID="RadEditor1" runat="Server" OnClientLoad="setUrlLength".../>


If this does not help, try the following:

  1. open the web.config file and replace Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd
  2. set the RadEditor's DialogHandlerUrl property to "~/Telerik.Web.UI.DialogHandler.axd"


You ca see how to control the z-index of RadControls in the following article: Controlling absolute positioning with z-index.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Danny
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or