0001239: Install tool does not accept hyphen in database host name
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.
|