Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Are you on a Linux server? That's a Windows path
  2. This is really strange. I'll see if I can trace it
  3. V3 I think
  4. You need to point the vhost to the `/public` folder
  5. Would you be able to send the logs in the acars folder?
  6. Make sure all of the folders under 'storage' exist., or erase everything from there and upload a new 'storage' directory from the ZIP file.
  7. 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
  8. Yeah I haven't done that yet.
  9. Are there errors in the console?
  10. Is the skin modified?
  11. Beta 4, it's on Github. I would use the latest dev.
  12. 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
  13. There is recaptcha but I will add CleanTalk to the roadmap.
  14. 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.
  15. 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.
  16. I think that comes down to PHP itself and the libraries (swiftmailer, etc) and how they're configured, not really phpvms specifically
  17. Yeah it's best to just disable it. I have some issues filed on blocking those if its in use by aircraft/flights/pireps
  18. 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
  19. It exists, there was a bug in the latest beta which prevented that from working
  20. This was something I was going to add to the airport page (eventually). @web541 has it right!
  21. Can you add an issue on Github with that screenshot? Thanks!
  22. 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 }}" />
  23. I'll write a guide on how to do it
  24. 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
  25. 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)
×
×
  • Create New...