Page 1 of 1

[SOLVED] very few options in config file for 1.10.3

Posted: Thu Apr 05, 2012 8:07 am
by davids355
I have just installed a fresh copy of CMS - 1.10.3
-This is first step for migration of an existing site (currently running an older version).

In my existing site I have changed admin directory, but on the new install, config.php file only seems to have SQL credentials and nothing else - is this right? If so, how do I change admin dir?

Can I just copy the old config file or are there things in there that are redundant in 1.10.3?

Note: in my existing site I am running 1.9.4

Re: very few options in config file for 1.10.3

Posted: Thu Apr 05, 2012 8:52 am
by vilkis
for config parameters look at doc/CMSMS_config_reference.pdf
vilkis

Re: very few options in config file for 1.10.3

Posted: Thu Apr 05, 2012 8:57 am
by davids355
Thanks Vilkis, I did have a quick look at that, is the config file like that by default now then? If thats the case, I will read up on the PDf and just insert the parts I need.

But I didn't know if something had gone wrong?

Re: very few options in config file for 1.10.3

Posted: Thu Apr 05, 2012 9:03 am
by vilkis
Just insert the parts you need. For parameters not included in config.php the default values of them (see CMSMS_config_reference.pdf) will be used.
vilkis

Re: very few options in config file for 1.10.3

Posted: Thu Apr 05, 2012 9:09 am
by davids355
Ah thats great, thanks.