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为无限度
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为无限度