Page 1 of 1

[solved] frontend users export problem

Posted: Tue Jul 09, 2013 8:55 pm
by alaw
When I try to export my list of frontend users, I get the message:

There is a problem with the options for Array field in record username

Thinking it was a problem with the particular username, I deleted the username from the system and reran the export, but got the same message (but with a different username, of course).

I'm running the following versions:
CMSMS 1.11.7
Frontend Users 1.21.16

I was previously running older code and was getting the same error. I have other installations of Frontend users and the export works fine on those.

Does anyone out there have any ideas?

Thanks.

Angela

Re: [solved] frontend users export problem

Posted: Thu Jul 18, 2013 6:34 pm
by alaw
In case anyone else runs into this, here's what the problem was...

I have some dropdown user fields. I have   set to the first item in each one, so that a blank will appear as the first item in the dropdown.

Whenever an item was not selected from the dropdown, it was causing a mismatch between the user's field data, which simply had a space in it and the dropdown database, which had the   in it.

Changing the &nbps; to "Select one" in the dropdowns and then updating the user's data accordingly solved the export problem.