I have Member Profile running successfully on my local machine, including adding additional fields. I then transferred all the files and the database to a demo server. Doing Dev/build on the new server caused Member Profile to attempt to add a whole lot of new fields, many with german-sounding names: e.g..
Field Member.geburtstag: created as varchar(20) character set utf8 collate utf8_general_ci
The build ultimately failed because of a duplicate Member:ADDRESS field. But why is this happening? Normally with the same files and same data, I would expect dev/build to do nothing.
For what its worth, I have "i18n::set_locale('en_GB');" in my _config.php file.
cheers
Bruce