XML request error ( Internal Server)

Asked By 0 points N/A Posted on -
qa-featured

Error message is shown when clicking the "Browse Server" button in the image and link dialogs Internal Server Error (500). How to solve it?

SHARE
Answered By 0 points N/A #124230

XML request error ( Internal Server)

qa-featured

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 .

Related Questions