Menu


How to activate debug mode

Activating the debug mode in TYPO3 can be useful if you want to see certain parameters displayed for debug purposes.

Activating the debug mode with Typoscript can be done like this:

The first step is to add the 4th line from the following script, the one with debugData

page = PAGE
page.10 = TEXT
page.10.value = Some text
page.10.debugData = 1



Then you must make sure that in the Install Tool you have specified the client IP for the devIPmask variable. This can also be done by adding the following line to localconf.php


$TYPO3_CONF_VARS['SYS']['devIPmask'] = xxx.xxx.xxx.xxx



where obviously you replace xxx.xxx.xxx.xxx with your IP address?





Google Search

 
wiki.lacisoft.com
WWW
2009-2011 (c) Lacisoft.com