You must select an affiliate that you are interested in.

Questions related to installing Zuluru 1: Locked now, all new installations should use Zuluru 3
Locked
dcrobertson01
Posts: 20
Joined: Tue Mar 22, 2016 12:24 am

You must select an affiliate that you are interested in.

Post 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.
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

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

Post 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.
dcrobertson01
Posts: 20
Joined: Tue Mar 22, 2016 12:24 am

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

Post by dcrobertson01 »

I disabled Affiliates. I would like to know they are there if I need them though.
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

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

Post 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.
Locked