Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Thanks, it's a bit roundabout, that will be something to explore for sure
  2. A good landing is one you walk away from. I just moved this to the right forum
  3. 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.
  4. Yep, the .tpl version update is mainly for the people who are running that copy.
  5. 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
  6. 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.
  7. If it's a fresh install, use https://github.com/nabeelio/phpvms_v2
  8. Nabeel

    Discord

    Can you try again?
  9. 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
  10. That's something you'd have to talk to the dev about, not really in our scope here.
  11. use SITE_ROOT to build the path to it. The way it is now, it's relative to the caller
  12. 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.
  13. https://github.com/nabeelio/phpvms_v2 the `php7.0` branch, it's set to the default. Try the download.
  14. 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
  15. add name=password to login View the full article
  16. We can figure that out soon.
  17. Yup. And routes can have multiple subfleets assigned to them
  18. 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
  19. add now-ui deps View the full article
  20. I got no answers
  21. Hey Dave - vacentral is down for the moment, check out this topic:
  22. testing out miminium styles View the full article
  23. Let's talk on discord.
  24. Include bloom filter library View the full article
×
×
  • Create New...