Hello Omer,
- Open your core folder. Inside it, you will find the local.config.php file. Copy and paste the following:
Config::Set(‘ACARS_LIVE_TIME’, 15);
Config::Set(‘ACARS_DEBUG’, false);
Check the file if the above two lines are already included. The default value is 720 which means that the flights will remain line for 720 minutes = 12 hours. Update 720 to anything you want.
- All these settings can be updated from local.config.php file. If you do not find some settings, open app.config.php file. This file includes all the available phpVMS settings. Copy the setting you want to update from the app.config.php file (if it is not already included in the local.config.php file) and paste it into the local.config.php file. Do make any changes into your app.config.php file as this will file is updated whenever you update your phpVMS while the settings set on local.config.php file are not replaced.
George
Dear George,
Thanks for the answers. About map, i checked and both lines i already have. I even changed the size When smartcars flights are gone map becomes ok and i start new flight map is gone again. I send email to TFDI. I think they have to help me about it. But the rest is ok.
I was trying to add picture to my profile i got this error
Warning : imagesy() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 464
Warning : imagesx() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 465
Warning : Division by zero in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 468
Warning : imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 470
Warning : imagecopyresized() expects parameter 1 to be resource, boolean given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 471
Warning : imagepng() expects parameter 1 to be resource, boolean given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 475
Warning : imagedestroy() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 476
Can you help me about this?
Thank you so much for your help.
Best Regards,
Omer ASLAN