Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I love how easy Laravel makes this
  2. On Github is good, though it depends, you'll get more discussion and input here. I look at Github more
  3. Nabeel

    Airport Lookup

    Yes, I had to make some changes and it'll be working from beta 3
  4. Nabeel

    Proc_open

    It's actually a Laravel issue that I was able to track down with someone's help a bit ago. It's fixed for the upcoming beta 3. But it's funny how it's screening out hosts that aren't configured right or very locked down. https://github.com/nabeelio/phpvms/pull/456
  5. There's an option to have only hubs show up on the registration form
  6. Yeah, I have this fixed for the next beta
  7. I'm looking into some managed VPS options with vmshost, actually. phpVMS itself wouldn't be managed, just the underlying server software/php/nginx and that sort of thing. Would that be something people are interested in?
  8. 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.
  9. I agree with this, you need a VPS
  10. It's essentially the same, you just go to `/install` instead of install.php
  11. Was this installed over the previous beta or dev version?
  12. I added an issue on Github to track the migration work: https://github.com/nabeelio/phpvms/issues/443 Hopefully I can get started on that soon.
  13. 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.
  14. Hi all, I've released phpVMS 7 beta 2, you can download it here: http://downloads.phpvms.net/phpvms-7.0.0-beta.2.tar.gz This is mostly feature complete, releasing it now to help with testing for bugs and glaring omissions. Thanks!
  15. That looks like you're missing the composer dependencies. You have to run composer install in that directory
  16. Yeah, those logs would be in storage/logs. I think by default, I should change the errors to be verbose.
  17. YOu need to check your server error logs to get an exact error
  18. Cool, can you show me or put in a PR with the fix? I'd like to incorporate it in!
  19. 7 isn't out yet. Your host is also really out of date with PHP versions... 7.0 was discontinued a long time ago. Default theme in 7 is bootstrap
  20. I've enabled the display_errors = On in your config, can you try it now to see if an error comes up?
  21. I'm trying to look through your log files but don't see anything
  22. Which toggle drop down are you referring to? Do you have a screenshot?
  23. 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.
  24. Nabeel

    Cant Install

    Can you try the latest dev version? https://forum.phpvms.net/files/file/1-phpvms-70-dev-branch/ I made a fix on shared hosts for .htaccess redirects
  25. 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
×
×
  • Create New...