雅虎新闻|| BBC新闻|| CNN新闻|| 美元指数|| 中国期货指数|| 股票指数|| 黄金|| 外汇|| 英汉互译|| 昭放工具
163邮箱|| 126邮箱|| 新浪邮箱|| 企业邮箱|| 21cn邮箱|| tom邮箱|| 搜狐邮箱|| hotmail邮箱|| msn邮箱|| qq邮箱

用户登录

设为主页| 淘宝铺| 加入收藏|
您的IP:3.149.236.96您的操作系统:Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
个人便签
知识库
DRUPAL用fckeditor编辑,上传图片,出现错误

DRUPAL用fckeditor编辑,上传图片,出现错误。
this connector is disabled please chedk the editor/filemanager/connectors/php/config.php
解决办法如下:
打开上述出错文件,/wwwroot/sites/all/modules/fckeditor/fckeditor/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,即可。

然后又出现这个错误:
error creating folder redirect index.php/image can't create redirect directory
找到$Config['UserFilesPath'] = '/userfiles/',在根目录下,建立userfiles文件夹,权限777。即可。

星期三, 04/13/2011 - 19:39 — 杨超