Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Thanks for the report, I haven't gotten around to fixing it yet, I will soon, hopefully in the next few days
  2. Nabeel

    Landing Rate

    That's sent by the ACARS app, not calculated by phpVMS. As for how they calculate it, it's probably the vertical speed on touchdown?
  3. Can you enable debug logs in my signature, and then take a look in the xacars.txt in core/error/logs after you submit a pirep through xacars? Hopefully that will give a bit of a clue
  4. I'd run the /install/checkinstall.php to see exactly what version you have and what else is going on there
  5. I'd reupload that file from the released package, might be a corrupted file... you'd get a lot of those errors for that line/function if it was a diff problem
  6. I'd enable logs too (in my sig), to see if there's anything strange going on there
  7. That might help in your situation, yes
  8. Would people be willing to manually enter prices for airports they know of?
  9. You can do that, or output a piece of javascript which redirects to the login page
  10. If you add a hidden field with redir to the form, I think that should just work <input type='hidden' name='redir' value='/profile' />
  11. IPBoard has a lot of code samples on their site
  12. Nabeel

    SMTP

    It gets overridden with its own. However, if you have PHP setup to use SMTP, I believe you don't have to change anything
  13. Yep... I have not gotten a chance for any resolution to this
  14. That's really strange - do you have the cron setup to run every 7 days? Are PIREPs in existence for those deleted pilots? You can delete schedules - the PIREPs retain the information they need. Delete aircraft... it's coming
  15. How is it not compatible? That's what I used to test
  16. Seems related to another bug - can you add this to the bug tracker? Thanks I would still setup "hours" in your ranks, since the system will still look where to place them, that's the bug
  17. It should just work. Try switching to crystal to see if that makes it work?
  18. Thanks guys I will looksies
  19. It looks like it's getting cut off: /* This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro ( Maybe your editor is truncating the file?
  20. What kinks, you can post about them here
  21. Are those zip files all the same format? Meaning... the files in them all are the same names/format? Writing an importer for those should be pretty trivial, I'll see if I can do something with it
  22. If you move those two lines I said to below that include line, does it make a difference? There's some PHP error
  23. That's def because of ASP-style tags. Not sure why anyone uses those? It's thinking the template code is PHP, when it's not, it's a Javascript TPL
×
×
  • Create New...