Topic: installation problem

Hello,
im new her , and a new bey

i have upload  it all
make a dbase
the error i have is

An error was encountered
Error: Unable to fetch forum config.

the config flie

<?php

// This is just an example config. The install script will generate a correct
// version of this file when you install PunBB. This file is here merely as a
// backup if the working version is somehow lost or corrupted.

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'xxxx_forum';
$db_username = 'xxxx_forum';
$db_password = 'xxxxxxxxxx';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'asdf1234';    // Make up your own secret seed here

define('PUN', 1);

whats the problem
regards,
Pieter

Re: installation problem

Enable debug mode, paste the full error.

What I can tell you right now is, that it is not the config.php file, that is not fetched correctly... it's something with the database

FluxBB - v1.4.8