XML request error ( Internal Server)
Error message is shown when clicking the "Browse Server" button in the image and link dialogs Internal Server Error (500). How to solve it?
Error message is shown when clicking the "Browse Server" button in the image and link dialogs Internal Server Error (500). How to solve it?
Hi DearÂ
hope you are all well. 500 Internal Server Error is a generic error message , it will show when there is no more specific message. Go to control plane under Logs then click on Error log. The Error information will be shown.
May be you don't have the correct "Connector" for your server languages set in the fckconfig.js file. It uses the ASP connector by default.
Or you have  not correct  the configuration of parameter ConfigUserFilesPath="/folder_for_userfiles/' in the config.asp file located in the folder FCKeditoreditofilemanagerbrowserdefaultconnectorsasp
For CF MX6+ you must also have an application.cfm with a<cfapplication name="blah"> tag somewhere above FCK editor so that application variables are enabled .