Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

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

    Enquiries

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

    Enquiries

    Nope there's no RSS feed for those
  22. Wow that's weird. What version are you on?
  23. Read the FAQ forum about off-schedule flights
  24. What version are you on? Are you mixing and matching version?
×
×
  • Create New...