Topic: blank pages after install
Hi,
I just downloaded and installed the latest version. My problem is that all PHP pages come out as blank in the browser. Not even any source html.
The only exception is install.php, which seems to be working OK.
What could be the problem? Permissions? Character encodings?
I tried enabling DEBUG mode, but the index page is still blank.
The URL to the forum is http://broogle.org/AkademikerSam/SthlmNorr/index.php
I'd appreciate any pointers!
-- Svante
Below is my config.php file:
<?php
$db_type = 'mysqli';
$db_host = 'localhost';
$db_name = 'name';
$db_username = 'user';
$db_password = 'password';
$db_prefix = 'AkademikerSam_SthlmNorr_forum_';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '8db43dc8';
define('PUN', 1);