View Full Version : How do I turn on debug on my vbulletin?


Freedom
7th November 2004, 04:45 AM
Could someone tell me how I can turn on debug in my forum so I can find out what funtions are showing when it is turned on?
I added $debug=1 to config.php but get an error.

HiDeo
7th November 2004, 11:13 AM
Test $debug= '1';

;)

Daniel P
7th November 2004, 12:24 PM
Haha freedom :) Asking this because of the game eh? :D

HiDeo
7th November 2004, 01:40 PM
Where is this new game ?

I have to find it !!!

Floris
19th November 2004, 05:46 AM
Test $debug= '1';

;)
$something = 'value';

So that

$debug = '1';

is right!