I'm new to this so please forgive my ignorance. I am having trouble signing up users and deleting users I've added manually. In either event, I get the following error message: MYSQL ERROR: Table 'XYZ_XYZ_db1.users' doesn't exist in query: UPDATE users SET user_active=0 WHERE username='XYZ' The database XYZ_XYZ_db1 exists on the server. All the aMember tables are also visible on the server. The server is running MySQL 3.23.58. Suggestions?