drupal7 初始化翻译时出错:
导入翻译出错
请到错误页面
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://127.0.0.5/drupal/install.php?profile=standard&locale=zh-hans&id=2&op=do StatusText: Internal Server Error ResponseText:
解决方法
打开\sites\default\settings.php 文件,在最后增加以下两行:
ini_set('memory_limit', '1280M'); //加大php的内存 也可以在php.ini中设置
ini_set('max_execution_time', 200); //加大页面执行时间 php.ini中的默认值是30 (秒)