Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Well there's only one right now. But you can do translations yourself in templates. But that lang file is changed in local.config.php
  2. Did you set an offset? Just remove a 0 from that
  3. Ohh interesting. I think that would not work well since the system isn't really coded for that...
  4. Set that file, core/local.config.php set it to 777
  5. Hmm yes.. I think so too Haha
  6. Yeah, that built-in editor sucks for anything beyond doing basic changes, but once you drop code in then it should be through the file itself
  7. Not sure what you mean? You can use multiple aircraft for a flight now. I think I remember the thread you are mentioning... it was just about whether you are restricted to the listed aircraft IIRC (which I probably don't... lol)
  8. Hmm, were there PHP tags in those pages?
  9. Did you do a clean install or an upgrade? Where did you get that error?
  10. Updated Tickets: [VMS-294] - add bid: return false in callback [VMS-297] - Pilot pay is not in brackets in all financial views despite it's a loss and not a profit [VMS-298] - Codon valid_module return false if doesn't exist [VMS-300] - ACARS - Ground speed of 0 comes as blank [VMS-301] - gross column in pirep no default [VMS-302] - Edit expense blank Changed Files: m admin/modules/Finance/Finance.php m admin/templates/finance_summarysheet.tpl m core/classes/MainController.class.php m core/common/ACARSData.class.php m core/templates/finance_summarysheet.tpl m core/version m install/hashlist m install/install.sql m install/structure.xml m install/update.sql m lib/js/phpvms.js VMS-294 VMS-297 VMS-298 VMS-300 VMS-301 VMS-302 #closed fixed View complete changes Download from here
  11. The new United look was much better... maybe that's just a concept mockup?
  12. In the addons forum, under releases. Realsearch I think
  13. What version are you on? Did you force the update? Can you paste the output from checkdb.php and checkinstall.php? Thanks
  14. I think it's SettingsData::getFieldValue - check the API docs, I can't remember off the top of my head
  15. On the top of the import file, just put: SET FOREIGN_KEY_CHECKS=0; That should take care of it
  16. There is an addon which enhances the search, check that out maybe? I would have to make changes to the schedule but it'll be for the next version.
  17. Do you have the create table in the backup? What I'd do maybe is rename it all to phpvms_schedules2 (which a quick find/replace can do), then import that. So you'll have a phpvms_schedules and phpvms_schedules2.. then you can drop the maxload column for phpvms_schedules2, or just rename the table to phpvms_schedules
  18. What do you mean? There's a search interface there?
  19. You can add it in, and after the month is over, just delete it. It'll be saved in the expenselog for that month
  20. The log right now just catches SQL errors. Do you have another SMTP server to try? Sounds like the SMTP server is rejecting it
  21. What was your previous host? Free host?
  22. Yep, but you'd have to edit the page sitting core/pages, and add it in manually as PHP. Something like: <?php echo Auth::$userinfo->firstname;?>
  23. Nabeel

    Expenses

    http://bugs.phpvms.net/browse/VMS-302
  24. Well as you can see you're missing alot of tables and columns... I'd reinstall from scratch
  25. Can you register on http://dev.phpvms.net and try pulling a flight from xacars there?
×
×
  • Create New...