Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Yeah. Hit me up on Discord
  2. Recommended way on all is using docker compose
  3. Yeah it has! And nope, it does not
  4. The one I'm working on has xp support
  5. VMSAcars modules is part of the ACARS I'm writing.
  6. VMSAcars is a paid ACARS solution I'm working on. It's not ready yet, but there is an add-on component which I'm testing in the demo space.
  7. The user needs to get the API key from their profile, and then enter it into your app. Then the app should use that key to access the API. Your app shouldn't be trying to do any logging in or parsing for the API key... that's the point of having it, so you don't need to do that.
  8. If vendor/autoload.php is missing, it means composer install hasn't been run
  9. No modules yet. Instructions are on http://docs.phpvms.net There's a zip file
  10. There should be an error log somewhere, that would be really helpful
  11. In v7, there is a read-only mode which is active after it's been accepted/rejected or cancelled. It can still be edited beforehand, in case there's some additions that need to be added - mainly custom fields or pax/cargo counts which may not get filled in through ACARS
  12. Working on it, I'm just trying to close out some of the final tasks I had left. I also need people to help test out the latest dev versions.
  13. How big is the database? It could be that MySQL itself isn't properly tuned for the amount of data that you have. The default MySQL settings are ok for general workloads.
  14. Ah, yeah, that's the old server. It's down for now.
  15. It's BSD 3-clause, so as long as you comply with that, you're fine.
  16. Hi Scott, what do you mean by it's stopped working? 56k airports is way too many... I'd suggest adding only the ones you have routes to. That table is used heavily, so having to filter through and query through that many airports is going to bring any site to its knees very quickly.
  17. Can you post this to github as an issue so I don't forget... re hotfix - double it. The data model just wouldn't support it.
  18. Unfortunately, you'll have to edit the code where I pointed out so that you can output the exact message there. Unfortunately, it could just be that the code is just too "old" to support maria properly. As @ProAvia pointed out, though they're supposed to be compatible, there could still be issues in compat
  19. Is there an error log or possible to get the error from SQL? I was gonna ask what the sql error, etc, might be above this line: https://github.com/nabeelio/phpvms_v2/blob/88656de961463b46ce742c77455c67c5c06fdfac/core/modules/PIREPS/PIREPS.php#L127
  20. Yes, it runs both 5.6.x and 7.2. You can switch it in your control panel
  21. Installed the new plugin... hopefully it will be better now
  22. Are any API calls working?
  23. Huh that's weird, I thought you were already.
×
×
  • Create New...