I just tried substituting that variable with false and now I get that same error, but this time on $isclass_based, so I try putting false in there and it just goes down the line claiming that the next variable is not defined.
I'm running this on PHP5 and Apache... is there soemthing I'm missing?
I think you just have to turn out the notice report...
A little quote from the wiki: (Board admin guide)
The Notice Of Death (NOD)
What to do if nBBS complains with an error message stating "Notice:" and then a blurb about, for instance, "Trying to get property of non-object"?
It appears that your web host has configured your php setup to report anything that may seem even remotely disturbing to it.
Open nbbs_error_reporter.php, and find these two lines: if(0 == (error_reporting() & $type))
return;
I am having the same problem, but when I tried to fix it the way that was suggested, I found that I did not have permission to edit the file "nbbs_error_reporter.php" on further inspection I found that the user was set to "Apache". Please help me fix this I have tried for hours with little success.