The attached version should import a wedge forum to ElkArte.. It's still based on an outdated version of OpenImporter but it should work :-[
Importing settings... ✔
Importing members... ✔
Importing attachments... ✔
Importing avatars... ✔
Importing categories... ✔
Importing collapsed 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 (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... ✔
Note: I'n not sure with the ip adress import for the messages, the format seems somewhat different compared to ElkArte's ipv6 implemantation.
Good Luck and hopefully Welcome to ElkArte :D
Great! Thanks! :)
Thank you!
Hi,
We currently using wedge on the www.elektronark.org. We want use elkarte :)
Our forum runnig on the my linux server. I read a lot of tihgns about importer and composer also I am confused.
Dou you help me using the importer?
Hello and welcome to elkarte!
You don't need composer to migrate from wedge or other software to elkarte.
To migrate from wedge to elkarte:
take into consideration that Wedge has an internal gallery, for now there is no gallery available for elkarte.
Thank you for your quick reply
@radu81 I tried your recommend. It is worked and I take some error about MYSQL.
What should I do?
Sorry, the database connection information used in the specified installation of your forum cannot access the installation of %1. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.
The error MySQL gave was: 'SELECT command denied to user 'elkarte'@'localhost' for table 'wedge_members'
You need to add the database user 'elkarte' to the 'wedge' database with all privellages. It currently has none.
'Elkarte' user already in in database. but in the Wedge, it is in the Elkarte .
What control panel do you have on your web host?
The login details for the elkarte user are correct but it doesn't have the permissions on the database.
The error MySQL gave was: 'SELECT command denied to user 'elkarte'@'localhost' for table 'wedge_members'
I give root permission to 'elkarte' user and problem solved.
Importe work and finished mission but it not imported all of them.
web site is now not accessible. http://elkarte.elektronark.org/
Importing spider hits you can ignore this, it's not important
Check on your elkarte forum if everything else was imported correctly: topics, posts, users, avatars, PM, attachments, permissions, etc
Check your log errors
@radu81 thank you. It is my mistake. it is work.
http://elkarte.elektronark.org/index.php
Thank you again and Hello ElkArte :D
You're welcome!
your avatars are not visible, check the avatar path in Admin > Forum > Attachments and avatars > Settings for avatars
or run repair settings, see here http://tools.elkarte.net/2014/12/repair_settings/
I have error
Fatal error: Call to undefined function database() in /xxxxxx/repair_settings.php on line 122
Thats strange ... is it in the root of your ElkArte Install ?
Yes, Elkarte user have root permissions.
Spuds asked if repaire_settings.php is located in the root of your forum (should be elektronark.org/repair_settings.php )
Sorry, my english not good :(
Yes I push it to elektronark.org/repair_settings.php
Hello and thanks for the script.
I know I'm upping a very old topic, but I'm currently tyring to migrate from Wedge and it seems that, as mentioned at the end of your post, it's not IPv6 compatible. The export from Wedge to Elkarte 1.0 works up until I've setup IPv6 on my forum DNS. It crashes at my first ever IPv6 message :sweat:
Would there happen to be a way to clear / modify these IPv6, and don't actually need to keep them logged for the migration.
If not I think I'll just proceed with the following query and hope for the best :
UPDATE wedge_messages SET posterIP = '127.0.0.1';
Well, for anyone who may need this, it actually worked but with the following query :
MariaDB [MyDatabase]> UPDATE wedge_messages SET poster_ip = '0';
Query OK, 209915 rows affected (2.668 sec)
Rows matched: 209915 Changed: 209915 Warnings: 0
MariaDB [MyDatabase]>