
01-06-2015, 03:58 PM
|
 |
|
|
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ozzy47
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
|
Thank you...this also resolved an issue I was having. :up:
|