首页 > 代码库 > drupal错误: Maximum execution time of 240 seconds exceeded

drupal错误: Maximum execution time of 240 seconds exceeded

drupal7.5安装完成,导入汉化包时,出现错误:

Fatal error: Maximum execution time of 240 seconds exceeded in D:\phpweb\drupal755\includes\database\database.inc on line 2204

意思是超过了限制的240秒的时间了,那么我们怎么延长时间呢?

很简单:找到技术分享,打开后搜索drupal_set_time_limit(240),找到后,把240改大一些即可~

咋么样是不是很简单,遇到同样问题的小伙伴快去试试吧

外文参考链接

drupal错误: Maximum execution time of 240 seconds exceeded