
- Kod: Zaznacz wszystko
• You have damaged: config.php file !
• File must begin with: <?php and finish with ?> with any other chars (spaces, tabs or new line) before <?php and after ?>
• You must correct the file !
• Remember it is not mistake, if your text editor can not see this space, tab or new line, use other editor with operating multi (CR/LF) format or create new file with clean content.
• Forum will not work correctly with damaged config.php file.
Pokazuje mi się to tylko na górze strony i tylko podczas logowania (gdy mam włączone/login.php)
Plik config.php wygląda dokładnie tak
- Kod: Zaznacz wszystko
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql4';
$dbhost = 'sql1.serwer.com';
$dbname = 'nazwa';
$dbuser = 'user';
$dbpasswd = 'haslo';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
dodam ze baza została przed chwilą wyeksportowana i zaimportowana na nowo.