Hello,
First excuse me, I'm french, so if I do some error.
I've developped a website using your great script ckedior 3 and the least ckfinder. When I test the website with easyphp, there are no problems but when I have uploaded the website on my server (Olympe-Network), when I click on "Brows Server" to select a picture on the server, this error is display :
XML request error: Forbidden (403)
and when I click on "OK" there is this :
URL requested: "http://archivesdesge.olympe-network.com/ckeditor/ckfinder/core/connector/php/connector.php?command=Init&langCode=fr"
Server response:
Status: 403
Response text:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /ckeditor/ckfinder/core/connector/php/connector.php
on this server.</p>
<hr>
<address>Apache Server at archivesdesge.olympe-network.com Port 80</address>
</body></html>
So I have contact my hoster and he have say that the problem come maybe from a path become your script use yhis :
/ckeditor/ckfinder/core/connector/php/connector.php
and my website is at this path :
/www/archivesdesge/ckeditor/ckfinder/core/connector/php/connector.php
The hoster have said that I must look for a "SERVER ROOT" parameter. Is there this parametre in your script ?
The root of the server for me (user) wouldn't be the real path.
Do you think that the problem is this and if it's that what do I do to correct the error ?
Thank, My bests regards.
Re: XML request error: Forbidden (403)
He work fine.
Maybe I think that the problem come from a session in php, I've do a start_session after to have write some code. So maybe this have doing a bug and the bug have perssisted during the runing session.