Topic: Blank Install???
I installed PunBB per the instructions.
Everything went according to plan; the tables were created, I made the config.php and loaded it, and I chmod the img/avatars and cache directories. I am meeting the minimum requirements, However, when I go to the page, it is completely blank. Any clues?
[]
Here is my php config:
[]
My config.php file:
<?php
$db_type = 'mysql';
$db_host = '216.146.69.102';
$db_name = 'PunBB';
$db_username = '*******';
$db_password = '*******';
$db_prefix = '';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '51af0198';
define('PUN', 1);
?>