Project

General

Profile

Actions

Bug #17235

closed

Sorry, you didn't have proper permissions to perform this change.

Added by Nikolas Hagelstein about 17 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2007-04-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The above mentioned error occurs on trying to create any kind of record. (pages, contentelement, tt_news etc.)

When having set :
$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
'_DEFAULT' => array (
'type' => 'native',
'config' => array (
'username' => '', // Set by default (overridden)
'password' => '', // Set by default (overridden)
'host' => '', // Set by default (overridden)
'database' => ''
)
),
);

$TYPO3_CONF_VARS['EXTCONF']['dbal']['debugOptions'] = array(
'enabled' => TRUE,
'printErrors' => TRUE,
'EXPLAIN' => 1,
'parseQuery' => 1,
'joinTables' => 1
);

removing debugOptions makes the problem disappear.

typo3 4.1.1
ADOdb adodb 4.94.0
Database Abstraction Layer dbal 0.9.9

(issue imported from #M5485)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17392: DBAL debugger causes backend INSERTs to fail or misbehaveClosed2007-06-17

Actions
Actions

Also available in: Atom PDF