|
Search
You searched for the word(s): error
Showing page 11 of 969 (9,685 total posts)
< 1 second(s)
-
Hi ArchanaKintu, Got this error means that your trial license is expired. If you have purchased the CuteEditor license, please send a mail to [email protected] and provide the buyer's email and the order info. Adam will check it and send your official license to you. If you are using the trial, and want to expand it, please ...
-
Hi MojoMateo, Please try the way below, it should shows you the actual path error now. 1. Open file “\cuteeditor_files\Dialogs\Include_Security.php”
2. Find section below and delete/comment it
if ($CESecurity=='''')
{
...
-
Hi oliveg, Please try delete (delete it, do not just replace) ''CuteSoft_Client'' folder and replace it use the new one. If you replace it and does not delete some old files, maybe will cause this issue. If it still no works for you. Please debug it and post the full error message here. I will check it and get back to you as ...
-
You can use OnError event to hide the default error message alert box.
function CuteWebUI_AjaxUploader_OnError(msg)
{
return false;
}
The following is one runnable example:
<%@ Page Language=''C#'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
-
For IIS6.0 users, the AspMaxRequestEntityAllowed property specifies the maximum number of bytes allowed in the entity body of an ASP request. If a Content-Length header is present and specifies an amount of data greater than the value of AspMaxRequestEntityAllowed, IIS may return a 403 error response.
Please follow the steps below.
1. Stop the ...
-
As you probably know, viewstate restores values based on the IDs of contorls during postback. In order for this to work, ViewState expects the contorl tree to be the same before and after. The error basically tells you that the control tree is got on postback wasn't the same as before. Since you are using dynamic controls, make sure to give them ...
-
For IIS6.0 users, the AspMaxRequestEntityAllowed property specifies the maximum number of bytes allowed in the entity body of an ASP request. If a Content-Length header is present and specifies an amount of data greater than the value of AspMaxRequestEntityAllowed, IIS may return a 403 error response.
Please follow the steps below.1. Stop the ...
-
Never mind I resolved the issue, You need to have MSXML 4.0 sp2 installed on your system from
http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en
Also Please fix the forum, I am tired of getting the javascript error when my mouse goes over the body of the text on the message, ...
-
Hi Ken,
I used your example and added an alert at the start of the error event funtion, like that:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="DD.UI.test" %>
<%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" ...
-
I did that, below is my web.config:
<?xml version=''1.0''?>
<configuration>
<system.web>
<authentication mode=''Forms'' />
<compilation debug=''true'' strict=''false'' explicit=''true'' >
<assemblies>
<add assembly=''System.Design, Version=2.0.0.0, Culture=neutral, ...
... 11 ...
|
|
|