gpt4 book ai didi

php - fatal error : Maximum execution time of 300 seconds exceeded

转载 作者:IT老高 更新时间:2023-10-28 11:55:30 24 4
gpt4 key购买 nike

我不断收到这个 PHP 错误:

Fatal error: Maximum execution time of 300 seconds exceeded

我尝试将我的 max_execution_timemax_input_time 在 php.ini(apache 和 cli)中设置为 0 -14000 秒。

我仍然收到错误消息:

Fatal error: Maximum execution time of 300 seconds exceeded

在我收到此消息之前,我的脚本运行了 300 多秒

我正在通过命令行运行脚本。

我还检查了我的 phpinfo(),看看我正在使用哪个 php.ini

更有趣的是,我尝试将 max_execution_timemax_input_time 设置为 5 秒,而我的脚本将运行超过 5 秒,然后才得到:

Fatal error: Maximum execution time of 300 seconds exceeded

最佳答案

如果您使用的是 WAMP,请转到:

增加php.ini中的max_execution_time然后转到

C:\wamp\apps\phpmyadmin3.4.10.1\libraries(根据您的安装更改路径)

打开 config.default.php 并将 $cfg['ExecTimeLimit'] 的值更改为 0:

$cfg['ExecTimeLimit'] = 0;

这将解决 PhpMyAdmin 导入的问题。

关于php - fatal error : Maximum execution time of 300 seconds exceeded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7680572/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com