Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Maybe put a log message to see if it's actually finding it.
  2. That's up to them
  3. Yeah. Hit me up on Discord
  4. Recommended way on all is using docker compose
  5. Yeah it has! And nope, it does not
  6. The one I'm working on has xp support
  7. VMSAcars modules is part of the ACARS I'm writing.
  8. 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.
  9. 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.
  10. What version?
  11. If vendor/autoload.php is missing, it means composer install hasn't been run
  12. No modules yet. Instructions are on http://docs.phpvms.net There's a zip file
  13. There should be an error log somewhere, that would be really helpful
  14. 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
  15. 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.
  16. 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.
  17. Ah, yeah, that's the old server. It's down for now.
  18. It's BSD 3-clause, so as long as you comply with that, you're fine.
  19. 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.
  20. 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.
  21. 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
  22. 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
  23. Yes, it runs both 5.6.x and 7.2. You can switch it in your control panel
  24. Installed the new plugin... hopefully it will be better now
  25. Are any API calls working?
×
×
  • Create New...