Jump to content

ProAvia

Administrators
  • Posts

    1740
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by ProAvia

  1. Change the skin back to the default crystal skin - use the admin panel option to do this. Then test to see if you still have the issue. You need to do this to see if it is an issue with your crewcenter. Which exact crewcenter are you using? Post the name of the skin you are using.
  2. What version of phpVMS? What version of MySQL or MariaDB? I know you will get this in phpVMS 5.5.2 if you are using MySQL 5.7 . If using phpVMS 5.5.2, I can provide a link to a fix. If using phpVMS, I will let the developer respond.
  3. Change back to the default crystal skin and see if the schedules are visible there. This will tell you if it is skin related or not. Which exact crewcenter are you using?
  4. Isn't freehostia a free host? That could be your issue.
  5. I assume you mean in the admin log..... You may want to find the Add Comment code and see how the pirepid is called there - and then adapt it to the delete comment code.
  6. Interesting that it seems to have fixed itself. If it happens again, switch to the default crystal skin and see if it works there. At least that way you can determine if it is related to your skin or not.
  7. Did you check the console in google chrome to see if it shows any errors? Did you check the error_log file to see if there are any errors there? What version of phpVMS? What version of PHP? What version of MySQL or MariaDB? What skin are you using? What is the code for that page? What are the last three or so items you changed on the site? If it worked before, chances are it is caused by something you recently did.
  8. Does it work with the default crystal skin? That's the first place to look. If it doesn't work with crystal, its probably the module. If it works with crystal, you may want to contact the skin developer for assistance.
  9. Yeah - these forums are mostly used by VA owners. And it looks like you aren't even using phpVMS for your front-end anyway.
  10. Did you get this installed correctly? If so, you need to come back here and let us know - maybe even edit the post title to include [SOLVED] in the title. If not, follow the instructions and if still having issues, come back here and tell us exactly what the issues or errors you encountered are.
  11. Since this is with your Blue Ice skin, you may also wish to reach out to the developer at his site. https://phpvms.209studios.com/index.php
  12. I believe you should talk with your ISP or whoever set up your internet connection and in house setup.
  13. Are you talking about the Airport Lookup function? If so, its not "presently" working for phpVMS 5.5.2 . But a solution is being worked on and is currently in beta testing.
  14. It's either your computer, your internet connection or provider, your modem/router/powerline equipment or possibly your ISP needs to whitelist your site/hosting company IP address. You have pretty much ruled out everything else.
  15. You may be able to get the number of pilots on LoA by getting that "on leave" code from the pilots table of the database. "On leave" will show as a "3" in the retired column of the pilots table. You may be able to work out the correct coding by finding the code for pending pireps (or pending registrations, etc) and adapting it to use for pilots on LoA. Let us know how you get along with that and maybe share your code here.
  16. Look at the permissions - as you can set who can do what. Possibly find that coding and then tweak it to hide/restrict other areas - or move those items to one already restricted. Also, in phpVMS 5.5.2, there is a way to add custom permissions. You will have to look thru the admin code to find the reference.
  17. I don't think it is with phpVMS itself - as when you sent me log in details I was able to log in and navigate the site and admin panel without issue.
  18. It is not yet supported for phpVMS v7
  19. It thinks you aren't logged in. What can you do from that page? Can you register a new account? What browser are you using? Can you try from another browser? What happens if you change back to http in local.config?
  20. From that screen, if you try to log in what happens?
  21. I see we were typing at the same time. For your lastest issue, maybe try purging your browser cache and deleting all cookies. If that doesn't work, we can look at it further.
  22. This has to do with the allowed length of the 'ip' field in the database tavle I think. Since you indicated that you fixed it, how did you do that? Someone may have the same issue in the future and you fix may help them.
  23. Do you have a link to the page in question - the iframe one? And maybe post the code of the page you are calling in the iframe.
  24. Review this thread of other changes you may need to make
  25. In reviewing your screenshot I see some http URL's that need to be changed to https. You will need to go through your files for phpVMS, search for 'http' and replace with 'https'. This is only required for active calls so no need to do it for URL's in a commented out section. If you don't already use a code editor, I suggest the free Notepad++ to make search/replace easier. In your first 3 errors there are 2 ajax calls and 1 google maps call.
×
×
  • Create New...