Maximum execution time of 30 seconds exceeded 错误解决方案.
点击织梦后台系统的时候提示:Fatal error: Maximum execution time of 30 seconds exceeded in D:\wwwroot\..........\wwwroot\include\userlogin.class.php on line 21
因为我用WAMP技术设计的一个数据处理系统出现了Maximum execution time of 30 seconds exceeded错误。 从字面上就可以理解“最大执行时间超过30秒”,那应该就是APACHE或者PHP的执行时间设置的问题。 在PHP.INI中找到一个参数:max_execution_time 最大执行时间。 将后面的值调大,然后重新启动APACHE服务,就OK了。 30秒运行超时的错误(Maximum execution time of 30 seconds exceeded)
参考网站优艺少儿培训网(http://www.ueloo.com)
简单总结一下解决办法:
报错一:内存超限,具体报错语句忘了,简单说一下解决办法。
(责任编辑:电脑知识大全) |
- 上一篇:织梦dedecms怎么添加自定义属性
- 下一篇:织梦DeDeCMS如何添加自定义属性