Hi:
I've been trying to solve this problem for a while now, so I thought someone here could provide some insight.
I've been trying to import from a phpoBB 2.0.11 board into a vB 3.6 board (It worked fine last time I tried importing, that was with 3.5). When I attempt to import the users into vB, I am confronted with the following error:
I noticed that the ImpEx menu for a target board listed vB 3.5 as an option, not 3.6. I'm not sure if this is an issue or not, but as far as I know I have the latest version of Impex (just downloaded and uploaded).
Any help would be appreciated, thanks.
Kyzyl Herzog
UPDATE: So as far as I can see it's using a backdated version of the database class, so it has incorrect data about the structure of my DB. What I can't figure out is (a) why, (b) why can't I select 3.6 in the ImpEx target menu, and (c) Why does it still happen if I alter the code to only include ImpExDatabase_360?
UPDATE2: Most of what was said above can be disregarded. Because of a DNS issue, I was actually going to the wrong code. But now, when I go to the admin panel->import->import, I get promted for my customer ID. When I input it, I'm told it was 'successful', and redirected to /impex/index.php, which is just giving me a blank page. Yes it exists, no there isn't another index.(html|php|asp|etc...), and no the php file is not blank.
I've been trying to solve this problem for a while now, so I thought someone here could provide some insight.
I've been trying to import from a phpoBB 2.0.11 board into a vB 3.6 board (It worked fine last time I tried importing, that was with 3.5). When I attempt to import the users into vB, I am confronted with the following error:
Code:
ImpEx Database errormysql error: Invalid SQL: SELECT profilefieldid FROM vb_profilefield WHERE title = 'Occupation' mysql error: Unknown column 'title' in 'where clause' mysql error number: 1054 Date: Tuesday 03rd 2006f October 2006 10:35:00 PM
Any help would be appreciated, thanks.
Kyzyl Herzog
UPDATE: So as far as I can see it's using a backdated version of the database class, so it has incorrect data about the structure of my DB. What I can't figure out is (a) why, (b) why can't I select 3.6 in the ImpEx target menu, and (c) Why does it still happen if I alter the code to only include ImpExDatabase_360?
UPDATE2: Most of what was said above can be disregarded. Because of a DNS issue, I was actually going to the wrong code. But now, when I go to the admin panel->import->import, I get promted for my customer ID. When I input it, I'm told it was 'successful', and redirected to /impex/index.php, which is just giving me a blank page. Yes it exists, no there isn't another index.(html|php|asp|etc...), and no the php file is not blank.
Comment