Blank Page When Configuring PHPBB2

A

Anonymous

Guest
dw55 said:
I'm trying to install PHPBB2 and my config.php loads as a blank page in my browser window. What could be causing this?
Check about other script for run....
Try purge memory.....
 
Code:
<?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);

?>

DO YOU ANYWHERE SEE ECHO OR PRINT FUNCTION?
 
Back
Top