Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Changed Files: m core/common/PIREPData.class.php m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml fixed #70 umambigious pilot field causes pirep count error View complete changes Download from here
  2. Changed Files: m admin/templates/groups_grouplist.tpl Merge pull request #69 from Vansers/master Fixed issue with users not allowing to edit custom groups. View complete changes Download from here
  3. Changed Files: m admin/templates/groups_grouplist.tpl Fixed the issue with phpVMS users not allowing to edit custom groups, but allows them to edit the core groups. This fix will now allow you to edit custom groups, but not the core groups anymore. View complete changes Download from here
  4. Changed Files: m core/common/PIREPData.class.php Merge pull request #68 from Vansers/master Doh! View complete changes Download from here
  5. Changed Files: m core/common/PIREPData.class.php Fixed SQL Error Syntax View complete changes Download from here
  6. Changed Files: m admin/templates/pireps_list.tpl m core/common/PIREPData.class.php Merge pull request #67 from Vansers/master Fixes the issue with incorrect pilot code being shown. View complete changes Download from here
  7. Changed Files: m core/common/PIREPData.class.php Fixes the issue with incorrect pilot code being shown. View complete changes Download from here
  8. Changed Files: m admin/templates/pireps_list.tpl Fixes the issue with incorrect pilot code being shown. View complete changes Download from here
  9. Search is your friend http://forum.phpvms.net/topic/2791-realschedulelite-beta-10/page__hl__%20multiple%20%20schedules http://forum.phpvms.net/topic/148-aircraft-and-registration-numbers/page__hl__%2Bmultiple+%2Bschedules__fromsearch__1 http://forum.phpvms.net/topic/3066-need-help-scheduling-tail-numbers/page__p__20631__hl__+schedule%20+number__fromsearch__1#entry20631 Also, this has been answered before - you can't do that with the same schedule number. from april 21 you'll have to either change it in the schedule itself, or do it from another airline. It doesn't really matter, since the schedule is just a suggested, it has no bearing on what is put in the PIREP.
  10. I don't know what you mean by excel spreadsheet? Just add two schedules in phpvms, same name, different aircraft and different days. That should do it
  11. Can you try now?
  12. Can you try the reset password again? Thanks
  13. Thanks for the heads up, Dave
  14. Sorry for the delay, you have all been approved. I'm working on the email issues
  15. I'm working it out with my host
  16. Just a quick question, are you guys getting emails at all? Or you are, but they're just blank?
  17. Module
  18. Thanks guys!
  19. Ahh, you're right. So he needs another query to update it: DB::query('UPDATE '.TABLE_PREFIX.'aircraft SET `cond`='.$cond.' WHERE `id`='.$aircraft->id); That means you've got some other syntax error going on. Find and fix that first
  20. After $update = OperationsData::editAircraft($params); Throw a DB::debug() To see if there's an error being thrown
  21. You don't need to include 'minrank' => $aircraft->minrank, 'enabled' => $aircraft->enabled, Have you tried a print_r() on the $eventinfo call to see what's coming through?
  22. Sounds like a daylight savings time issue
  23. No
  24. Because is topic is from over a year ago... before github
  25. That would also account for the sizes. If you load the main page for a database in phpMyAdmin, it will tell you the size for each table. You need to see that there's no "overhead" on those tables, if there is, then you hit the "optimize tables" option and it will shrink the size. You also have to account for the size of indexes, which make the database size larger, but lookups are quick because things get indexed.
×
×
  • Create New...