Moderators: macek, egami, gesf

dw55 wrote:I'm trying to install PHPBB2 and my config.php loads as a blank page in my browser window. What could be causing this?

<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = 'mysql4';
$dbhost = 'localhost';
$dbname = 'phpbb';
$dbuser = 'pejone';
$dbpasswd = 'pejone';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>

Users browsing this forum: No registered users and 1 guest