TMA001 Posted November 20, 2015 Report Posted November 20, 2015 I have 2 problems, when a pilot goes offline it stays on the map until the next day... And when a pilot finish it flight and send it, the plane move to a location under Ghana. How to fix it? Quote
in2tech Posted November 21, 2015 Report Posted November 21, 2015 In the local.config.php file in the Core folder, change this info for the acars data to go away sooner: # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false); Change it to 5 or 15 minutes, or whatever you like! As you can see the default is set to 12 hours or 720 minutes! Quote
TMA001 Posted November 21, 2015 Author Report Posted November 21, 2015 In the local.config.php file in the Core folder, change this info for the acars data to go away sooner: # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false); Change it to 5 or 15 minutes, or whatever you like! As you can see the default is set to 12 hours or 720 minutes! Thank you, it works now! Quote
Appleonastick Posted January 2, 2016 Report Posted January 2, 2016 I changed the setting. (Allthough in my core the file was named app.config.php. probably due to newer version) Changed it to 5, but an hour later i'm still on "arrived" It just doesn't go away. Quote
OA01 Posted January 3, 2016 Report Posted January 3, 2016 You have changed wrong file! You must edit local.config.php. If the line isn't there then enter it. Quote
Appleonastick Posted January 3, 2016 Report Posted January 3, 2016 There is no local.config.php In the phpvms version i used before there was. But in my current one (5.5.X Master) there is only an app.config.php EDIT: Ok, in the core folder on my pc there wasn't In the core folder on the server there was. Fixed now, thanks !! (I really feel stupic now) 1 Quote
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.