Actions
Bug #15823
closedPages not shown in FE with DBAL and Oracle
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I installed Typo3 4.0RC1 with MySQL, then added adodb and dbal and changed dbal configuration to:
$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg']=array(
'_DEFAULT'=>array(
'type'=>'adodb',
'config'=>array(
'driver'=>'oci8'
)
),
);
$TYPO3_CONF_VARS['EXTCONF']['dbal']['debugOptions'] = array(
'enabled' => TRUE,
'printErrors' => TRUE,
'EXPLAIN' => 0,
'parseQuery' => 1,
'joinTables' => 1
);
I can create pages and contents, but when I try to look at the web page I get error message: "The requested page does not exist!"
Through debuging I have discovered, that if I change fe_group field in pages and tt_content table form '' to '0', page and content is normally displayed.
(issue imported from #M2866)
Actions