5
i still have the probelm when click on update "SYSTEM" module for some reasons.
the users_profile table have more rows than users table.
i use this query in 2 table:
DELETE FROM `xoops_users` WHERE `uid` >17934
return: Deleted rows: 15 (Query took 0.0003 sec)
DELETE FROM `xoops_user_profile` WHERE `profileid` >17934
return: Deleted rows: 23 (Query took 0.0003 sec)
what is this unstablity?