Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bug in user search?
Hello,
I recently upgraded to Vanilla 1.0.1 and all seems to work well, with one exception: searching for users leads to an error message.
>> example search
The error message says: "Notice: Undefined variable: Switch in /www/htdocs/danielde/gerontologie/themes/search_results_users.php on line 5". But there were no theme files in the Vanilla update package, so the bug must be somewhere else, but where? Can anybody help?
Thanks
Daniel
I recently upgraded to Vanilla 1.0.1 and all seems to work well, with one exception: searching for users leads to an error message.
>> example search
The error message says: "Notice: Undefined variable: Switch in /www/htdocs/danielde/gerontologie/themes/search_results_users.php on line 5". But there were no theme files in the Vanilla update package, so the bug must be somewhere else, but where? Can anybody help?
Thanks
Daniel
0
This discussion has been closed.
Comments
The easy fix is to go into that file and declare the variable right before line 5 with something like:
$Switch = '0';
Daniel