I'm using FEU and Sel Registration for a member website.
Member has to register, and the admin has to approve to put the new user in FEU.
That's was working fine when i was using : FEU 1.8.2 and SelfRegistration1.2.5.
I'm did an upgrade to FrontEndUsers 1.8.5 and SelfRegistration1.3.2.
Nothing is working anymore.
1. I got an error on the Registration Page
Code: Select all
Warning: Wrong parameter count for min() in /home/website/modules/SelfRegistration/functions.php on line 527
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/website/lib/classes/module_support/modform.inc.php on line 360
On the Forum, i find a similars issues, suppose to come to ARRAY/STRING definition. http://forum.cmsmadesimple.org/index.php?topic=40064.msg189662 and http://forum.cmsmadesimple.org/index.php?topic=44052.0
I did the changes required but still the same and check the svn and the issue traking list, but no response find.
I made some few test and it's looks like it's coming when we using multiselect or dropown list as fields.
It's been a while now i try to solve this issue, and i don't find anything, except the fact than if i using the previous Selregistration Module 1.2.5.
2. Self Registration is validate automaticly user to FEU.
On the previous version i was using, when a user regsiter, that's was coming directly on Selfregsitration, and i had a button to "Push this user in Front End User". A sort of validation from the admin before approve this user.
Now, mainwhile several test, tags, and differents parameter, when register, the user is automaticly move in FEU, and i don't see it any more in Self Registration.
Is somebody have any idea ?
Working on CMS Made Simple 1.6.7
B Regards, to all