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

用户登录

设为主页| 淘宝铺| 加入收藏|
您的IP:3.145.10.68您的操作系统:Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
个人便签
知识库
今天装drupal的ckeditor时遇到问题

 

配置ckeditor,无论如何都出现无法访问服务器的错误。网上搜了一下,原来是ckeditor3.6.3的版本与php5.3以上的版本兼容性问题。按照下面所说,把涉及正则表达式的地方注释掉,搞定。

 

Hi,

 

open the file "sites/all/modules/ckeditor/includes/ckeditor.admin.inc"

back it up and then edit.

find the lines

if (!preg_match('#^\s*\[(?:\s*(?:\[(?:\s*([\'\"\"])(?:\w+|-)\1\s*[,]?\s*)+\]|([\'\"\"])\/\2)\s*[,]?\s*)+\]\s*$#', $edit['toolbar'])) {

form_set_error('toolbar', t('Enter valid toolbar configuration.'));

}

and replace them with

//if (!preg_match('#^\s*\[(?:\s*(?:\[(?:\s*([\'\"\"])(?:\w+|-)\1\s*[,]?\s*)+\]|([\'\"\"])\/\2)\s*[,]?\s*)+\]\s*$#', $edit['toolbar'])) {

// form_set_error('toolbar', t('Enter valid toolbar configuration.'));

//}

星期五, 06/15/2012 - 16:22 — 杨超