rightclickfix
Active member
I successfully imported my phpbb3 forums the other day to my test site so thought I'd have a go on the new host I'm moving all my sites too eventually. However, when I ran the importer on my newly setup XF forums and put the details in of the phpbb3 forum config file and DB details it spits it with a user error like this;
the original config file (username n pw changed for security.
I did notice in CP of the site housing the forums (which is in a sub directory) that the DB of the forums didn't seem to have a user name assigned to it? It seemed to be using the username of my main CP login so am I overlooking something here?
so close .......
Code:
The source database connection details are not correct: Access denied for user 'username'@'localhost' (using password: YES)
Code:
/ phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'kayakfis_FORUM';
$dbuser = 'username';
$dbpasswd = 'password';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
I did notice in CP of the site housing the forums (which is in a sub directory) that the DB of the forums didn't seem to have a user name assigned to it? It seemed to be using the username of my main CP login so am I overlooking something here?
so close .......