
02-14-2014, 04:31 PM
|
|
|
Join Date: Sep 2004
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ozzy47
If that don't work do the following:
1) Turn on debug mode by adding the following to your includes/config.php
Code:
$config['Misc']['debug'] = true;
2) Go to ACP --> vBulletin Options --> vBulletin Options --> Version Info and Other Untouchables, and change ONLY the setting, vBulletin Version Number to 3.8.2
3) Turn off debug mode by removing the following to your includes/config.php
Code:
$config['Misc']['debug'] = true;
|
That worked.
|