[SOLVED] Database host address

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

[SOLVED] Database host address

Post 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
Last edited by seensite on Thu Nov 26, 2009 11:22 am, edited 1 time in total.
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Peciura

Re: Database host address

Post 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" />
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: Database host address

Post by seensite »

Thank you Pecuria, that's it!
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Locked

Return to “[locked] Installation, Setup and Upgrade”