reed0427 Posted November 5, 2015 Report Share Posted November 5, 2015 This is a previous problem that has returned. We have the message "You have 167 PIREPS waiting for export to vaCentral. Click here to send them" but when we try to file them, we get this: vaCentral PIREP Export FAILED exporting PIREP #15595 - No response from API server FAILED exporting PIREP #15594 - No response from API server FAILED exporting PIREP #15593 - No response from API server FAILED exporting PIREP #15592 - No response from API server FAILED exporting PIREP #15591 - No response from API server FAILED exporting PIREP #15590 - No response from API server FAfrom API serverFAILED exporting PIREP #15587 - No response from API server (167 times) Quote Link to comment Share on other sites More sharing options...
web541 Posted November 5, 2015 Report Share Posted November 5, 2015 Can you make sure that in your local.config.php you have got the vacentral api server to the following Config::Set('VACENTRAL_API_SERVER', 'http://api.vacentral.net'); Quote Link to comment Share on other sites More sharing options...
reed0427 Posted December 21, 2015 Author Report Share Posted December 21, 2015 The entry was checked and is correct. However, the problem persists. I wonder if this is a fault in the PHPvms system. VACentral has not received an update from us for months because of this fault. Quote Link to comment Share on other sites More sharing options...
OA01 Posted December 28, 2015 Report Share Posted December 28, 2015 Check your local.config.php looks like this: # VA Central config Config::Set('VACENTRAL_ENABLED', true); Config::Set('VACENTRAL_API_SERVER', 'http://api.vacentral.net'); Config::Set('VACENTRAL_API_KEY', 'YOUR API KEY'); Config::Set('VACENTRAL_NEWS_FEED', 'http://feeds.feedburner.com/vacentral'); Config::Set('CHECK_RELEASE_VERSION', false); Config::Set('CHECK_BETA_VERSION', false); Config::Set('GEONAME_API_SERVER', 'http://ws.geonames.org'); Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Config::Set('PHPVMS_API_SERVER', 'http://api.vacentral.net'); Config::Set('PHPVMS_NEWS_FEED', 'http://feeds.feedburner.com/phpvms'); 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.