So in mysql I noticed that in the status field a 1 is paid/active, 2 is expired, and 0 is inactive/unpaid. If I change that from a 2 (expired) to a 1 (active), shouldn't it reflect in the admin section? It doesn't, can someone explain? Thanks!
Are you looking in the user table or the payment table. For a user to be active they also have to have at least one activate payment in the payment table.