F.A.Q. - Read it first! - I overwrite/remove config.php, what to do?
Matteo - 07-09-2010, 21:57 Temat postu: I overwrite/remove config.php, what to do? [ Question ]: I overwrite/remove config.php, what to do?
[ Answer ]:
Make file config.php and fill it like this: Kod: | <?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = 'DATABASE TYPE';
$dbhost = 'SQL HOST ADRESS';
$dbname = 'DATABASE NAME';
$dbuser = 'USER NAME';
$dbpasswd = 'PASSWORD';
$table_prefix = 'PREFIX OF TABLES';
define('PHPBB_INSTALLED', true);
?> | The file cannot contain blank lines, especially before and after
(original content)
|
|
|