Maximum execution time of 30 seconds exceeded

错误提示:30秒运行超时的错误(Maximum execution time of 30 seconds exceeded)

修改php.ini文件
max_execution_time = 30; Maximum execution time of each script, in seconds
把它设置成需要的值就可以了。如果设置成0的话,就是永不过期。

猜你喜欢

转载自blog.csdn.net/qq_28137309/article/details/86677714
今日推荐