Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error when adding a new user via dashboard
BIOS
New
When I go to create a new user in the dashboard it creates the user however I got this message array_flip() expects parameter 1 to be array, null given. http://prntscr.com/56n0xu
0
Comments
I can reproduce this, filed on github.
It's only in the view logic.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
So it's something to do with vanilla and not plugins then, and is it major/any way to fix it as of yet?
It's only a display bug and doesn't affect the user creation.
But you could change line 47 of
/applications/dashboard/views/user/add.php
toMy themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Another fix would be to turn off debug mode
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
that would be the smartest, if you are not debugging.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Not a bug, the real "fix" is to to make sure email works. I guess you were testing locally, @BIOS?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Yeah, I've got it on local. So really just leave it since it isn't really anything that's going to affect the user creation.
Would it be better to replace the code with the one you posted or just leave it as it is w/ debug off when the forum is actually accessible by public?
you don't want debug on - period. unless you are debugging. especially in a public forum.
changing core is not a good idea.
especially, since you are only solving cosmetic issue. assuming e-mail works.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yea i know I'm not gonna have debug on public lmao. I mean right now I have it on just cause It's local and I'm testing everything it'll be off even before it gets uploaded.
Alright, this is the answer I needed, I'll just leave it as it is then.