Topic: PunBB Not installing.

I've downloaded PunBB four times, and uploaded four times respectfully. Anyone else having this issue?

I might be going somewhere else.

Re: PunBB Not installing.

at least say what problem ? install problem ? what problem ? like can't view the page or whatever

3 (edited by Zacknick 2007-04-01 14:22)

Re: PunBB Not installing.

The install process seams to go well. I copy the text for for config.php file, and upload it. Load the page were my forum is, and all I get is a blank page; nothing loads, no errors.

http://www.bb-networks.org/bb/index.php

I really just want a simple forum for this site, all the others have to much junk, and I just tried MyBB, but I had trouble integrating it with my site style.

Re: PunBB Not installing.

Can you post the contents of your config.php (with sensitive information taken out)?

Looking for a certain modification for your forum? Please take a look here before posting.

Re: PunBB Not installing.

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'info_info';
$db_username = 'info';
$db_password = 'info';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '16666ebf';

define('PUN', 1);

Word 'info' replaced respectively.

Re: PunBB Not installing.

i think i am not blind lol i saw your forum....

Re: PunBB Not installing.

newsman wrote:

i think i am not blind lol i saw your forum....

Its not PunBB.

Re: PunBB Not installing.

Make sure error reporting is on (preferable E_ALL), and that you don't save your config.php as rich text or whatever.