twincessna340a Posted March 2, 2012 Report Share Posted March 2, 2012 When adding airports, phpvms stalls. Is this due to the attack on the server? Also attachments have disappeared from posts on the forums, is this also due to the attack? Should I ask the devs to reupload their files or will the backup take care of it? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted March 2, 2012 Moderators Report Share Posted March 2, 2012 It is the live fuel price look up to vaCentral. Check your local.config.php file and make sure they have those and the same value set. That'll stop the issue hopefully. Config::Set('VACENTRAL_ENABLED', false); Config::Set('FUEL_GET_LIVE_PRICE', false); Config::Set('CHECK_RELEASE_VERSION', false); Config::Set('CHECK_BETA_VERSION', false); The attachments are disabled and it's still being recovered by Nabeel right now. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 2, 2012 Administrators Report Share Posted March 2, 2012 When adding airports, phpvms stalls. Is this due to the attack on the server? Also attachments have disappeared from posts on the forums, is this also due to the attack? Should I ask the devs to reupload their files or will the backup take care of it? Attachments will come back as soon as my backup is completed. There is more information in the Annoucement's thread. The delay isn't from the fuel lookup - it's from the "airport info" lookup, where it's reaching out to a web service (I can't remember now), to get the coordinates of that ICAO. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted March 3, 2012 Administrators Report Share Posted March 3, 2012 If you are looking for files from a module I have released, they have all, or I am working on getting them all, moved over to Github. There is a link in my signature. As I move each set of files to Github I have been removing the file from the forum so any updates I make are available in one place (Github). If you don't have a Github account, signup for one (free) and follow my code, you will be notified when there are changes. Quote Link to comment Share on other sites More sharing options...
twincessna340a Posted March 4, 2012 Author Report Share Posted March 4, 2012 The airport look-up is still delayed (never completes).... Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 4, 2012 Administrators Report Share Posted March 4, 2012 The airport look-up is still delayed (never completes).... Cancel it and then try again, it should hopefully complete. Sometimes it gets delayed first Quote Link to comment Share on other sites More sharing options...
twincessna340a Posted March 4, 2012 Author Report Share Posted March 4, 2012 Still no luck.....also isn't working with my old VA Quote Link to comment Share on other sites More sharing options...
Jeff Posted March 4, 2012 Report Share Posted March 4, 2012 Thinking that it might have had something to do with the recent down time, I thought that I would check to see if I could duplicate your problem. Everything went through with no problems what-so-ever. I'm not sure what would be causing your issue. Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted March 4, 2012 Moderators Report Share Posted March 4, 2012 Where's the Airports Look Up come from? They might blocked your website? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 5, 2012 Administrators Report Share Posted March 5, 2012 Still no luck.....also isn't working with my old VA Can you check the FF or Chrome error/developer console to see if there are any errors? Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted March 5, 2012 Report Share Posted March 5, 2012 the airport icao lookup doesn't work at the moment or at least it is maybe only terrible slow but I think you can still add an airport (search wikipedia in the info you find coordinates a click on it gives you LAT LON to work with phpVMS) you can use to set manually Quote Link to comment Share on other sites More sharing options...
mseiwald Posted March 5, 2012 Report Share Posted March 5, 2012 hmmm i just added a few airports via the icao lookup to my database.....worked completely normal as everytime. Quote Link to comment Share on other sites More sharing options...
Jeff Posted March 5, 2012 Report Share Posted March 5, 2012 Are you guys using the BETA Release or the Full Latest Release? I use the Latest Release, and everything works fine. Quote Link to comment Share on other sites More sharing options...
twincessna340a Posted March 7, 2012 Author Report Share Posted March 7, 2012 I'm using 2.1.934-170 and I found the problem. There are two options for the airport look-up server (per OperationsData.class): 'phpvms' and 'geonames' . Changing from 'phpvms' to 'geonames' in app.config solves the problem as the 'phpvms' setting points to "api.phpvms.net" which obviously must still be down... Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 7, 2012 Administrators Report Share Posted March 7, 2012 I'm using 2.1.934-170 and I found the problem. There are two options for the airport look-up server (per OperationsData.class): 'phpvms' and 'geonames' . Changing from 'phpvms' to 'geonames' in app.config solves the problem as the 'phpvms' setting points to "api.phpvms.net" which obviously must still be down... That would do it. I forgot about that - I thought the default was still set to geonames. 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.