Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Enquiries

    You don't need to, it automatically will from the API server Yeah, there's a class for it, if you poke around in the pirepdata file, there's a function called generate feed or something, it will show you the basic code on how to
  2. Did you clear the acars table through maintenance?
  3. What PHP version are you on?
  4. Yeah, read the changelog, all those templates need to be replaced
  5. I'll check that version, see if there's anything funny
  6. Don't do raw queries - use $pilots = PilotData::findPilots(array()); Then use $pilotcode = PilotData::getPilotCode($pilot->code, $pilot->code);
  7. I meant in that query. Change the column to "null" or to allow null, that should fix it. BTW, what mysql version do you have? Someone ran into this before, I wonder if it's version related
  8. That's weird, there is no expenselist field. Is that all that's in the log?
  9. Hey, There are a few threads about this, if you do a search, on the pilots list and changing how it outputs
  10. Can you post the logs.txt file? Or email it Also, run install/checkdb.php and install/checkinstall.php
  11. You went to the wrong coast
  12. What version?
  13. Yup, what Dan said. There's also an approve all
  14. Nabeel

    Enquiries

    Yeah search for that, it's $_GET['module']
  15. No problem, as long as you just changed the ID not the name, it should be OK
  16. 2. THey might have been marked retired 1. I'll check it out, what version are you on?
  17. I've got a snow day too, but just hopped on the computer now (4pm) after all day. Just been sitting around noodling on the guitar, too lazy for anything else
  18. Not the destination airports. To disable that, just change the id="code" to something other than "code" on that airline field
  19. Well when you change the airline, it will list only the departure airports that airline has schedules for.
  20. If you can poke around the dev site and try it, I can't ATM
  21. Yeah you're mixing versions that won't work at all, that's why you would be getting errors
  22. Strange... there's no javascript which limits those selections or anything, hmm. So it's on Chrome and FF?
  23. Nabeel

    Enquiries

    Nope there's no RSS feed for those
  24. Wow that's weird. What version are you on?
×
×
  • Create New...