Technote Details :: Activation does not work
Issue
When I try to register a new account in a form that also requires activation, I get an error message saying :
Internal error: Please add the 'activation_usr' numeric column in the database to enable activation. (LOGIN_FAILED_NO_ACTIVE_FIELD)
Reason
This happens because you have changed some settings in the InterAKT Control Panel > Login Settings, or you have removed the table column which stored the active status for each user. The registration process which was configured using account activation and a table column to store the active value into no longer can do this, and as such the registration process fails with this error.
Solution
In order to solve this issue, you must either change the Login Settings so that the active column is recognized again, or, if the column has been deleted from the table, re-add it.