Project

General

Profile

Actions

Bug #32044

closed

Installer / Save Config / Host 'VDBTEST\INST2' was not alphanumeric

Added by Andreas Heissenberger over 12 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

The Setup:
  • 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.

Actions

Also available in: Atom PDF