Actions
Bug #14840
closedInstall tool does not accept hyphen in database host name
Start date:
2005-06-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Host names containing hyphens that were accepted by the install tool in previous versions are not allowed to be saved anymore.
Instead, the install tool delivers an "error" message
"Host was not alphanumeric, a-zA-Z0-9_-:., or longer than 50 chars (...not saved) "
example - "typo3-project.de" not saved
"typo3project.de" is saved
This causes a "point and click" upgrade with the install tool to fail. Of course it is possible to manually enter the host name in localconf.php, therefore this is a minor issue.
(issue imported from #M1239)
Files
Updated by Michael Stucki over 19 years ago
bug_1239.diff fixes the problem. All you need to do is to switch the "-" and the ":" in the ereg call.
Updated by Michael Stucki over 19 years ago
Fixed in CVs. Will be fixed in 3.8.1 as well.
Actions