1

Topic: Unable to fetch forum config.

I have to do all step required to install punBB, at the end of install process, I did create config.php base on script:
<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'punbb';
$db_username = 'root';
$db_password = '';
$db_prefix = 'cpt';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

?>

BUT when I try to load index.php. my browser returned: Unable to fetch forum config.
How can I solve this problem??
Thanks for your help and sorry about my English!
Best regard!
NAPVD

PS: My PC is runing Win2k ADV Server and IIS 6

2

Re: Unable to fetch forum config.

http://punbb.org/forums/viewtopic.php?id=4348

If your people come crazy, you will not need to your mind any more.

Re: Unable to fetch forum config.

Enable DEBUG mode and try it again. The post the full error message here.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

4

Re: Unable to fetch forum config.

Thanks all guys!

My problems are on MySQL server and database, for some reason, the installation process could not create database.(prefix)config table (punbb.cptconfig), then PunBB could not fetch configuration for forums. Now, problem are solved: I did remove old database then created a new one, do installation process one again and any thing is done now.

Thanks again!