Actions
Bug #14288
closedcheck for inclusion of localconf fails.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-08-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In config_default $typo_db is set to the empty string, then localconf is included and TYPO3_db is defined as $typo_db. This means that TYPO3_db is always defined even if localconf is not included, and the check in init.php for the inclusion of localconf by checking defined('TYPO3_db') doesn't do what's intended.
(issue imported from #M312)
Files
Updated by Thomas Hempel over 18 years ago
This patch adds a check to init.php if the TYPO3_db var is an empty string. (Patch for 4.0)
Please use 0000312b.patch because the first one doesn't work.
Greets,
Thomas
Updated by Mathias Schreiber over 18 years ago
Closed due to general Bugtracker Cleanup.
TYPO3 Version 3.6.2 will no longer be supported.
Actions