A Anonymous Guest Dec 21, 2002 #1 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? Click to expand... Check about other script for run.... Try purge memory.....
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? Click to expand... Check about other script for run.... Try purge memory.....
O Oleg Butuzov New member Dec 21, 2002 #2 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?
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?