ERuiz
Wed 8th Mar '06, 10:23pm
I have followed the instructions on this website on how to install and run Impex but I keep getting the following error:
ImpEx Database errormysql error: Invalid SQL: SELECT title, data FROM vb3_datastore WHERE title = 'ImpExSession'
mysql error: No database selected
mysql error number: 1046
Date: Wednesday 08th 2006f March 2006 09:15:55 PM
Database: joinapr_website
MySQL error: No database selected
Here is ImpExConfig.php settings:
<?php
################################################## ################## |;
# vBulletin - Licence Number VBF6E3FBA7
# ---------------------------------------------------------------- # |;
# Copyright ©2000–2006 Jelsoft Enterprises Ltd. All Rights Reserved. |;
# This file may not be redistributed in whole or significant part. # |;
# ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
# http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
################################################## ################## |;
# The following settings allow ImpEx to connect to the vBulletin 3
# database into which you will be importing data.
# 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'] = 'username';
$impexconfig['target']['password'] = 'password';
$impexconfig['target']['database'] = 'vbulletin_forum';
$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'] = 'joinapr_*****';
$impexconfig['source']['password'] = '********';
$impexconfig['source']['database'] = 'joinapr_*****';
$impexconfig['source']['tableprefix'] = 'smf_';
# 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;
?>
I want to import SMF 1.1 RC1 to VB 3.5.4.
They are both installed on the same database, and share the same dbuser and dbname. All priviledges are assigned to the user.
I installed the /impex folder to my root forum directory and placed the /includes/xml/cpnav_impex.xml file into the same folder on the server.
Can anyone help me? Thanks in advance!
ImpEx Database errormysql error: Invalid SQL: SELECT title, data FROM vb3_datastore WHERE title = 'ImpExSession'
mysql error: No database selected
mysql error number: 1046
Date: Wednesday 08th 2006f March 2006 09:15:55 PM
Database: joinapr_website
MySQL error: No database selected
Here is ImpExConfig.php settings:
<?php
################################################## ################## |;
# vBulletin - Licence Number VBF6E3FBA7
# ---------------------------------------------------------------- # |;
# Copyright ©2000–2006 Jelsoft Enterprises Ltd. All Rights Reserved. |;
# This file may not be redistributed in whole or significant part. # |;
# ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
# http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
################################################## ################## |;
# The following settings allow ImpEx to connect to the vBulletin 3
# database into which you will be importing data.
# 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'] = 'username';
$impexconfig['target']['password'] = 'password';
$impexconfig['target']['database'] = 'vbulletin_forum';
$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'] = 'joinapr_*****';
$impexconfig['source']['password'] = '********';
$impexconfig['source']['database'] = 'joinapr_*****';
$impexconfig['source']['tableprefix'] = 'smf_';
# 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;
?>
I want to import SMF 1.1 RC1 to VB 3.5.4.
They are both installed on the same database, and share the same dbuser and dbname. All priviledges are assigned to the user.
I installed the /impex folder to my root forum directory and placed the /includes/xml/cpnav_impex.xml file into the same folder on the server.
Can anyone help me? Thanks in advance!