[TYPO3-mvc] t3lib_utility_Debug::debug($myVar, 'myName'); no output

Henjo Hoeksma me at henjohoeksma.nl
Tue Oct 30 21:27:44 CET 2012


Hi Gerd,

check your PHP & apache error logs... ;-)
I think you'll find some info there on why you have a blank screen.

Good luck!

Henjo
On Oct 30, 2012, at 11:06 AM, Gerhard Mehsel <sparking at gmx.net> wrote:

> Hello,
> 
> I try to debug a extbase/fluid backend modul and have some problems with debug output.
> My TYPO3 4.7.5 has following settings in install tool:
> 
> [SYS][devIPmask] = 127.0.0.1,::1,10.0.0.*,192.168.2.*
> [SYS][sqlDebug] = 1
> [SYS][enable_DLOG] = 1
> 
> A call to t3lib_utility_Debug::debug($myVar, 'myName'); generates no output, it even supresses the output of the backend modul as a whole (Modul frame is ok, site tree is ok, but content area is a blank page in BE)
> 
> 
> A call to t3lib_div::devLog("my message", $this->extKey, 3, $myVar); generates no output in devlog extension, but i can see "my message" in firebug/firephp, but without examination of $myVar?
> 
> 
> Can anybody tell me what I'm missing? Or is there a tutorial, what extensions to use for robust debugging messages for FE and BE extensions?
> 
> Best regards,
> Gerd
> 
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list