Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Component/s: Installation
-
Labels:None
-
Environment:1.7 from 4. october on a Win 2003 server with IIS 6 and PHP 5.1.6. The SQL server is MSSQL 2005 on a different server.
-
Database:Any
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_17_STABLE, MOODLE_18_STABLE
Description
Installer is not able to connect to the SQL server, I have tried both secure WIN and SQL login. mysql_connect works fine on same server from a PHP script.
I suspect the problem is the handeling of several SQL instances on one server, my hostname is like 'SERVERNAME\instancename'. When I recieve the error that Moodle cannot connect to the server, an extra slash has been added so the host is now 'SERVERNAME\instancename'.
Sorry, there is a typo in the last servername, the one that shows up with the error message, should be 'SERVERNAME//instancename'. An additional '/' is added every time you submit the page.