Jump to content

Nabeel

Administrators
  • Posts

    8140
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. I agree with this, you need a VPS
  2. It's essentially the same, you just go to `/install` instead of install.php
  3. Was this installed over the previous beta or dev version?
  4. 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.
  5. 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.
  6. 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!
  7. That looks like you're missing the composer dependencies. You have to run composer install in that directory
  8. Yeah, those logs would be in storage/logs. I think by default, I should change the errors to be verbose.
  9. YOu need to check your server error logs to get an exact error
  10. Cool, can you show me or put in a PR with the fix? I'd like to incorporate it in!
  11. 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
  12. I've enabled the display_errors = On in your config, can you try it now to see if an error comes up?
  13. I'm trying to look through your log files but don't see anything
  14. Which toggle drop down are you referring to? Do you have a screenshot?
  15. 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.
  16. 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
  17. 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
  18. 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
  19. Composer is a PHP dependency management utility. https://getcomposer.org You have to run those on your server via SSH.
  20. 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.
  21. Fixed in latest phpvms build. The problem is if the admin email is missing in the settings page in admin. I think I need to add that into the installer
  22. I think I see what happened... I'll have a fix
  23. Yeah the way is a bit more complicated. The easiest will to be create your own stylesheet and include it into the main app template and target those styles to be overriden. Right now it's using now-ui which is a skin on top of bootstrap. That is in `resources/sass/now-ui`, which is SASS files that I build.
×
×
  • Create New...