Jump to content

Parkho

Moderators
  • Posts

    1375
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Parkho

  1. I have installed phpVMS-dev on Wampserver with php 7 and everything seems to be working just fine but I can't really tell until I test it on a real server.
  2. You can find the 5.5x version here for further instructions on how to upgrade.
  3. A new version is now available. Change Log: -Charts link added for each ICAO in result page. Powered by AirCharts.org Download and replace "modoules" & "templates" folders at Github. Screenshot:
  4. That means you haven't added "weather" folder to the root.
  5. I would ask this directly from the developer for support and FBS doesn't have anything to do with your ACAR software unless it uses FBS for booking the flight. PS: There might be a chance your browser's blocking popups or you have some kind of a popup blocker add-on installed.
  6. The most reliable phpVMS version is 5.5x by Simpilot. I would check my host's php version with my phpVMS version. There might be a chance your host's php was upgraded to 5.x version during the day. If that's the case then you'll need to upgrade your phpVMS to the mentioned one.
  7. I can't tell you what's wrong unless you're willing to give me access to your cpanel and website admin. If you want to do that, send me your log-in info via PM.
  8. Okay! I checked your codes in class file and everything seemed to be in order and calculation is also correct. What I can think of is the TABLE_PREFIX. There might be a slight chance at the time you adjusted pilot pay, it didn't read the prefix and that made the pilots table not to update correctly. I would check on DB to see if it's updated correctly but other than that your module should work fine.
  9. Unfortunately I don't own this module and from what I'm seeing, all errors are from tourdata.class.php file. When you change functions to static do you get other sections with new errors? if that's the case, have you modified any core files when you first installed the module?
  10. Assuming you are in layout.php at the navigation section, simply replace the following code: <li><a href="<?php echo url('/schedules') ;?>">Book A Flight</a></li> With the one in install instruction like this: <li><a href="<?php echo url('/flightsearch');?>">Search Flights</a></li> And that's about it.
  11. I don't have the exam center installed so if you paste the codes I may be able to figure it out for you.
  12. Are these the only errors you get as of now or you have some other errors as well? Changing the function in your class file to static should not affect any other parts of your website unless they use the same class file. When you say more errors come up when changing to static, which parts mostly you get errors from?
  13. Parkho

    Downloads

    Check your host's php version if it's 5.5x then your phpVMS needs to be upgraded to 5.5x by Simpilot which is the most reliable version and doing that will resolve all the issues you might have. If you have already done that then check your codes with the originals here to see if there is a difference.
  14. Refer to its page at Github for further instructions.
  15. Okay! This for a specific pilot. I need their general publication data.
  16. The most reliable version is 5.5x by Simpilot and 5.5 is the current version of almost all host's php so I'd make sure my host's php version is not upgraded to 5.5 and if so I'll need to upgrade my phpVMS.
  17. Parkho

    Downloads

    Please paste your entire codes here so we can figure out what's wrong .
  18. First link is closed and registration is locked but thanks. Second link is also log-in required which means its data is not published.
  19. thanks but this not what I'm looking for as it's not giving full detail
  20. Ayyone knows if VATSIM and IVAO have some kind of an API we could use for their statistics?
  21. Parkho

    Downloads

    I would copy the file link address directly into my browser to see if it starts downloading. If it does then the problem is within phpVMS.
×
×
  • Create New...