Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I believe it's in the template itself
  2. It should be in order, maybe that variable isn't define()'d yet. Does this happen to all you guys?
  3. Nabeel

    Re-install

    Does your host allow InnoDB tables?
  4. Right.. read the error messages: Check file/folder permissions.
  5. Nabeel

    Re-install

    What version are you trying to use? Is the local.config.php file completely blank, meaning, file size of 0
  6. If its happening on some pages nad not others, it must be a problem with the pages its happening on then, not on the tables.
  7. You should be all set, sorry about that
  8. Are there any errors on the 'Error Console' in Firefox?
  9. That's strange, it should be 4. Was the column size in the database changed? Look in the airports table, what's the length of the ICAO column
  10. I'd reupload that file, itmight be corrupted.
  11. Pretty cool! Thanks alot guys. I'm currently travelling but about to hop on my flight back home, so I'll check it out in some more detail tomorrow hopefully
  12. phpVMS doesn't use the GPL license, it uses this Creative Commons license: http://creativecommons.org/licenses/by-nc-sa/3.0/ Under that, you must retain attribution
  13. I'd check the FIrefox error console. You also have to add in the Javascript they give you on the .tablesorter element
  14. Glad you got it working, sounds like a file was corrupted on upload
  15. Strange. I'd do a fresh install, something didn't install correctly
  16. Nabeel

    Roster list

    Read this thread from the beginning, it explains how
  17. Nabeel

    Roster list

    In that loop where it shows the pilots, you can do something like if(count($pilots) == 0) { echo 'No pilots based at this airport'; }
  18. Do a search for 'pilots list' or something similar, it's come up before. I'd check the "Code Snippets" forum as well
  19. I will take a look, thanks. Can you file a bug in the bug tracker in my signature?
  20. Yeah, well, except for the error above, should be ok. I've been crazy busy with outside stuff the last few weeks
  21. Glad that work. Was the airline disabled? That would do it, since it wouldn't be available in that dropdown
  22. Follow this: http://forum.phpvms.net/page/index.html?record=20
×
×
  • Create New...