1) Disable the Activity tab in the Navigation Manager, and set the Forum Tab to default in the dropdown menu for the tab.
2) Open your
includes/config.php file and below
<?php add the following.
PHP Code:
define('SKIP_DS_ERRORS', true);
So it looks like this:
PHP Code:
<?php
define('SKIP_DS_ERRORS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Use a editor like
notepad++ to edit any files,
don't use Notepad or Wordpad.
This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.
Or upgrade to vB4.2.3