Ygoramalho Posted February 24, 2015 Report Share Posted February 24, 2015 Hello, this is my first post on phpvms forum. I have a little problem on the map live site. The flight is tracked properly, but when the pilot arrives at its destination airport, park, turn off the engine, put parking brakes concludes, sends the flight and closes the Kacars, the map also shows the pilot in flight with altitude, speed and distance at 0 and status: in Solo. Would you like a help to fix this problem, for when the riders send the flight, no longer looks at the live map, just who is with Kacars running. Remarks: I use PHP version: 5.3 (can be changed) Have updated the Kacars module on the site. I await response, thank you. Quote Link to comment Share on other sites More sharing options...
magicflyer Posted February 27, 2015 Report Share Posted February 27, 2015 In your core/app.config.php, change the line: Config::Set('ACARS_LIVE_TIME', 720); to a lower value. Quote Link to comment Share on other sites More sharing options...
OA01 Posted February 27, 2015 Report Share Posted February 27, 2015 Make it look like this, works very well.... # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 5); Config::Set('ACARS_DEBUG', false); Quote Link to comment Share on other sites More sharing options...
Ygoramalho Posted February 28, 2015 Author Report Share Posted February 28, 2015 Problem solved, thank you all. 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.