Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. There is recaptcha but I will add CleanTalk to the roadmap.
  2. I think you'll have issues with that hosting, it's not really meant for "serious" apps. And the details request above like PHP version, DB versions, etc.
  3. I'm sorry it's been difficult. Which version are you trying? Are you trying on shared hosting or your own VPS host or something similar? v7 uses Laravel, whose hosting requirements are a little different. A 404 to the installer likely means that the htaccess isn't setup correctly by your host, or your host is blocking htaccess from working properly. If you can give more information, we can try to help you figure out what the issue is.
  4. I think that comes down to PHP itself and the libraries (swiftmailer, etc) and how they're configured, not really phpvms specifically
  5. Yeah it's best to just disable it. I have some issues filed on blocking those if its in use by aircraft/flights/pireps
  6. Can you try a different email provider? Or maybe you have to use a different port? That looks like it's connecting but it's not getting the proper response from the SMTP server. Maybe they're just running an blackhole telnet server or something
  7. It exists, there was a bug in the latest beta which prevented that from working
  8. This was something I was going to add to the airport page (eventually). @web541 has it right!
  9. Can you add an issue on Github with that screenshot? Thanks!
  10. It's just a placeholder for now. If you're looping through the rank somewhere, you would use something like <img src="{{ public_asset($rank->image_link) }}" alt="{{ $rank->name }}" />
  11. I'll write a guide on how to do it
  12. Which file? It's probably best to add them into the styles.css file. The minified originals need to be compiled. I'll write a guide on this for the docs
  13. Nabeel

    Couple Questions

    Interesting... but the command line you're using is PHP 7.3? I think I need to change how it's launched there (without the cd)
  14. Nabeel

    Couple Questions

    What did the maintenance page in the admin recommend for the command?
  15. Looks good. I would recommend you only add airports that you're using... otherwise it can really slow things down (for example, the PIREP page would load all of the airports for the dropdowns, you don't want thousands).
  16. Nabeel

    Couple Questions

    Awesome, no problem.
  17. Nabeel

    Couple Questions

    Ok, give it a try now. I made a bug report to add fileinfo as a required PHP extension
  18. Nabeel

    Couple Questions

    That looks like a problem on my end, let me fix that. Didn't know that was a required dep for Intervention
  19. Nabeel

    Couple Questions

    Ah yes, 7.3 is fine. Try using this for the cron: cd /home/blusquar/phpvms && /opt/cpanel/ea-php73/root/usr/bin/php-cgi -d register_argc_argv=On artisan schedule:run
  20. Awesome! I haven't really tested on Windows, so if there are other issues you come up with, post issues on the Github, that way is a little easier for me to track. Much appreciated!
  21. Nabeel

    Couple Questions

    Ah, yeah, create a ticket. You've switched to PHP 7.4 already in cPanel? What's the command line that phpvms shows?
  22. Great to hear. I was going to mention what ProAvia did, the phpinfo page is useful.
  23. Nabeel

    Couple Questions

    There's no log because it's not running the cronjob. You have to ask your host the correct path to PHP for setting it up. I try to guess what that path is in the cronjob page. It would look something like: php /blusquar/phpvms/artisan schedule:run >> /dev/null 2>&1
  24. Vangelis is correct, you need to enable those PHP modules. There's a list here, it should be complete: http://docs.phpvms.net/setup/requirements
  25. Thanks, please add that one in Github as well. I fixed the first one you posted
×
×
  • Create New...