Page 1 of 1

You must select an affiliate that you are interested in.

Posted: Sun Apr 10, 2016 11:52 pm
by dcrobertson01
I am trying to add a Parent user and child details. I get the error:

Code: Select all

The account could not be saved. Please correct the errors below and try again.
I don't get any Alert messages on the page. When I add the debugging stuff in user_controller.php, I get

Code: Select all

Array
(
    [Affiliate] => You must select an affiliate that you are interested in.
)
If I am logged in as an Administrator, I don't get any affiliates to choose from. If I log out and try to add an account, I get the affiliate listed, but still get the error message if I select it.

Re: You must select an affiliate that you are interested in.

Posted: Mon Apr 11, 2016 12:18 am
by GregS
Have you enable the Affiliates feature? That's almost never needed; it's for big or geographically diverse organizations that run multiple largely-independent "affiliates". Alternately, do you have anything in the affiliates table? There should always be one record there even if the affiliates feature is disabled.

Re: You must select an affiliate that you are interested in.

Posted: Mon Apr 11, 2016 5:00 pm
by dcrobertson01
I disabled Affiliates. I would like to know they are there if I need them though.

Re: You must select an affiliate that you are interested in.

Posted: Mon Apr 11, 2016 5:03 pm
by GregS
They are in some use elsewhere, so I'm sure that it's a minor misconfiguration problem that can be easily remedied if and when you require them.