Jump to content

Nabeel

Administrators
  • Posts

    8141
  • Joined

  • Last visited

  • Days Won

    38

Posts posted by Nabeel

  1. 23 hours ago, Haru said:

    First of all I have to say PHPVMS 7 is such a huge leap forward, I cant help but be excited. Coming from 5.5 this is a huge breath of fresh air.

    Seems like many features previously requiring heavy mods are now native to phpvms, which is great.

    One thing that appears to be missing is the ability to limit Route types to a certain rank. My airline is one of many which operates in such fashion, rather than limit aircraft to a certain rank, we limit the distance the pilots can fly.

    Would this be a desirable feature to be implemented in phpvms?

     

    Add a feature request on github so I don't lose track. Right now, subfleets are restricted to ranks, so adding an additional restriction shouldn't be too difficult, since I filter that out by rank. I can probably add that in for 7.1, not the initial release.

  2. 4 hours ago, Larsje40 said:

    Maybe a dumb question, but how do you install this? In version 5.xx you made a database, uploaded all the files to the website and then use the install.php to install. how is this with this new version 7?

    THNX.

     

    It's essentially the same, you just go to `/install` instead of install.php

  3. On 11/28/2019 at 7:03 PM, ProSkyDesign said:

    solved clearing cache and config with artisan and reload apache service (Ubuntu 19.10)

    php artisan config:clear

    php artisan cache:clear

    sudo service apache2 reload

    Was this installed over the previous beta or dev version?

  4. There currently is a migration tool for v2/v5 to v7, but I haven't tested it in a long time; it's a command-line/manual process and still incomplete with a few things. I know this is something I'm going to have to better address (to make it easier), but from what I remember, almost everything did transfer over. I think that's something I'm going to focus on getting to work better before the full release. There was some potential data loss, mostly with ACARS, because all the different ACARS stored their data in their own formats.

    But that's something I'll need help testing.

    v7 won't be compatible with smartcars. They had their own API layer and stuff which sat on top of classic.

    • Like 1
  5. On 11/1/2019 at 9:30 AM, TheGmader said:

    Hi !

    Can someone help me to install the phpvms 7.0. So I've download the https://github.com/nabeelio/phpvms/releases, beta.tar file on github. I've drop all the files in my Shared Hosting FTP. Then i've the first page with the green button. And when i press the button i've an 500 Internal Error...

    What I'm supposed to do ?

    Can you help me ? @Nabeel
    Cordially

    Baptiste SUTTER ;)

    YOu need to check your server error logs to get an exact error

  6. On 11/5/2019 at 5:37 AM, elcapitan said:

    @Nabeel I fixed the issue there was some lines of code missing in app.blade that caused the dropdown menu on smaller screens not to work.

    Many Thanks

    Cool, can you show me or put in a PR with the fix? I'd like to incorporate it in!

  7. On 10/22/2019 at 7:10 PM, elcapitan said:

    Hello,

    I was wondering if someone can help me the toggle drop down menu for smaller screens less than (991px).

    The Toggle Drop down menu doesn't work, its visible but when I click on it does nothing, No menu. I can't seem to find where exactly the issue is. Otherwise on bigger screens its absolutely fine.

    Any help would me much appreciated!
     

     

    Which toggle drop down are you referring to? Do you have a screenshot?

  8. 12 hours ago, bbuske said:

    Still, when pilots try to edit a PIREP after sending it or even saving it, a PHP error shows up and it says Ooops something went wrong.

    It would be nice to disable that option so it doesn't appear or to let the pilot know he is not allowed to edit a PIREP. That error message doesn't look nice.. :P

     

    That means there was an error that shouldn't have happened. Can you replicate it and then upload the storage/logs/laravel.log file here so I can see what the error is? If you can post an issue on Github, that will be the easiest way for me to keep track.

  9. 4 hours ago, bbuske said:

    You can use most ACARS software around with X-Plane. Even kACARS or smartCARS, as long as you XPIUPC. Hence my question was if this will be without the requirement of FSUIPC / XPIUPC because XPIUPC is no longer maintained and not running on Linux and Mac systems.

    XPUIPC isn't great, there's a lot of data missing, especially since I've been finding a lot of addons are not setting the standard datarefs. I've got a special config file which maps datarefs to what I consider aircraft "features" (e.g, landing lights, nav lights, etc). I'm expanding this same method over to P3D, it makes it easier to support different/new aircraft. Development has been a little slow lately but I think it's about 90% complete. The last 10% takes 90% of the time :)

  10.  

    15 minutes ago, bbuske said:

    +1 for the alpha / beta tester.

    I would be in!

     

    29 minutes ago, Seb said:

    I would like a good ACARS client for macOS / Linux as well...

    @Nabeel, any chance you can use alpha/beta testers? 🙂

    Depends on what addons you have for P3D/X-Plane; shoot me a message on Discord. I'll get back to you as soon as I can

  11. Hi y'all, sorry, I didn't see this topic till now. Yes, there were some issues during the migration, but they should mostly be resolved by now. There's a cpanel issue ongoing currently between WHMCS (the billing panel) and cpanel which is being looked at. Other than that, there were some nameserver/DNS issues intermittently in Europe and Asia it seems, but I think those have also cleared out now.

    The next step is the fivedev "rebranding" to vmshost, that'll be happening over the next few weeks, but the hard part of "lift and shift" is done.

  12. On 9/12/2019 at 3:38 PM, asandor said:

    I did not cancel the flight. I submitted it via ACARS and it failed cause of the email issue, but when I went to the site it was there and it looked like it was fine. I was able to accept it via admin. Then  this morning I noticed that the fight was not in my completed list and was deducted from the number I flights I have.

    I think I see what happened... I'll have a fix

×
×
  • Create New...