Actions
Bug #24103
closeddbal installs itself automatically whenever the install tool is called
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-11-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Dbal will be installed automatically everytime the install tool is called since the fix of http://bugs.typo3.org/view.php?id=16179 because now dbal is also installed if the _GP "step" is 0 which is the case in the first step of the 1-2-3 installer - and always if not in 1-2-3 mode.
Solution:
Check if we are in 1-2-3 mode before installing dbal.
(issue imported from #M16444)
Files
Updated by Xavier Perseguers almost 14 years ago
The patch causes #23879 to be valid again. 1-2-3 fails in an Oracle only environment. This is caused by the move of DBAL loading block in sysext/install/mod/class.tx_install.php
Updated by Xavier Perseguers almost 14 years ago
Please confirm that attached patch does not reopen "your" problem. I'll then fix related bug #24292
Updated by Xavier Perseguers almost 14 years ago
Committed follow-up to trunk (rev. 9759)
Actions