By Julian on Tuesday, 23 September 2014
Posted in Technical Issues
Likes 0
Views 528
Votes 0
Hi everybody,

when I migrated from JomSocial I had the bug with the content of messages that is removed in the recent version of the migrator. But ... old data is not corrected.

Since EasySocial is not live yet, can I simply delete the tables "conversations" and run the migrator again? I don“t want to have users and Events and other stuff migrated again. I only want to have messages "re-migrated" to correct that error.

All the best, Julian!
Hello Julian,

When we migrate the messaging from JomSocial to EasySocial, we also store a history for each conversation to avoid migrating duplicated items. You need to empty the conversations and also delete items from the #__social_migrators table with the SQL query below,


DELETE FROM #__social_migrators WHERE `element` = 'conversation';
·
Tuesday, 23 September 2014 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Works.
Thank you!
·
Wednesday, 24 September 2014 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Julian
·
Thursday, 25 September 2014 02:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post