[TYPO3-dev] DBAL logging

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Jun 27 14:56:27 CEST 2006


Hi!

I cannot get the DBAL logging working. Nothing is logged at all. In the 
(only partial working) "SQL check" I get a parse mismatch but no logging.

insert into pages (uid,title) values (666,'test')
=>
Input query did not match the parsed and recompiled query exactly (not 
observing whitespace): [no text after the colon!]

I use this config:

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
  '_DEFAULT' => array (
   'type' => 'adodb',
   'config' => array(
    'driver' => 'oci8',
   )
  ),
  'debugOptions' => array (
   'enabled' => true,
   'printErrors' => true,
   'parseQuery' => true,
  ),
);

Masi




More information about the TYPO3-dev mailing list