在FCK保存图片时editor/filemanager/connectors/php/config.php

在FCK保存图片时出现this connector is disabled Please check the"editor/filemanager/connectors/php/config.php这个错误提示,解决办法如下:

打开上述出错文件,editor/filemanager/connectors/php/config.php

有这样一段话:

// SECURITY: You must explicitly enable this "connector". (Set it to "true").

// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only

//   authenticated users can access this file or use some kind of session checking.

$Config['Enabled'] = false ;

false 改为 true,即可。

posted on 2009-10-04 16:57  xieguang133  阅读(179)  评论(0)    收藏  举报

导航