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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → 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.
at least say what problem ? install problem ? what problem ? like can't view the page or whatever
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.
Can you post the contents of your config.php (with sensitive information taken out)?
<?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.
i think i am not blind lol i saw your forum....
i think i am not blind lol i saw your forum....
Its not PunBB.
Make sure error reporting is on (preferable E_ALL), and that you don't save your config.php as rich text or whatever.
PunBB Forums → PunBB 1.2 discussion → PunBB Not installing.
Powered by PunBB, supported by Informer Technologies, Inc.