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?
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!
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!
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.
You have changed wrong file! You must edit local.config.php. If the line isn’t there then enter it.
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)