G
Gibzon
Hola, perdon que este molestando devuelta con mis preguntas de novato pero esta es importante. Estoy tratando de migrar mi DB phpbb2 al vb3.5 gold con el impex 1.74 en local. El tema es que cuando voy al impex en la administracion me dice que hay algun problema con la base de datos:
There seems to have been a slight problem with the database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.
Pero yo creo haber configurado correctamente el ImpExConfig.php, si alguien me puede ayudar se los agradeceria.
There seems to have been a slight problem with the database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.
Pero yo creo haber configurado correctamente el ImpExConfig.php, si alguien me puede ayudar se los agradeceria.
Insertar CODE, HTML o PHP:
# If impex is installed in vBulletin you can ignore the target details
# as includes/config.php
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'root';
$impexconfig['target']['password'] = '';
$impexconfig['target']['database'] = 'joomla';
$impexconfig['target']['tableprefix'] = '';
# 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;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'root';
$impexconfig['source']['password'] = '';
$impexconfig['source']['database'] = 'foro_phpbb';
$impexconfig['source']['tableprefix'] = 'phpbb_';
# Error logging will log import errors to a database table impexerror
# for use with support.
# Language file is the file of phrases to be used, default is english.
# pagespeed is the second(s) wait before the page refreshes.
$impexconfig['system']['errorlogging'] = true;
$impexconfig['system']['language'] = 'impex/impex_language.php';
$impexconfig['system']['pagespeed'] = 1;