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
[SOLVED] very few options in config file for 1.10.3
[SOLVED] very few options in config file for 1.10.3
Last edited by davids355 on Thu Apr 05, 2012 9:11 am, edited 1 time in total.
Re: very few options in config file for 1.10.3
for config parameters look at doc/CMSMS_config_reference.pdf
vilkis
vilkis
Re: very few options in config file for 1.10.3
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?
But I didn't know if something had gone wrong?
Re: very few options in config file for 1.10.3
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
vilkis
Re: very few options in config file for 1.10.3
Ah thats great, thanks.