致命错误:第 306 行的 /var/www/html/central/system/database/drivers/mysqli/mysqli_driver.php 中超过了 30 秒的最大执行时
Posted
技术标签:
【中文标题】致命错误:第 306 行的 /var/www/html/central/system/database/drivers/mysqli/mysqli_driver.php 中超过了 30 秒的最大执行时间 [重复]【英文标题】:Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/central/system/database/drivers/mysqli/mysqli_driver.php on line 306 [duplicate] 【发布时间】:2017-09-14 05:47:23 【问题描述】:遇到了 php 错误
严重性:错误
消息:超过 30 秒的最大执行时间
文件名:mysqli/mysqli_driver.php
行号:306
回溯:
【问题讨论】:
【参考方案1】:你可以在你的 php 文件中设置这个
ini_set('max_execution_time', 300);
或
1. edit php.ini file
2. Find this line: max_execution_time
3. Change its value to 300:
4. max_execution_time = 300;
300/60 = 5 分钟将执行
对于xampp服务器需要编辑这个
xampp\phpMyAdmin\libraries\config.default.php
搜索
$cfg['ExecTimeLimit']
然后改变它
$cfg['ExecTimeLimit'] = 600; // set higher value
if you do not find this file then
1. go to xampp\phpMyAdmin\
2. config.inc.php
3. Search for $cfg['ExecTimeLimit'] = 300;
4. update this 300 value higher // 0 unlimited
5. save the file and restart the server
【讨论】:
i;m 在非本地服务器中 如果有权限则需要配置这个文件或设置根文件 ini_set('max_execution_time', 300);以上是关于致命错误:第 306 行的 /var/www/html/central/system/database/drivers/mysqli/mysqli_driver.php 中超过了 30 秒的最大执行时的主要内容,如果未能解决你的问题,请参考以下文章
致命错误:第 1610 行的 C:\xampp\htdocs\wordpress\wp-includes\class-http.php 中的最大执行时间超过 30 秒
没有解决方案适用于我的 wamp 服务器错误:致命错误:第 239 行的 D\...\class-wp-http-curl.php 中的最大执行时间超过 60 秒
致命错误:第 463 行的 C:\xampp\htdocs\AKS_Shop\wp-includes\Requests\Transport\cURL.php 中的最大执行时间超过 30 秒
Composer 致命错误:声明 Fxp... 必须与第 334 行的 ...AbstractAssetsRepository.php 兼容