- Adres van je forum: http://automutilatie.be
Event. modificaties op je forum:/
Wanneer ontstond het probleem? Overschrijven met nieuw forum
phpBB versie:3.1.1
Heb je onlangs iets veranderd aan je forum?
Wat is het probleem?
Code: Selecteer alles
General Error
SQL ERROR [ mysqli ]
Access denied for user 'x2sajqcc'@'localhost' (using password: YES) [1045]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Wellicht zie ik iets over het hoofd maar ik weet ook niet juist wat. Iemand een idee?
Dit is het config.php bestand van het forum wat ik verwijderd heb en naar waar het nieuwe forum moet komen.
Code: Selecteer alles
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'automuti_pp31';
$dbuser = 'KNIP';
$dbpasswd = 'KNIP';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Code: Selecteer alles
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'automuti_pp31';
$dbuser = 'KNIP';
$dbpasswd = 'KNIP';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Code: Selecteer alles
<?php
// phpBB 3.1.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = '';
$dbport = '';
$dbname = 'usrdb_x2sajqcc';
$dbuser = 'KNIP';
$dbpasswd = 'KNIP';
$table_prefix = 'phpbb_';
$phpbb_adm_relative_path = 'adm/';
$acm_type = 'phpbb\\cache\\driver\\file';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);