Project

General

Profile

Actions

Bug #18850

closed

dbal 0.9.20 of typo 4.2 doesn´t work

Added by Thomas Hucke almost 16 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Should have
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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #19843: DBAL 0.9.20 crashes TYPO3 4.2.xClosedChristian Kuhn2009-01-16

Actions
Actions #1

Updated by Moreno Feltscher over 15 years ago

Any news on this?

Actions #2

Updated by Xavier Perseguers over 15 years ago

Nothing? I'll have to install TYPO3 with Oracle "soon" and this fears me :-/

Actions #3

Updated by Dmitry Dulepov over 15 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

Also available in: Atom PDF