[TYPO3-dev] mysql errors log

Vladimir Podkovanov podkovanov at gmail.com
Tue Jan 17 10:30:47 CET 2012


On 17.01.2012 13:20, Franz Holzinger wrote:
>
> Please make the following bug fix:
>
> ...
> $debugArray['debug_backtrace'] = t3lib_div::debug_trail();
> $debugArray['miliseconds'] = round($microseconds * 1000,3);
>
> if ($this->dbgOutput == 'error_log') {
> $debugOut = print_r($debugArray, TRUE);
> error_log($debugOut);
> } else {
> if ($this->dbgTextformat) {
> $debugOut = print_r($debugArray, TRUE);
> } else {
> $debugOut = $debugArray;
> }
> $this->callDebugger($this->dbgOutput, $debugOut);
> }
>
> ...
>
>
> - Franz
>

Thank you, I will try.
-- 
-rgds-
Vladimir



More information about the TYPO3-dev mailing list