Airport ICAO "Fetching" not working

So I have tried many methods and nothing can either A. Install an airport database or B. allow me to (at the very least) even manually install airports via AirNav Coordinates

It also says “FETCHING AIRPORT” whenever I enter in the icao for all eternity.

Please help,

Thanks.

Check

Check

Like I said, I have tried that method and it didn’t work.

Bump

What other methods have you tried? Just airnav coordinates?

What phpvms version are you using?

This one http://phpvms.net/downloads/ or https://github.com/nabeelio/phpVMS

Or this one https://github.com/DavidJClark/phpvms_5.5.x

Can you try adding this manually

ICAO: KLAX

Airport Name: Los Angeles International Airport

Latitude: 33.9425

Longitude: -118.408

With this one have you made sure it was in core/local.config.php.

While in core/local.config.php check to see if your database tables are correct.

If you go into your database in phpMyAdmin, do you see any data in the phpvms_airports table?

Okay, that appears to be working. Thanks so much for your help.

However, does anyone know how to reduce the time subsequent to a flight before your flight disappears from radar? For me, my flight will stay on the XACARS live radar for hours after my flight. Sometimes it will stay there UNTIL my next flight. Any help appreciated.

Okay, that appears to be working. Thanks so much for your help.

However, does anyone know how to reduce the time subsequent to a flight before your flight disappears from radar? For me, my flight will stay on the XACARS live radar for hours after my flight. Sometimes it will stay there UNTIL my next flight. Any help appreciated.

Open local.config.php in Core folder and look for the following:

Config::Set('ACARS_LIVE_TIME', 720);

720 is the number you need to change and is equal to 12 hrs.