Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by flyalaska

  1. /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY','6Le1jjkUAAAAALGZk72MkWBYXi3PYaOqYPZ4L4O7'); Config::Set('RECAPTCHA_PRIVATE_KEY','6Le1jjkUAAAAAHhaOUNLKhOwofnXIKIxB7YMRBMx'); Put the above code in your core/local.config.php
  2. flyalaska

    blueIce

    I will have to do a flight on my demo site to see how to fix it. Wont beadle to do that until next week.
  3. It is until you click Register.
  4. Line 177 is $reCaptcha = new ReCaptcha(RECAPTCHA_PRIVATE_KEY); I assume your Private key is wrong. Did you put the two keys in your local.congig.php file?
  5. Can you paste the contents of your core/modules/Registration/Registration.php here?
  6. Do you have the most recent version of LOA? I am getting outdated err in my admin.

     

    Thank you,

     

    Eddie

  7. I am wanting to edit some text in the PIREP's flight Log. Any ideas what file I need to edit? I can't seem to find it.
  8. flyalaska

    blueIce

    Does this happen every time there is a live flight?
  9. what phpVMS version are you using? It will show you in the admin footer
  10. Whats your URL?
  11. Did you register your domain yet? Register your domain here - https://www.google.com/recaptcha/intro/ Than add the below code to your core/local.config.php. Replace PUT KEY HERE with your keys. /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY', 'PUT KEY HERE'); Config::Set('RECAPTCHA_PRIVATE_KEY', 'PUT KEY HERE');
  12. Anyone have this file. The download link is broken.
  13. Are you on a free host or paid? What phpVMS version are you on?> What php version are you using?
  14. Find a skin that works with your version or upgrade to phpVMS 5.5.2 if you really want that skin.
  15. I think ts your css. When I view your source and go to your css, it gets redirected to an ip.
  16. You either don't have your css linked correctly or you have a skin that isn't compatible to phpVMS 5.5.2.
  17. I would ask in the VABase forums. These forums are for phpVMS users.
  18. That worked. Thank you!
  19. Will check it out this afternoon.
  20. I had the same issue. This fixed my problem. Weird thing. On my main site I just have URL and works fine. Thinks for the fix. It was driving me crazy.
  21. From Crazycreatives https://www.crazycreatives.com/downloads/screenshot-center-moments/ http://www.flyaka.com/index.php/Moments
  22. I dont use this MOD anymore. I moved to a different one. Let me look in my files. See what I did. This post is 5 years old. Can you PM your URL?
  23. I get this error when a pilot registers. Fatal error: Class 'PilotManagerData' not found in /home/flyaka/public_html/core/modules/PilotManager/PilotManager.php on line 271 Any ideas?
  24. Can you share your results? So others may benefit.
×
×
  • Create New...