hola intente poner esto en el archivo de config.php
Código PHP:
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "mi nombre";
$dbuser = "mi usuario";
$dbpasswd = "mi contraseña";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>
pero me sale este error
Cita: Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/config.php:18) in /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/includes/sessions.php on line 188
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/config.php:18) in /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/includes/sessions.php on line 189
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/config.php:18) in /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/includes/page_header.php on line 475
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/config.php:18) in /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/includes/page_header.php on line 477
Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/config.php:18) in /home/httpd/vhosts/thecorrsdublin.com/httpdocs/phpBB2/includes/page_header.php on line 478
ya no se que hacer