Posted By Luke, 02-16-14 at 1:23 AM.
I actually meant the values for each column of the CMS table
global.
Luke, I will PM you my global table from CMS Database. I am having same problem with 'Incorrect integer value' that other user has reported. I am trying to set an account to "Active = No" and this is the error I get:
Incorrect integer value: '' for column 'mutetime' at row 1
Incidentally, Muted is set to No for the character by default. when I set 'Muted' to "Yes" and 'Active' to "No" instead I get the following:
Incorrect integer value: '' for column 'isactive' at row 1
When I set 'Muted' to "Yes", 'Active' to "Yes" and 'Rank' to "User" (User is default), I get the following:
Incorrect integer value: '' for column 'rank' at row 1
When I set 'Muted' to "Yes", 'Active' to "Yes" and 'Rank' to "Admin", the action completes with no errors, and I can verify the information is updated properly in the Accounts table... Obviously this is not ideal.
This is all in the ACP under Accounts -> Accounts Search -> Manage Accounts page.