Fatal error: Maximum execution time of 60 seconds exceeded in D:\www\web\include\db_mysql.class.php on line 65
function query($sql, $type = '') { global $debug, $discuz_starttime, $sqldebug; $func = $type == 'UNBUFFERED' && @function_exists('mysql_unbuffered_query') ? 'mysql_unbuffered_query' : 'mysql_query'; if(!($query = $func($sql)) && $type != 'SILENT') { $this->halt('MySQL Query Error', $sql); } $this->querynum++; return $query; }
使用道具 举报
原帖由 abbychau1 于 2006-11-17 22:05 发表 你的dz5 是原版嗎?
原帖由 hao32 于 2006-11-18 00:02 发表 IIS服务管理器----》应用程序池----》添加你的应用,并设置最大内存,当程序达到最大内存后其会自动重启。
原帖由 阿杰2000 于 2006-11-21 15:29 发表 PHP在WIN下会出现很多问题,有时间软件的兼容性问题,估计商业版也解决不了
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-10-17 19:11 , Processed in 0.114711 second(s), 17 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.