Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

关于IIS+PHP问题

[复制链接]
bcb 发表于 2006-8-19 15:57:37 | 显示全部楼层 |阅读模式
我把IIS+PHP设置好了,可以运行,但discuz 论坛安装不了:
出现这个错:
    error(); $dberrno = $this->errno(); if($dberrno == 1114) { ?>
Forum onlines reached the upper limit


Sorry, the number of online visitors has reached the upper limit.
Please wait for someone else going offline or visit us in idle hours.



"; echo nl2br($errmsg); if($GLOBALS['adminemail']) { $errlog = array(); if(@$fp = fopen(DISCUZ_ROOT.'./forumdata/dberror.log', 'r')) { while((!feof($fp)) && count($errlog) < 20) { $log = explode("\t", fgets($fp, 50)); if($timestamp - $log[0] < 86400) { $errlog[$log[0]] = $log[1]; } } fclose($fp); } if(!in_array($dberrno, $errlog)) { $errlog[$timestamp] = $dberrno; @$fp = fopen(DISCUZ_ROOT.'./forumdata/dberror.log', 'w'); @flock($fp, 2); foreach(array_unique($errlog) as $dateline => $errno) { @fwrite($fp, "$dateline\t$errno"); } @fclose($fp); if(function_exists('errorlog')) { errorlog('MySQL', basename($GLOBALS['_SERVER']['PHP_SELF'])." : $dberror - ".cutstr($sql, 120), 0); } echo "

An error report has been dispatched to our administrator."; @sendmail($GLOBALS['adminemail'], '[Discuz!] MySQL Error Report', "There seems to have been a problem with the database of your Discuz! Board\n\n". strip_tags($errmsg)."\n\n". "Please check-up your MySQL server and forum scripts, similar errors will not be reported again in recent 24 hours\n". "If you have troubles in solving this problem, please visit Discuz! Community http://www.Discuz.net."); } else { echo '

Similar error report has beed dispatched to administrator before.'; } } echo '

'; function_exists('dexit') ? dexit() : exit(); } ?>Cache List: style_ usergroup_7
Caches successfully created, please refresh.
飞飞feifei 发表于 2006-8-19 20:29:36 | 显示全部楼层
请你说明白点这此错误是在哪一步出错的?
回复

使用道具 举报

 楼主| bcb 发表于 2006-8-20 08:36:13 | 显示全部楼层

是这样

这个是在开始,install.php安装时
回复

使用道具 举报

 楼主| bcb 发表于 2006-8-20 08:37:36 | 显示全部楼层

请大家帮帮忙吧!

高手指点!
回复

使用道具 举报

sandygg 发表于 2006-8-20 12:44:50 | 显示全部楼层
其实可以让apache和IIS共存啊,如果用php,那对应用apache会好一些啊
回复

使用道具 举报

乐与怒 发表于 2006-8-21 11:40:39 | 显示全部楼层
原帖由 sandygg 于 2006-8-20 12:44 发表
其实可以让apache和IIS共存啊,如果用php,那对应用apache会好一些啊

:handshake
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-10 00:54 , Processed in 0.027322 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表