hi. i am create cb(and joomla) user via cbAPI. Almost in each 500 user i see some of users not correctly create in cb but they create in joomla.i use cb Tools and get this result:
Code:
Checking Users Database:
Warning: 2 entries in Community Builder comprofiler table without corresponding user table rows.
Following comprofiler id: 7691, 8411 are missing in user table
This one can be fixed using menu Components / Community Builder / tools and then click "Synchronize users".
Warning: 14 entries in users table without corresponding comprofiler table rows.
users id: 12053, 12054, 12282, 13266, 13267, 14036, 14039, 14040, 14042, 14046, 14101, 14107, 14146, 14147 are missing in comprofiler table
This one can be fixed using menu Components / Community Builder / tools and then click "Synchronize users".
users table has no zero id row.
comprofiler table has no zero id row.
Warning: 1 entries in comprofiler table with user_id <> id.
comprofiler id=6434 is different from user_id=0.
This one can be fixed using menu Components / Community Builder / tools and then click "Synchronize users".
All users table rows have ACL entries in user_usergroup_map table.
All ACL user_usergroup_map table rows have corresponding entries in users table.
1-why this occur ? Is it due to the use of api? (also I have Xdebug on server if you have any advise to use that for finding problem)
2-how to prevent that?
i understand that is can use Synchronize users to fix.