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.
Frustrating error message
Hey party people...
Just wondering if anyone can help me out...
I'm getting a really annoying error message, since reinstalling my forum.
It only happened since enabling/disabling the 'discussion views' extension (and, yep, I did follow the readme.txt advice), but even if I delete that totally from the extensions, I get this error when viewing the categories:
Notice: Undefined variable: Alternate in /home/fhlinux205/d/mydomain.com/user/htdocs/forum/themes/discussion.php on line 11
The forum still 'works', but you get the error message repeated above the discussions for as many topics as there are.
I've tried everything I can think of (even reinstalling Vanilla), but nothing fixes it - any advice?
0
This discussion has been closed.
Comments
copy themes/discussion.php into themes/vanilla
open up the new file, locate line 11, scroll to the end, and remove this chunk:
.($Alternate ? ' Alternate' : '')
then save it. That should get rid of your error but as i say it's not ideal