Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You need to point the vhost to the `/public` folder
  2. Would you be able to send the logs in the acars folder?
  3. Make sure all of the folders under 'storage' exist., or erase everything from there and upload a new 'storage' directory from the ZIP file.
  4. During the install does the "Check database connection" work? What're you using for the database host? 127.0.0.1 or localhost? I usually have to use "127.0.0.1" as sometimes the hostname of "localhost" doesn't work for some reason
  5. Beta 4, it's on Github. I would use the latest dev.
  6. Hi all, Seems to me there are a lot of errors coming up with strict mode. I need someone who can replicate this on a stock install and give me a list of things needed: What versions of everything you're running LOGS!! I need the PHP and Apache logs. And I definitely need the MySQL logs Contact me on Discord. I can debug it but it could be something that may just not be able to be fixed. This version is like 12 years old at this point 😐 Thanks
  7. There is recaptcha but I will add CleanTalk to the roadmap.
  8. 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.
  9. 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.
  10. I think that comes down to PHP itself and the libraries (swiftmailer, etc) and how they're configured, not really phpvms specifically
  11. Yeah it's best to just disable it. I have some issues filed on blocking those if its in use by aircraft/flights/pireps
  12. 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
  13. It exists, there was a bug in the latest beta which prevented that from working
  14. This was something I was going to add to the airport page (eventually). @web541 has it right!
  15. Can you add an issue on Github with that screenshot? Thanks!
  16. 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 }}" />
  17. I'll write a guide on how to do it
  18. 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
  19. 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)
  20. Nabeel

    Couple Questions

    What did the maintenance page in the admin recommend for the command?
  21. 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).
  22. Nabeel

    Couple Questions

    Awesome, no problem.
×
×
  • Create New...