PDA

View Full Version : Problem importing from Fusetalk basic...



Ciber
Thu 9th Mar '06, 8:42pm
We bought Vbulletin last night and tried a import earlier today and everything seemed to work except importing polls and that the imported passwords aren't working.

Here is a link to the board running the import with the broken passwords: http://test.gotwoot.net/

Using Fusetalk basic with md5 hashes for the user passwords.


If you know of a solution please let us know, thanks.

Jerry
Thu 9th Mar '06, 8:50pm
If passwords didn't import they they must be salted opposed to being md5().

http://www.vbulletin.com/docs/html/impex_passwords

What was the poll error during the import ?

Ciber
Thu 9th Mar '06, 8:56pm
"Got poll UID and DID NOT attach to the correct thread"

Something along those lines...

Jerry
Thu 9th Mar '06, 9:20pm
What version number of Fusetalk ?

Ciber
Thu 9th Mar '06, 9:30pm
It was 2 something... The last Fusetalk basic.

Ciber
Thu 9th Mar '06, 9:40pm
Nevermind, we fixed it.

Here's how:

WilikPOS (AIM)
9:46:17 PM
line 153
9:46:24 PM
in fusetalk/003.php
9:46:27 PM
change this line
9:46:46 PM
............
9:46:48 PM
to this
9:47:04 PM
...........
9:47:07 PM
and...
9:47:16 PM
on line 144
9:47:18 PM
add this line
9:47:25 PM
$try->_password_md5_already = true;
9:47:33 PM
and it'll import the users just fine
login works fine now with old passwords

Jerry
Thu 9th Mar '06, 10:07pm
The current import is for fusetalk 4.0 :confused:

I've checked the site and they seem to be on version 3.0 and a beta 2, I'm not quite sure what happened to the versioning as I've not worked with a fusetalk dB for a while.

I can see from the fusetalk importer that there are category as well as thread polls, sorted by vchpolltype or chpolltype in the database.

I would need to see your source database to be able to figure out what is going on, if you can give me access to it, start a support ticket and ask for me.

Jerry
Thu 9th Mar '06, 10:08pm
Nevermind, we fixed it.

Here's how:

WilikPOS (AIM)
9:46:17 PM
line 153
9:46:24 PM
.......
to this
.........
and it'll import the users just fine
login works fine now with old passwords

I can't add that till I've tested it myself and with a database where I know what version it is.

Ciber
Thu 9th Mar '06, 10:38pm
Support ticket is open.

Ciber
Thu 9th Mar '06, 10:49pm
The current import is for fusetalk 4.0 :confused:

I've checked the site and they seem to be on version 3.0 and a beta 2, I'm not quite sure what happened to the versioning as I've not worked with a fusetalk dB for a while.

I can see from the fusetalk importer that there are category as well as thread polls, sorted by vchpolltype or chpolltype in the database.

I would need to see your source database to be able to figure out what is going on, if you can give me access to it, start a support ticket and ask for me.

It's hard to explain, but it goes like this:

Fusetalk 4.0(Old release which your importer is for)

FuseTalk Basic,Education, Enterprise Edition(The current 2.0 release which replaced 4.0)

And then the newly released 3.0 Versions.(This was just released a couple of weeks ago and replaced the 2.0 releases above)

Jerry
Fri 10th Mar '06, 12:00am
A strange counting system I'm not familiar with :confused:

I'll see what I can do in the support ticket.