Page 1 of 1

[SOLVED] Database host address

Posted: Thu Nov 26, 2009 7:08 am
by seensite
Hi,

I have a 77 characters long database host address. As CMSMS install file limits the DB adress to 50 characters, I wonder which file of CMSMS install I could modify so that a longer DB host adress could be entered ?

Best regards

Re: Database host address

Posted: Thu Nov 26, 2009 10:15 am
by Peciura
In "/install/templates/install5.tpl"
there is a line that sets max length of host name

Code: Select all

<input type="text" name="host" value="{$values.db.host}" size="20" maxlength="50" />

Re: Database host address

Posted: Thu Nov 26, 2009 11:22 am
by seensite
Thank you Pecuria, that's it!