Mar 24th, 2010, 11:51 AM
I am having issues trying to import my FT1 data into FT2 using the module.
I am getting the following error message:
"The database information appears to be correct, but we couldn't find a table called {$table_prefix}settings. Please check the table prefix setting. "
However the prefix that I indicated exists in my config.php file:
// database settings
$g_db_hostname = "localhost";
$g_db_name = "omitted";
$g_db_username = "omitted";
$g_db_password = "omitted";
$g_table_prefix = "ft_";
On the Database table prefix field, I inserted ft_ but I cannot get past this screen.
Any help will be greatly appreciated.
I am getting the following error message:
"The database information appears to be correct, but we couldn't find a table called {$table_prefix}settings. Please check the table prefix setting. "
However the prefix that I indicated exists in my config.php file:
// database settings
$g_db_hostname = "localhost";
$g_db_name = "omitted";
$g_db_username = "omitted";
$g_db_password = "omitted";
$g_table_prefix = "ft_";
On the Database table prefix field, I inserted ft_ but I cannot get past this screen.
Any help will be greatly appreciated.