Going from dotNetBB v2.42EC SP2 > vB 3.6.8 p2 but getting a weird failure on the first step using impex.
So I start with module 001:
Get database information This module will check the tables in the database as well as the connection.
And I keep getting failures where it expects to find donNetBB that is says are missing -- like:
AdminActions NOT found.
AdminCategory NOT found.
Etc.
The tables are there though. So I tested "Get database information" by putting intentionally incorrect values in the connection string of the ImpExConfig.php file, but I get the same results.
So I guess "NOT found" is impex's way of saying it can't connect to the target db. Which is odd, because it makes connection troubleshooting difficult.
I can connect to the target db via command line from the machine that vB is running on, so I am at a loss.
Has anyone done a successful dotNetBB > vB impex?
So I start with module 001:
Get database information This module will check the tables in the database as well as the connection.
And I keep getting failures where it expects to find donNetBB that is says are missing -- like:
AdminActions NOT found.
AdminCategory NOT found.
Etc.
The tables are there though. So I tested "Get database information" by putting intentionally incorrect values in the connection string of the ImpExConfig.php file, but I get the same results.
So I guess "NOT found" is impex's way of saying it can't connect to the target db. Which is odd, because it makes connection troubleshooting difficult.
I can connect to the target db via command line from the machine that vB is running on, so I am at a loss.
Has anyone done a successful dotNetBB > vB impex?
Comment