Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

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

    Enquiries

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

    Enquiries

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