Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 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
  2. Changed Files: m core/common/PIREPData.class.php Merge pull request #68 from Vansers/master Doh! View complete changes Download from here
  3. Changed Files: m core/common/PIREPData.class.php Fixed SQL Error Syntax View complete changes Download from here
  4. 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
  5. Changed Files: m core/common/PIREPData.class.php Fixes the issue with incorrect pilot code being shown. View complete changes Download from here
  6. Changed Files: m admin/templates/pireps_list.tpl Fixes the issue with incorrect pilot code being shown. View complete changes Download from here
  7. 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.
  8. 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
  9. Can you try the reset password again? Thanks
  10. Sorry for the delay, you have all been approved. I'm working on the email issues
  11. I'm working it out with my host
  12. Just a quick question, are you guys getting emails at all? Or you are, but they're just blank?
  13. 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
  14. After $update = OperationsData::editAircraft($params); Throw a DB::debug() To see if there's an error being thrown
  15. 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?
  16. Sounds like a daylight savings time issue
  17. 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.
  18. Sorry - what docs do you need? You can see the API docs by going through the code. I'm thinking of setting up another github repository for the docs. The main documentation is in the forum - go to the top and click 'documentation' Otherwise... the first restore was incomplete, so I couldn't recover everything, but I'm doing another restore now. Hopefully that completes. I'm in the middle of moving too so I haven't had much time at all to relook at things.
×
×
  • Create New...