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.

Supressing Error Messages (i.e. "Notice: Trying to get property of non-object")

edited October 2006 in Vanilla 1.0 Help
I couldn't find any way to suppress these errors. I've tried mucking around with the source files but as of yet I can't make sense of them.

Is there some way to supress these errors? They'll freak out an average user of my forum. The red box ("Some problems were encountered...") is good enough for most users.

using PHP 5.1.4.
Vanilla 1.0.1

Saw the discussion at http://lussumo.com/community/discussion/2068/

but I'm not sure what SirNot means by "Adding a '@' to the first function call on that line fixes/surpresses it,"

Comments

  • you just need to put an @ at the begining of the line that is causing the problem.
This discussion has been closed.