随笔分类 -  Drupal

摘要:下载语言包 然后把包存放在profiles\standard\translations目录下,安装。如果出现如下错误1.错误有MySql数据库默认引擎innoDB引起,只要mysql\bin\my.ini中的innodb_flush_log_at_trx_commit = 2 重启mysql进程就可以了。(已验证) 阅读全文
posted @ 2014-03-12 11:46 Medeor 阅读(733) 评论(0) 推荐(0)
摘要:初学Drupal(7.26),刚好遇到一个需要用到CKEditor模块的项目,于是就摸索着把它给装上了。图片上传出问题回到Drupal7的管理页面后刚好发现了对于CKEditor的“状态报告”(错误报告):You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php (CKFinder is enabled in the Advanced profile)需要修改修改sites\default\settings.php文件:$cookie_domain 阅读全文
posted @ 2014-01-23 00:46 Medeor 阅读(1501) 评论(0) 推荐(0)