Troubleshooting"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(Explain the "Enable Parent Paths" problem in IIS6)
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
In some IIS 6 instalations you might receive an error 'ASP 0131'.<br>That's due to a [http://support.microsoft.com/?scid=kb%3Ben-us%3B226474 security setting in IIS] that doesn't allow to use a relative paths in include files.
+
If you are unable to quickly setup CKFinder for Asp you can use a [http://www.fckeditor.net/forums/viewtopic.php?f=10&t=13604 wizard script] as explained in the forums. That script should be able to tell you exactly the steps to follow in your configuration or your server and get CKFinder working in just a matter of minutes.
  
There are two solutions for this problem.
+
The script might point you to this pages in order to get extended info about some common problems, this is a list of articles aimed to help you fix any problem while setting up your installation of CKFinder
  
# Using the Administrative tools you can change the setting as explained in [http://support.microsoft.com/?scid=kb%3Ben-us%3B332117 MS KB Q332117]
+
*[[CKFinder/Developers Guide/ASP/Troubleshooting/ParentPath|Error "ASP 0131", not being able to use relative paths]]
# If you don't have access or don't want to change that, then open the ckfinder/core/connector/asp/connector.asp file, go to line 51 and change<br>
+
*[[CKFinder/Developers Guide/ASP/Troubleshooting/UploadSize|Adjusting maximum upload size]]
<pre>&lt;! -- #INCLUDE file="../../../config.asp" --&gt;
 
</pre>
 
with<br>
 
<pre>&lt;! -- #INCLUDE VIRTUAL="/ckfinder/config.asp" --&gt;</pre>
 
Please, note that if you have placed ckfinder under a different root folder you'll need to adjust the path in that line
 

Latest revision as of 08:46, 28 May 2010

If you are unable to quickly setup CKFinder for Asp you can use a wizard script as explained in the forums. That script should be able to tell you exactly the steps to follow in your configuration or your server and get CKFinder working in just a matter of minutes.

The script might point you to this pages in order to get extended info about some common problems, this is a list of articles aimed to help you fix any problem while setting up your installation of CKFinder

This page was last edited on 28 May 2010, at 08:46.