Jump to content

web541

Members
  • Posts

    700
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by web541

  1. Is there anything that is the same on both pages that could be outputting that error?
  2. Have there been any flights in the database -> your skin might be looking for the past 5 flights. Have you tried it with Crystal?
  3. Hmmm, can you see if this works http://forum.phpvms.net/topic/22164-phpvms-55/#entry119612
  4. This seemed to fix a lot of my problems http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/ But yes, remember to use simpilot's version - https://github.com/DavidJClark/phpvms_5.5.x
  5. Can you please check that the function calculatePIREPPayment Is in your PIREPData.class.php and if so, can you please post your code for that function
  6. As per this post: http://forum.phpvms.net/topic/22757-vacentral-status-and-updates/#entry120870 The phpVMS API server is now redundant, so change your code to look like this: 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'); Config::Set('VACENTRAL_NEWS_FEED', 'http://feeds.feedburner.com/vacentral'); Config::Set('GEONAME_API_SERVER', 'http://ws.geonames.org'); In your local.config.php file
×
×
  • Create New...