|
|
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.
| + | This is a list of articles aimed to help you fix any problem while setting up your installation of CKFinder |
| | | |
− | There are two solutions for this problem.
| + | *[[CKFinder/Developers Guide/ASP/Troubleshooting/ParentPath|Error "ASP 0131", not being able to use relative paths]] |
− | | + | *[[CKFinder/Developers Guide/ASP/Troubleshooting/UploadSize|Adjusting maximum upload size]] |
− | # Using the Administrative tools you can change the setting as explained in [http://support.microsoft.com/?scid=kb%3Ben-us%3B332117 MS KB Q332117]
| |
− | # 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 (it might change in newer versions) and change<br>
| |
− | <pre><! -- #INCLUDE file="../../../config.asp" -->
| |
− | </pre>
| |
− | with<br>
| |
− | <pre><! -- #INCLUDE VIRTUAL="/ckfinder/config.asp" --></pre>
| |
− | Please, note that if you have placed ckfinder under a different root folder you'll need to adjust the path in that line
| |
− | | |
− | Also, there's a space in the previous lines due to a security restriction in this server, the lines should start with <!-- with no extra space between ! and -
| |
Revision as of 16:35, 24 August 2008
This is a list of articles aimed to help you fix any problem while setting up your installation of CKFinder