How do I enable debug mode?
Edit the library/config.php file and add the following:
Note that it is not advised to run a live site with debug mode enabled due to the increased resources utilised.
http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-248490
Edit the library/config.php file and add the following:
PHP:
$config['debug'] = true;
http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-248490