chrisbontnewydd Posted July 25, 2010 Report Share Posted July 25, 2010 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. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 25, 2010 Administrators Report Share Posted July 25, 2010 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. Quote Link to comment Share on other sites More sharing options...
chrisbontnewydd Posted July 25, 2010 Author Report Share Posted July 25, 2010 Thanks simpilot. I've now got it working fine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.