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

Frank Gerards F.Gerards at esolut.de
Wed Oct 31 13:48:07 CET 2012


Typically you cannot debug extbase/fluid model structures with t3lib_utility_Debug due to the recursion in ObjectStorages and stuff.
<f:debug> in older versions has the same problem.

I never had trouble with debugging under TYPO3 4.7, so check your php error log to see whats going wrong lowlevel-wise.

Greetz,
Frank

-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org [mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von Henjo Hoeksma
Gesendet: Dienstag, 30. Oktober 2012 21:28
An: TYPO3 v4 MVC project
Betreff: Re: [TYPO3-mvc] t3lib_utility_Debug::debug($myVar, 'myName');no output

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-typo3v4m
> vc

_______________________________________________
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