Actions
Bug #18850
closeddbal 0.9.20 of typo 4.2 doesn´t work
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-05-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When dbal is activated on a fresh installation of 4.2 (tar.gz) with dummy package (tar.gz) the installer will not create any output.
Issue is connected with a syntax error in ext_localconf.php:
$TYPO3_CONF_VARS['TYPO3_MODE'][XCLASS]
instead of
$TYPO3_CONF_VARS['TYPO3_MODE']['XCLASS']
(note the colons around XCLASS)
After resolving the I can call http://.../typo3/install but I cannot configure DBAL and ADODB using my local Oracle XE database according to http://wiki.typo3.org/index.php/Oracle.
The Oracle listener.log doesn´t show up any connection tries of TYPO3.
(issue imported from #M8513)
Updated by Xavier Perseguers over 16 years ago
Nothing? I'll have to install TYPO3 with Oracle "soon" and this fears me :-/
Updated by Dmitry Dulepov about 16 years ago
The solution is wrong.
$TYPO3_CONF_VARS['TYPO3_MODE'][XCLASS]
produces undefined constant notice in PHP. And it evaluates to the 'XCLASS' anyway.
Actions