ich wollte mein Forum heute lokal auf xampp aufspielen, um es für ein update vorzubereiten.
Einpielung aller Ordner und Dateien hat geklappt
Einspielung der DB hat auch geklappt
Änderung der config.php wie folgt:
Code: Alles auswählen
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'phpbb3';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 385: include_once(./includes/auth/auth_.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 385: include_once(): Failed opening './includes/auth/auth_.php' for inclusion (include_path='.;C:/xampp/php/PEAR')
Language file ./language//common.php couldn't be opened.
Danke im Voraus.
LG
KAi
----------
Nachtrag
----------
Es lag am Cache, den ich vergaß zu löschen.
Danke
LG
KAi