MyBB Community Forums

Full Version: Hiding php errors in my bb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If something goes wrong then a php error or warning gets displayed on the page.
How do hide that in mybb. In wordpress it seems to work by putting this code into wp-config.php

@ini_set('display_errors', 0);

If I put it inside
/inc/config.php
will it do the job.