app.config.php not working

I’ve been changing some settings in the app.config.php file and uploading it to the website. I’m uploading it to the right place, it is definitely overwriting the previous file, but it’s not changing anything. I changed the Pilot ID offset, and the no. of characters in the Pilot ID but it remains the same. I also tried to change the ranks to manual, but it’s either not updating, or I can’t find the option to change ranks.

Thanks in advance for any help.

Many of the functions in app>config are also in local.config which is called last. Any function or configuration call that is in local.config will overwrite the same function in app.config. You should be changing things in local.config and also any functions that are not in it that are in app.config can be copied over to the local.config.

Thanks simpilot. I’ve now got it working fine.