Im moving a social site to boonex, thats what i mean with migration.
it works fine for some time, but at some point when copying users it begin to block login, some times of admin user, and other times of many or all users. I have cleaned and started the migration several times.
Didnt find changes to the fields in the database
working database:
INSERT INTO `Profiles` (`ID`, `NickName`, `Email`, `Password`, `Salt`, `Status`, `Role`, `Couple`, `Sex`, `LookingFor`, `Headline`, `DescriptionMe`, `Country`, `City`, `DateOfBirth`, `Featured`, `DateReg`, `DateLastEdit`, `DateLastLogin`, `DateLastNav`, `aff_num`, `Tags`, `zip`, `EmailNotify`, `LangID`, `UpdateMatch`, `Views`, `Rate`, `RateCount`, `CommentsCount`, `PrivacyDefaultGroup`, `allow_view_to`, `UserStatus`, `UserStatusMessage`, `UserStatusMessageWhen`, `Avatar`, `Height`, `Weight`, `Income`, `Occupation`, `Religion`, `Education`, `RelationshipStatus`, `Hobbies`, `Interests`, `Ethnicity`, `FavoriteSites`, `FavoriteMusic`, `FavoriteFilms`, `FavoriteBooks`, `FirstName`, `LastName`, `dbcsFacebookProfile`, `interestes`) VALUES
(1, 'admin', 'no-reply@xxxxx.com', '1f7e9e4405467cbcd2b4a5f7fc0de557a40ebe5b', 'gf7uA,M,', 'Active', 3, 0, '', '', '', '', '', '', '0000-00-00', 0, '2014-02-21 20:05:58', '0000-00-00 00:00:00', '2014-08-05 22:19:12', '2014-08-07 00:07:48', 0, '', '', 1, 3, 1, 14, 5, 2, 0, 3, 3, 'online', '', 0, 0, '', '', '', '', '', '', NULL, '', '', '', '', '', '', '', '', '', 0, '');
not working database:
INSERT INTO `Profiles` (`ID`, `NickName`, `Email`, `Password`, `Salt`, `Status`, `Role`, `Couple`, `Sex`, `LookingFor`, `Headline`, `DescriptionMe`, `Country`, `City`, `DateOfBirth`, `Featured`, `DateReg`, `DateLastEdit`, `DateLastLogin`, `DateLastNav`, `aff_num`, `Tags`, `zip`, `EmailNotify`, `LangID`, `UpdateMatch`, `Views`, `Rate`, `RateCount`, `CommentsCount`, `PrivacyDefaultGroup`, `allow_view_to`, `UserStatus`, `UserStatusMessage`, `UserStatusMessageWhen`, `Avatar`, `Height`, `Weight`, `Income`, `Occupation`, `Religion`, `Education`, `RelationshipStatus`, `Hobbies`, `Interests`, `Ethnicity`, `FavoriteSites`, `FavoriteMusic`, `FavoriteFilms`, `FavoriteBooks`, `FirstName`, `LastName`, `dbcsFacebookProfile`, `interestes`) VALUES
(1, 'admin', 'no-reply@xxxxx.com', '1f7e9e4405467cbcd2b4a5f7fc0de557a40ebe5b', 'gf7uA,M,', 'Active', 3, 0, '', '', '', '', '', '', '0000-00-00', 0, '2014-02-21 20:05:58', '0000-00-00 00:00:00', '2014-09-14 18:40:23', '2014-09-14 18:40:31', 0, '', '', 1, 3, 1, 13, 5, 2, 0, 3, 3, 'online', '', 0, 0, '', '', '', '', '', '', NULL, '', '', '', '', '', '', '', '', '', 0, '');