Andy is correct, the problem is that one of your rows in concept (or concept_name, or some other concept_* table) has a creator, changed_by, or voided_by, or retired_by whose value is 59 but you have no row in the users table with user_id = 59.
(You need to either change the values in the concept* tables, or else create a user with that user_id.)