[TYPO3-dev] Simple way to enable BE JS debugging?

Oliver Salzburg oliver.salzburg at googlemail.com
Fri Mar 23 19:21:24 CET 2012


On 2012-03-23 18:51, Philipp Gampe wrote:
> Hi Oliver,
> 
> Oliver Salzburg wrote:
> 
>> While trying to write my first BE module today, I pretty much instantly
>> ran into an issue while trying to implement a file browser in ExtJS.
>> I was looking at this article:
>> http://superdit.com/2011/06/01/extjs-simple-file-browser/
>>
>> This results in:
>> ext-all-1ddb562089dfb84975963c2ce259146c.js:7 Uncaught TypeError:
>> undefined is not a function
>>
>> So, that's not very helpful.
>> Obvious first step would be to switch to the debugging version of ExtJS.
>>
>> How should that be done?
>> Is there some setting I can change that will cause the debug version to
>> be used automatically? Or do I have to replace the actual files?
> 
> AFAIK
> $TYPO3_CONF_VARS['BE']['debug'] = 1; in localconf.php (or via Install Tool).
> 
> Best regards

Ah, I'll give that a try. I was wondering whether there was something
more specific maybe as I came across enableExtJsDebug in
Tx_Fluid_ViewHelpers_Be_ContainerViewHelper.



More information about the TYPO3-dev mailing list