Impex no conecta a la base de datos :(

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.

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;
 

seowebmartin

Gamma
Verificación en dos pasos activada
Verificado por Whatsapp
Verificado por Binance
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
15 Ene 2011
Mensajes
240
yo tuve un problema con impex el cual fue solucionado gracias al soporte de vbulletin , el tema era que el script "impex" usa 2 conexiones a la db. y en mi servidor estaba adminido una conexion. escribi a soporte que ellos te ayudan al toke.

salu2
 
Arriba