Hello,
I have created a custom config file and left the original 2.4.3 fckconfig.js untouched.
I have put following lines into my custom config:
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
and call this custom config file with every FCK instance:
$oFCKeditor->Config['CustomConfigurationsPath'] = '../myconfig.js';
The config works fine, however when I try to upload an image file using Browse Server screen, I get a huge JS alert window and from there I can read that asp connector can't be found (it is normal because I don't use asp and deleted asp related folders).
What may be the reason that above lines don't work in my custom config?
I have created a custom config file and left the original 2.4.3 fckconfig.js untouched.
I have put following lines into my custom config:
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
and call this custom config file with every FCK instance:
$oFCKeditor->Config['CustomConfigurationsPath'] = '../myconfig.js';
The config works fine, however when I try to upload an image file using Browse Server screen, I get a huge JS alert window and from there I can read that asp connector can't be found (it is normal because I don't use asp and deleted asp related folders).
What may be the reason that above lines don't work in my custom config?
Re: Connector gets ignored in custom config file
Re: Connector gets ignored in custom config file