Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. The goal is going to be not requiring SSH. I'm going to have a packaged version that includes the /vendor directory already populated, so that should eliminate the need for running the composer install. In terms of needing to point to the phpvms/public directory... I've found that placing phpvms in the same directory as public_html, and then creating a subdomain (e.g, a www subdomain) and pointing it to the phpvms/public directory works. Then you can create a CNAME for the base domain to point to www. I think that should cover the install on a shared host. I'll be asking people to test this out in the alpha version. It is annoying, yes, but all modern frameworks are working this way now. The biggest advantage is security... especially with addons. With the code not being exposed, the chances for any attack are minimal. Luckily there haven't been any (except for a while ago due to a 3rd party library), but there are some that would definitely be vulnerable. If you have SSH access, you can create a symlink from public_html to phpvms/public, and then you don't need to worry about any CNAME stuff. One think I need to investigate is if you're able to do this from cPanel.
  2. Yep, the .tpl version update is mainly for the people who are running that copy.
  3. The goal is to have a migration, but modules/addons won't work, since it's a new system. Should be much more robust, though. You/your host needs to increase the memory allotted to PHP
  4. Discord is pretty good, been using it a ton, aside from just the phpVMS chat. The big plus is that you don't need to host or manage it.
  5. If it's a fresh install, use https://github.com/nabeelio/phpvms_v2
  6. Nabeel

    Discord

    Can you try again?
  7. I hope you didn't pay for it If you're on shared hosting, you most likely won't be able to use it. They lock all the ports and things down
  8. That's something you'd have to talk to the dev about, not really in our scope here.
  9. use SITE_ROOT to build the path to it. The way it is now, it's relative to the caller
  10. Have you looked in your server's error/access logs? That's the only way you'll really be able to find the error. Unless you wrap the entire thing in an exception and then trap/print it out.
  11. https://github.com/nabeelio/phpvms_v2 the `php7.0` branch, it's set to the default. Try the download.
  12. Have you made any changes or is this a new install? You can try this branch: https://github.com/nabeelio/phpvms_v2, download from there
  13. add name=password to login View the full article
  14. We can figure that out soon.
  15. Yup. And routes can have multiple subfleets assigned to them
  16. Hi Rob, vacentral is down at the moment and it uses that for the lookups. I'm working on getting it back up and running again
  17. add now-ui deps View the full article
  18. I got no answers
  19. Hey Dave - vacentral is down for the moment, check out this topic:
  20. testing out miminium styles View the full article
  21. Let's talk on discord.
  22. Include bloom filter library View the full article
  23. Nabeel

    remove ghr

    remove ghr View the full article
  24. Install go release tool View the full article
×
×
  • Create New...