Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. Nabeel

    Admin Error

    Yeah this is possible, the permissions of the `storage` folder aren't correct.
  2. Nabeel

    Admin Error

    There is a "Share" button on that page for the error, can you share that link? Thanks
  3. If you're using a subdomain, point the directory to the /public directory - http://docs.phpvms.net/setup/installation/shared-hosts#method-2-subdomain
  4. Looks like it's a parser error with the backticks. Maybe post a bug report for Visual Studio Code or whatever the PHP plugin for syntax highlighting is
  5. Nabeel

    Registration Page

    The easiest way would be to create a hidden field with the airline ID you want. Right now, there aren't custom registration fields, probably something I can add in after release
  6. You changed the role for your own user away from admin? I need to block that from happening...
  7. Looks like the latest install there worked. Sorry about the issues. You can try the latest dev, there's a fully packaged version at the link below. There's a lot of fixes, in the installer too: http://downloads.phpvms.net/phpvms-7.0.0-dev.tar.gz
  8. Try the latest dev, I think that should be fixed.
  9. Take a look at the container/docker-compose setup that's in the repository (in the dev branch). That might help
  10. Is this with the latest dev version?
  11. .env is env.php file. Are there more logs in the storage/logs folder that are pertinent?
  12. The config looks right, have you looked in the storage/logs/laravel.log file?
  13. Can you try the latest dev? Who's your host?
  14. Nabeel

    Registration Page

    Which fields are you looking to remove? The easiest way would be to replace it with a hidden field in the template
  15. Which version are you using? The latest beta or dev version?
  16. I have to make that configurable, as to what the default page will be. However, right now news is a widget right now, which can be added onto any page as: {{ Widget::latestNews(['count' => 1]) }}
  17. I think I'll have to add a note in there that exports from < v7 won't work
  18. SVGs have been used for a while. You can just replace the image, it works like any other image
  19. The latest versions (as of dev) have optional to add cargo fares, with those language changes to accomodate.
  20. I have on the list an "email to all pilots" functionality. But thanks, I'm glad you're enjoying it! The docs can definitely be improved.
  21. It should be. It looks like you're on a Mac. That hides dotfiles by default, you need to change that setting - http://docs.phpvms.net/setup/installation
  22. Just to be clear, you can do that, having multiple airlines and everything, but you can't restrict a DAL pilot to seeing only DAL routes right now
  23. I think you need to contact your host, the message " Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/sunflyvi/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 101" does not look like it can be fixed by someone other than your host
  24. htaccess support is required, a lot of hosts (free or not) don't seem to have that configured properly. Along with some PHP extensions (bcmath, particularly) that are unavoidable to be required
  25. Might be something I can look into for v7
×
×
  • Create New...