Q: All phones have been entered into the system but phones are still not visible in reports. A: Check that the user_phone field has been entered for all the users with phones. If only the handle(login name) has been entered, run the following sql query on the database UPDATE liveuser_users SET user_phone = handle WHERE user_phone=''; Please note that this problem will not be encountered when then bulk user addition script is used.