The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
Well you can enable debug on a live site, But it is best to do it the following way.
Code:
if ($_SERVER['REMOTE_ADDR'] == 'xx.xxx.xx.xxx') { $config['Misc']['debug'] = true; } else { $config['Misc']['debug'] = false; } This will help to debug errors on your live site. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|