By loic on Friday, 09 May 2014
Posted in Technical Issues
Replies 6
Likes 0
Views 573
Votes 0
Hello
It seems that migrator can't migrate the community builder core field for gender
probably due to field value that is not male or female (as easysocial) but ue_male and ue_female ?

Can you have a look ?
Thanks in advance

loic
Hello Loic,

I am sorry for the delay of this reply.

Ah, look like currently EasySocial will only detect the field as gender when the field type is a dropdown in your CB fields. I've fixed this issue internally and attached are the updated php files.

Copy 'cb.php' into 'JOOMLA/administrator/components/com_easysocial/includes/migrators/helpers' and overwrite the existing cb.php file.
Copy 'view.html.php' into 'JOOMLA/administrator/components/com_easysocial/views/migrators/' and overwrite the existing view.html.php file.

Remember to backup the original first before you apply the fix.

You will also need to clear your data and re-run the migration

Hope this help and have a nice day
Sam
·
Friday, 09 May 2014 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
hello sam
thanks for that fix
loïc
·
Friday, 09 May 2014 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
CB do not have an adress field but separated core fields : cb_zipcode cb_city cb_adress

is there a way that the migrator deal with that ???

Loïc
·
Friday, 09 May 2014 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Loic,

You are welcome

CB do not have an adress field but separated core fields : cb_zipcode cb_city cb_adress
is there a way that the migrator deal with that ???


Currently CB migrator do not map these fields as 'address' field in ES ;(
I will see if I can add the mapping into next release of EasySocial or not.

The requirement for the mapping to work will be as follow,

Your field name must have the 'address' to map into 'address' column in address field. E.g. cb_address,
Your field name must have the 'city' to map into 'city' column in address field. E.g. cb_city,
Your field name must have the 'zipcode' to map into 'zipcode' column in address field. E.g. cb_zipcode,
Your field name must have the 'state' to map into 'state' column in address field. E.g. cb_state,
Your field name must have the 'country' to map into 'country' column in address field. E.g. cb_country.

Hope this help and have a nice day
Sam
·
Friday, 09 May 2014 20:09
·
0 Likes
·
0 Votes
·
0 Comments
·
hello sam,
yes it's the core fields and their name
so i'll not be a problem

thanks you for that nice perspective
I think that it's not possible to re-run the migrator only to complete migration... so i'll wait for this integration in easysocial to migrate my users because

have a nice day
loïc
·
Saturday, 10 May 2014 04:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Loic,

You are welcome and thanks for your understanding
Have a nice day
Sam
·
Wednesday, 14 May 2014 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post