热搜:6KBBS6kbbs V8.0 官方论坛
当前位置: 6kbbs V8.0 官方论坛 » 使用问题 » 安装6KBBS时出现错误,求解决方法!
帖子状态  
本帖子共有 1184 位阅读者, 0 个回复.
  • 回复
1条记录

yyjbbs

幼儿园
帖子
金钱
魅力
威望
注册
2010-08-28 
yyjbbs 发表于 2010-08-28 13:50   
安装6KBBS时出现错误,求解决方法!
当我把整个6KBBS的文件复制至根目录,在浏览器中输入http://localhost/出现以下错误提示(本人电脑使用wamp5配置成服务器的):
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
我检查了我的服务器配置,其中数据库的用户名以及密码的value值都为空,而我看了6kbbs中"inc/config.php"文件,当我把里面代码改成如下形式也不行。
/*DB_SETTING_BEGIN*/
$_DB['hostname']='';
$_DB['username']='';
$_DB['password']='';
$_DB['database']='sq_6k';
$_DB['charset']='utf8';
$_DB['prefix']='db_';
/*DB_SETTING_END*/
所以在此请教高手,应该要怎样才能解决这个问题!
该帖子于 2010-08-28 13:51 编辑过
  • 回复
1条记录