Maximum execution time of 30 seconds exceeded解决错误方法
Fatal error: Maximum execution time of 30 seconds exceeded
出现这个错误如何解决 去哪里可以设置最大执行时间

办法:
修改php.ini:
max_execution_time = 300 ,秒可以设置更大,然后重起服务
或者在程序写
set_time_limit(时间)  //0为无限制

相关文章:

  • 2021-10-31
  • 2021-10-14
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-12-06
  • 2021-04-08
猜你喜欢
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案