Bug #32044
closedInstaller / Save Config / Host 'VDBTEST\INST2' was not alphanumeric
0%
Description
When modifying and saving a value in basic Configuration the Installer refused to save a valid Hostname with the following Error - but the origional value is not modified and stays correct:
The following errors occured
Host 'VDBTEST\INST2' was not alphanumeric (a-z, A-Z, 0-9 or _-.), or longer than 50 chars (...not saved)
- MSSQL Server with native MS SQL Driver (sqlsrv)
localconf.php:
...
$typo_db_host = 'VDBTEST\INST2'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array('_DEFAULT' => array('type' => 'adodb','config' => array('driver' => 'mssqlnative',)));; // Modified or inserted by TYPO3 Install Tool.
...
You should allow Windows Hostnames.
Updated by Alexander Opitz almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.