虚拟主机出错Fatal error: Maximum execution time of 30 seconds exceeded in

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟主机出错Fatal error: Maximum execution time of 30 seconds exceeded in相关的知识,希望对你有一定的参考价值。

Fatal error: Maximum execution time of 30 seconds exceeded in D:\www\Zxc3256\wwwroot\inc\conn.php on line 3
CONN.PHP代码是这样的
-----------------------
<?php
session_start();
header("Content-Type:text/html;Charset=utf-8");
require_once ("config.php");
require_once ("ftp.php");
require_once ("class.php");
require_once ("function.php");
require_once ("template.php");
initObj();
$db = new AppDataBase(app_dbserver,app_dbuser,app_dbpass,app_dbname);
$template = new AppTemplate();
$mac = array("vodid"=>-1,"vodnum"=>-1,"vodsrc"=>-1,"vodtypeid"=>-1,"vodtypepid"=>-1,"vodtopicid"=>-1,"arttypeid"=>-1,"arttypepid"=>-1,"arttopicid"=>-1,"flag"=>"","type"=>"","key"=>"","keytype"=>"","ids"=>"","pinyin"=>"","starring"=>"","directed"=>"","area"=>"","language"=>"","year"=>"","des"=>"","keyword"=>"","letter"=>"","where"=>"","order"=>"","by"=>"","listorder"=>"","page"=>1);
$cache=getGlobalCache("cache","php");//视频分类0,文章分类1,视频专题2,文章专题3,地区4,语言5,用户组6
?>
---------------
求高人解答

虚拟主机出错Fatal error: Maximum execution time of 30 seconds exceeded in,是设置错误造成的,解决方法如下:

1、首先执行pip遇到以上错误,首先找到python的安装包。

2、双击打开安装包,对python系统进行修复,选择:repair---finish,启动过程较慢。

3、修复过程,耐心等候,如下图所示。

4、修复完成之后,点击finish退出安装程序。

5、修复之后,就可以正常使用了,如下图所示就完成了。

参考技术A 服务器超时
最好的办法是修改配置文件php.ini:max_execution_time = 300(再大点也行),然后重起php服务,或者在程序写
set_time_limit(时间); //0为无限制。
但你是虚拟主机,可能是用户太多了,精简一下数据库吧。
参考技术B 估计是连接数据库超时了。。。。追问

这个怎么解决呀

追答

http://zhidao.baidu.com/question/226789968.html
百度下很多。。。。

本回答被提问者采纳

以上是关于虚拟主机出错Fatal error: Maximum execution time of 30 seconds exceeded in的主要内容,如果未能解决你的问题,请参考以下文章

vs2010程序运行出错 link : fatal error lnk1123: 转换到 coff 期间失败: 文件无效或损坏

deepin安装tesseract出错,tesserocr.cpp:653:10: fatal error: leptonica/allheaders.h: 没有那个文件或目录

linux下PHP环境中Fatal error: Call to undefined function mysql_connect() 出错

VS编译出错:fatal error C1083: 无法打开包括文件:“stdbool.h”: No such file or directory

安装vmware虚拟机出现Fatal Application Error:Invalid path (class cui::Error)怎么解决?

虚拟机linux ubuntu中fatal error啥意思