致命错误:在代码点火器中,最长执行时间超过30秒 [英] Fatal error: Maximum execution time of 30 seconds exceeded in codeigniter

查看:65
本文介绍了致命错误:在代码点火器中,最长执行时间超过30秒的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Fatal error: Maximum execution time of 30 seconds exceeded in D:\wamp\www\moneymanager18_8_15\system\database\drivers\mysqli\mysqli_driver.php on line 221

这种情况在上载期间发生。文件正在上载,但与此错误同时显示。

This happens during uploading.file is getting uploaded,but the same time this error shows.

推荐答案

将此内容写在您的控制器上方。

Write this above your controller.

ini_set('max_execution_time', 0); 
ini_set('memory_limit','2048M');

这篇关于致命错误:在代码点火器中,最长执行时间超过30秒的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆