I imported to subscription plans using the batch process from file.
Here is some example code:
Code:
140,6,A,2011-01-01 00:00:00
210,6,A,2011-01-01 00:00:00
250,6,A,2011-01-01 00:00:00
I received a message that announced my success:
Code:
20 users subscribed
Users subscribed (usernames):
username1 to plan: Life Member , with state: Active
username2 to plan: Life Member , with state: Active
username3 to plan: Life Member , with state: Active
However, I can not filter by plan in the user manager and the plan does not appear in the user table (see attached image).
But if I click on the user, I can see that the plan has been applied to their user id. Something appears to be missing in the import script. I also tried to import by access level, but I get an error that says "importer-error: no user to import" (but all of the users are assigned to their appropriate group/access level). Thus I can't get either of these methods to work properly. Am I missing something.