Allora, in attesa di aggiornamenti sto provando ad eseguire un importazione.
Ho importato il mio dabatase da phpBB a VBullettin, quindi da VBullettin ho eseguito un dump del nuovo database per poterlo importare su xenforo, solo che ricevo questo errore :
I dati di connessione al database sorgente non sono corretti: Access denied for user 'sconcaut_bull'@'localhost' to database 'vbulletin_forum
Questi sono i dati dell'importazione
# TARGET - The target is the vBulletin database (where the data is going to)
# #### $impexconfig['target']['server'] = 'localhost'; $impexconfig['target']['user'] = 'sconcaut_bull'; $impexconfig['target']['password'] = '15091984'; $impexconfig['target']['database'] = 'vbulletin_forum'; $impexconfig['target']['tableprefix'] = 'bull'; # If the system that is being imported from uses a database, # enter the details for it here and set 'sourceexists' to true. # If the source data is NOT stored in a database, set 'sourceexists' to false $impexconfig['sourceexists'] = true; #### # # SOURCE - The source is the old forum database (where the data is coming from) # #### # mysql / mssql $impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql $impexconfig['source']['server'] = 'localhost'; $impexconfig['source']['user'] = 'sconcaut_db'; $impexconfig['source']['password'] = '15091984'; $impexconfig['source']['database'] = 'sconcaut_phpb1';
$impexconfig['source']['tableprefix'] = 'avphpbb_';
mentre questo è il config.php di VBullettin
$config['Database']['dbname'] = 'sconcaut_bull';
$config['MasterServer']['username'] = 'sconcaut_bull'; $config['MasterServer']['password'] = '*******';
Cosa sbaglio?
PS: C'è un Bug quando si vanno ad inserire il BBCODE CODICE