Pirep Filing/export issue [SOLVED]

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)

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');

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.

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');