Changes between Version 1 and Version 2 of Ticket #17945, comment 1
- Timestamp:
- 06/30/2011 01:41:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17945, comment 1
v1 v2 1 Both wp_users.ID and wp_usermeta.user_id columns have the same definition: {{{bigint(20) unsigned}}} therefore, this is unlikely to be caused by SQL.1 Both wp_users.ID and wp_usermeta.user_id columns have the same definition: {{{bigint(20) unsigned}}}. Therefore, this is unlikely to be caused by SQL. 2 2 3 3 My bet is incorrect plugin/theme code. Please disable all plugins and switch to default theme and then try to create a new user with some other capability other than admin.