An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://drupal.example.com:81/install.php?profile=standard&locale=zh-hans&id=2&op=do StatusText: OK ResponseText: Fatal error: Maximum execution time of 30 seconds exceeded in E:\work\php_project\drupal-7.22\includes\database\database.inc on line 2168
Drupal 版本
标准Drupal7安装中文翻译出错解决办法
ini_set('max_execution_time', 200); //加大页面执行时间 php.ini中的默认值是30 (秒)”