Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I'll check that version, see if there's anything funny
  2. Don't do raw queries - use $pilots = PilotData::findPilots(array()); Then use $pilotcode = PilotData::getPilotCode($pilot->code, $pilot->code);
  3. 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
  4. That's weird, there is no expenselist field. Is that all that's in the log?
  5. Hey, There are a few threads about this, if you do a search, on the pilots list and changing how it outputs
  6. Can you post the logs.txt file? Or email it Also, run install/checkdb.php and install/checkinstall.php
  7. Yup, what Dan said. There's also an approve all
  8. Nabeel

    Enquiries

    Yeah search for that, it's $_GET['module']
  9. No problem, as long as you just changed the ID not the name, it should be OK
  10. 2. THey might have been marked retired 1. I'll check it out, what version are you on?
  11. 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
  12. Not the destination airports. To disable that, just change the id="code" to something other than "code" on that airline field
  13. Well when you change the airline, it will list only the departure airports that airline has schedules for.
  14. If you can poke around the dev site and try it, I can't ATM
  15. Yeah you're mixing versions that won't work at all, that's why you would be getting errors
  16. Strange... there's no javascript which limits those selections or anything, hmm. So it's on Chrome and FF?
  17. Nabeel

    Enquiries

    Nope there's no RSS feed for those
  18. Wow that's weird. What version are you on?
  19. Read the FAQ forum about off-schedule flights
  20. What version are you on? Are you mixing and matching version?
  21. Blank page would indicate a PHP error. Can you run install/checkdb.php and install/checkinstall.php?
  22. Might be data related? What about on the dev site?
×
×
  • Create New...