Nie chcący zamieniłem plik config.php z czystym i strona się nie wczytuje.
Może mi ktoś powiedzieć co mam tam wpisać, żeby ładnie się łączyło do bazy?
Z góry dzięki za szybką odpowiedź.
Kod: Zaznacz cały
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'nazwa_bazy_danych';
$dbuser = 'użytkownik';
$dbpasswd = 'hasło';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>Kod: Zaznacz cały
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /config.php:1)