Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. If vendor/autoload.php is missing, it means composer install hasn't been run
  2. No modules yet. Instructions are on http://docs.phpvms.net There's a zip file
  3. There should be an error log somewhere, that would be really helpful
  4. 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
  5. 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.
  6. 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.
  7. Ah, yeah, that's the old server. It's down for now.
  8. It's BSD 3-clause, so as long as you comply with that, you're fine.
  9. 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.
  10. 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.
  11. 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
  12. 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
  13. Yes, it runs both 5.6.x and 7.2. You can switch it in your control panel
  14. Installed the new plugin... hopefully it will be better now
  15. Are any API calls working?
  16. Huh that's weird, I thought you were already.
  17. Nope, just straight email registrations. I'm going to try to install that plugin you sent me tonight
  18. No worries, man. @vbegin72 sent me a plugin that should hopefully help.
  19. Did you set the base URL correctly in the config?
  20. It's an interesting idea but would take a lot of rework. Let me think about it... if you created multiple airlines but were able to use the same callsign, would that be good enough?
  21. Can you make other API calls?
  22. Yeah it's insane trying to keep up. There's 3 different spam settings and they're still getting through... it must be some actual farm with people registering. They do get banned via IP but it's different everytime. You should see how many get blocked, though
  23. Are there error logs anywhere on your webhost? Hard to tell without any logs.
  24. I've left it open-ended, so you can set the fares to every X unit costs Y. When you create a schedule, you have the option to select a flight type, so you can select Cargo there. It doesn't change the units or anything, but maybe if it's a cargo flight, it can change the terms used to be more cargo-specific for those flights. But that's sort of what I was envisioning, with the open-ended nature of how fares can be set on a subfleet... which would allow you to mix a subfleet that's dedicated for pax and another for cargo... if that makes sense. Aside from unit cost, what other freight-specific options that are missing?
  25. That looks like some files failed to upload, can you see if that file is there? public_html/vendor/autoload.php?
×
×
  • Create New...