I know that this problem is in many forums and also here... but I really do not find a solution and my hoster is telling me that the problem is not a server but a script problem.
Here is the error message after clicking the button for the filemanager:
The server didn't send back a proper XML response. Please contact your system administrator. XML request error: Forbidden (403) Requested URL: http://www.domain.com/admin/includes/modules/fckeditor/editor/filemanager/connectors/php/connector.php?ServerPath=%2F&Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1216384759220 Response text: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>403 Forbidden</TITLE> </HEAD><BODY> <H1>Forbidden</H1> You don't have permission to access /admin/includes/modules/fckeditor/editor/filemanager/connectors/php/connector.php on this server.<P> <P>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. </BODY></HTML>
Re: XML request error: Forbidden (403)
Re: XML request error: Forbidden (403)
Not one answer within weeks?
I've seen this problem in a lot of forums but even the developers seem to be clueless about that...
Re: XML request error: Forbidden (403)
Re: XML request error: Forbidden (403)
//sUrl += '&uuid=' + new Date().getTime() ;
it's works for me.
Re: XML request error: Forbidden (403)
I posted a work around for it here.
http://www.fckeditor.net/forums/viewtopic.php?f=6&t=11542&p=30349#p30349
I know there is a configuration setting on php or apache that will make this work but I have not been able to find it yet.
Re: XML request error: Forbidden (403)
This was my Error Message:
the server didn't send back a proper xml response
XML request error: Forbidden (403)
Solution:
1. Open IIS
2. Select [ Properties ] for the website with problems
3. click [ Home Directory ] Tab
4. change [ Execute permissions ] to 'none' click [ Apply ]
5. change [ Execute permissions ] back to 'Scripts and Executables' click [ Apply ]
6. Close everything
7. prey
8. Try to use the image feature from FCKEditor
This worked for me.
I will change the world if you give me source code