bmx_atvman Member Mar 24, 2013 #1 Hello, Quick question. How do I enable debug mode to look at MySQL db load times and what not. Thanks, ~BMX
Hello, Quick question. How do I enable debug mode to look at MySQL db load times and what not. Thanks, ~BMX
Brandon Sheley Well-known member Mar 24, 2013 #2 You can edit the config file Also mentioned in the FAQ here on XenForo.com. How do I enable debug mode? Edit the /library/config.php file to add the following line: $config['debug'] = true; Note that it is not advised to run a live site with debug mode enabled due to the increased resources required. Click to expand... or install this cool mod http://xenforo.com/community/resources/enable-debug-mode-from-admincp.1356/ and you'll have a toggle switch in your admincp to enable/disable it Upvote 0 Downvote
You can edit the config file Also mentioned in the FAQ here on XenForo.com. How do I enable debug mode? Edit the /library/config.php file to add the following line: $config['debug'] = true; Note that it is not advised to run a live site with debug mode enabled due to the increased resources required. Click to expand... or install this cool mod http://xenforo.com/community/resources/enable-debug-mode-from-admincp.1356/ and you'll have a toggle switch in your admincp to enable/disable it
bmx_atvman Member Mar 24, 2013 #3 Brandon Sheley said: You can edit the config file or install this cool mod http://xenforo.com/community/resources/enable-debug-mode-from-admincp.1356/ and you'll have a toggle switch in your admincp to enable/disable it Click to expand... Ah! Thank you Upvote 0 Downvote
Brandon Sheley said: You can edit the config file or install this cool mod http://xenforo.com/community/resources/enable-debug-mode-from-admincp.1356/ and you'll have a toggle switch in your admincp to enable/disable it Click to expand... Ah! Thank you