ISPConfig 3

Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
Tasklist

FS#477 - Problem if you have more than 9 servers

Attached to Project: ISPConfig 3
Opened by Bergur Haukdal (bergur01) - Tuesday, 27 January 2009, 09:58 GMT
Last edited by Till (Till) - Tuesday, 27 January 2009, 15:15 GMT
Task Type Bug Report
Category Installer
Status Closed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version 3.0.0.8 RC1
Due in Version 3.0.0.9 RC2
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Problem if you have more than 9 servers or if you join the same server often so the server_id continues to rise..

When it has reached 10, then the installer will try to create MySQL user with username "ispconfigserver10".

But that's 17 letters, MySQL only allows 16 letters in username, this could be fixed very quick by editing the "installer_base.lib.php" in the folder ispconfig3_install/lib/.

On line number 233, char 47. "ispconfigserver" change that to "ispconfigserv" and the MySQL database will not complain about username length.

I doubt anyone will have more than 999 servers :D

Thanks!
Bergur in Iceland
This task depends upon

Closed by  Till (Till)
Tuesday, 27 January 2009, 15:15 GMT
Reason for closing:  Fixed

Loading...