[SMF 2.1] Importer
This importer is intendet to import a SMF 2.1 (Beta) installation to ElkArte:
Notes:
- Currently the passwords are not converted, so you have to use the "Forgot your password?" link ..
- Likes and Mentions are not converted, maybe I'll add them later..
importing settings... ✔
Importing members... ✔
Importing attachments... ✔
Importing avatars... ✔
Importing categories... ✔
Importing boards... ✔
Importing topics... ✔
Importing messages... ✔
Importing polls... ✔
Importing poll choices... ✔
Importing poll votes... ✔
Importing personal messages... ✔
Importing pm recipients... ✔
Importing pm rules... ✔
Importing board moderators... ✔
Importing mark read data (boards)... ✔
Importing mark read data (topics)... ✔
Importing mark read data... ✔
Importing notifications... ✔
Importing membergroups... ✔
Importing group moderators... ✔
Importing permission profiles... ✔
Importing permissions... ✔
Importing board permissions... ✔
Importing smileys... ✔
Copying smileys... ✔
Importing statistics (activity log)... ✔
Importing logged actions... ✔
Importing reported posts... ✔
Importing reported comments... ✔
Importing spider hits... ✔
Importing spider stats... ✔
Importing subscriptions... ✔
Recalculating statistics... ✔
Re: [SMF 2.1] Importer
Reply #1 –
Why not just add this as a Source for the Open Importer?
Re: [SMF 2.1] Importer
Reply #8 –
It's great news to see this. Thank you! A couple of quick questions: 1. how do you use this? 2. Is there a possibility Elk will go to the bcrypt credentials?
Re: [SMF 2.1] Importer
Reply #9 –
1) extract the attached archive, upload the files to your webserver and call import.php from a webbrowser. then follow the instructions.
2) Maybe ... Haven't checked their new passwords encryption yet, they are using bcrypt too?
Re: [SMF 2.1] Importer
Reply #10 –
If I'm not wrong, Elk is already using CRYPT_BLOWFISH as first choice when available, then CRYPT_EXT_DES and if none of these is available several rounds of md5.
So, if the server has what is required it should already use "bcrypt" (of course if I got right how phpass works).
Re: [SMF 2.1] Importer
Reply #11 –
Then I have made an erroneous assumption concerning the passwords not porting. Thanks for the info!
Re: [SMF 2.1] Importer
Reply #13 –
im getting error on members import on this, no mods installed says "Unknown column 'hide_email' in 'field list'" caused the error :/
Fixed it by removing that field from the importer file and also the latestMember caused error so removed that seems everything converted fine afterwards.
Re: [SMF 2.1] Importer
Reply #14 –
Which version of 2.1 were you importing from? I know there are a couple of beta versions out there.