今天我碰到ecshop的错误,在文章编辑器中碰到不能上传图片的错误。如下:
this file uploader is disabled. please check the "editor/filemanager/connectors/php/config.php" file
在根目录下找到如下:
/includes/fckeditor/editor/filemanager/connectors/php/config.php文件。
打开config.php的文件。搜索$Config['Enabled']
修改文件$Config['Enabled']值为true。。。如:$Config['Enabled'] = true;
这样就可以了。