成都SEO-Asay测试ecshop上传图片出错,屏幕显示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,即可。
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。