致命错误:/var/www/html/central/system/database/drivers/mysqli/my



遇到了PHP错误

严重性:错误

消息:超过30秒的最大执行时间

文件名:mysqli/mysqli_driver.php

行号:306

回溯:

您可以在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服务器,需要编辑此

xamppphpMyAdminlibrariesconfig.default.php

搜索

$cfg['ExecTimeLimit']

然后更改

$cfg['ExecTimeLimit'] = 600; // set higher value
if you do not find this file then
1. go to xamppphpMyAdmin 
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

相关内容

  • 没有找到相关文章

最新更新