谁能帮忙看看这是怎么回事啊?
我的论坛使用的是老鬼汉化的2.2.2版本,昨天以前运行状态正常,
早上访问首页时超时提示如下:
fatal error: maximum execution time of 30 seconds exceeded in c:\apache\htdocs\matevbbs\admin\db_mysql.php on line 95
fatal error: maximum execution time of 30 seconds exceeded in c:\apache\htdocs\matevbbs\admin\functions.php on line 2309
============以上为显示内容==================
db_mysql.php 95行内容为:
95 $this->query_id = mysql_query($query_string,$this->link_id);
96 if (!$this->query_id) {
97 $this->halt("invalid sql: ".$query_string);
functions.php 2309行内容为:
2309 global $shutdownqueries,$db_site;
2310
2311 if (is_array($shutdownqueries)) {
2312 while (list($devnul,$query)=each($shutdownqueries)) {
2313 $db_site->query($query);
通过.\admin\index.php可以正常进入维护页面,可就是无法正常访问论坛页面?哪们大侠知道这是怎么回事啊?要怎么办啊?:
推荐阅读
数据库有没有起来?
.

讨论区