Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Nabeel

  1. Are you on the latest dev? There were some issues with this fixed recently. But I think what you're talking about I need to add a setting for, per-flight, which says this flight's fares shouldn't be merged, but as a replacement. So it's not a bug - at the moment, it's just "as designed". I don't think I opened an issue for this, but can you create one?

  2. There's no restriction for subdomains. If you get an error, send in a support ticket. Is your database completely empty? Delete the database and then start over. Do you also have multiple installs in a single database? It could be a bug where an index doesn't have a proper prefix on it... I can hunt that down if that's the case.

  3. Eek, did not realize that it needs Faker. That's kinda ugly. Try a `composer require fzaninotto/faker` that should fix it, but I'll have to distribute it, I guess, or maybe update the docs. It's a big dependency... on second thought, I'll update the docs to require it.

  4. I don't think PHP has a way of seeing in real-time the memory usage, but you can probably Google something to dump those stats. ID 0 is probably guest sessions that haven't been associated to a user. Have you checked if those are being cleared every x minutes or so? Like @ProAvia said, I wouldn't really worry about it. You can just truncate the table.

  5. On 10/26/2020 at 5:03 PM, EdsonFelix said:

    Tks,

     

    Running version 7.0.0-beta.4 - PHP 7.2 - Is not possible to run in PHP 7.3+ due to other installed apps.

     

    It's not gonna work with beta4, gotta be on dev. Is there a reason the other apps can't run on 7.3? There isn't too much of a difference. 7.2 was also deprecated a long time ago and 7.3 is also on its way out.

  6. 14 hours ago, lorlandi said:

    In the previous version of PHPVMS (V5), each flight could be assigned a specific aircraft, but now I can only do it by subfleet. In our case for the Boeing 777-200 Freighter fleet we have 3 aircraft and now any of them can be selected for flight. As a cargo airline, it is very important to assign a specific aircraft to each flight so that the fleet has a similar use and avoid excessive wear of some of them and also to avoid the same aircraft flying at the same time on different routes.

    For now we have fixed that by assigning each aircraft as a subfleet, we have 22 aircraft and 22 subfleets. Each flight has been assigned to a specific aircraft. The flight_subfleet database has 814 assigned flights.

    Is there any way to assign a flight to a specific plane as it was in version 5 ?

     

    Many Thanks

     

     

     

    There isn't. I went this way because subfleet assignments are how they're done in real-life OPS. Though I guess in the end they do assign specific aircraft to a specific flight on a specific day, which doesn't happen here. I'm not sure how to change that without changing how the entire thing works.

     

×
×
  • Create New...