1、错误001
PHP extensions Disabled
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):
gd
解决办法:
sudo apt-get install php5-gd
2、汉化
下载语言包:
http://localize.drupal.org/translate/languages/zh-hans
将中文包拷贝至“/profiles/standard/translations/”目录下,刷新一下浏览器.
安装:
1>在Drupal后台模块module中开启Content translation以及Locale。
2>依次选择Configuration-Regional and language-Languages,可以看到+Add Languages,点击上传下载到的中文汉化包(PO后缀名文件),并选择Chinese, Simplified为default。