Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. I have an issue that I dont know why it is happening. No pireps have been recorded today yet pilots have flown and have filed the pireps as I have gotten the emails stating they have. But they are not submitted, but it shows on the front page as they have flown, but the pirep ID is some really big number but the ID in the pirep table is not that big. Anyone know what could cause an issue like that? Or has anyone encountered this problem and fixed it, if so how did you fix it. I had to move to a new db, recently, and had to reimport the schedules db. Could that have caused a problem with the bids?
  2. Sorry my bad, I had made a little coding error, which has now been fixed, and is up on the my github account. Please download it and replace the CodeShareData.class.php in core>commonand it should fix a problem with adding the schedules. Replace codeshare_new_form.php in admin>templates>codeshare. It will fix a flighttime error.
  3. codeshare should be an into and allow to be null, as it is not required for all schedules, and codenum should be a varchar with around 6 to 10 characters. Click on add 1 row at the bottom of the structure and add it at the end.
  4. Unnfortunately, not at the moment, the constraints which are located if you go to structure view, then you should have two options above one relation view. If the code on the schedule is a link when you view it in the browse bar, you will need to remove the constraints, if not, then it should work without having to do that.
  5. PHPVMS 7 is not released yet. Not advisable to upgrade to it right now.
  6. It is possible that pilots are pressing the submit button twice, as it fails to bring you to a confirm page, but the second time does, but it sends the first one and you end up with a duplicate.
  7. I have updated this module to V2, it has a lot of changes to what it was before. It enables you to now add airlines to it's own table, and add the schedules directly from the module into the main schedules table with its own aircraft code. The airlines you put in will not be available to choose when a pilot registers. But will show the code in the schedules. Please follow the instructions on updating this module. The schedules you add through this module will not be editable from the edit schedule form in the main schedule in the admin panel. As the airlines will not be there to choose from. It will require you to re-add the codeshare flights through this module. You can get the updated module here: https://github.com/Strider2/codeshare
  8. It is trying to add info to a row that has a foreign key attached to it. I just came accross that error today while coding a module.
  9. smartcars seems to be the best payware that I have tried, next to custom kacars but they are not made anymore. I use simpilots phpvms 5.5.2 which will work on php version up to 7.1. you can use the other edited version of that phpvms 5.5.2.72 which will work on php 7.2, You can try to incorporate leaflet, there is a tutorial on the forums on how to do that. Finding airports, use google.
  10. Try putting Airbus A320-200 in the section for full name, as it might have a problem with that.
  11. The hosting i am with are very reasonable. You can get very good hosting cheaply that will allow phpvms to work properly. Just make sure you can choose a lower php version as some may have removed older versions.
  12. You have to be careful what version php version you upgrade to, simpilots phpvms 5.5.2 will install onto php 7.1, but you will have to edit some files to get rid of errors. there is a phpvms 5.5.2.72 which will install onto php 7.2 but if you are to add modules, they may require editing to work without error on php 7.2. Your problem is more likely your host doesn't allow connections from programs as it doesn't want to risk a brut force attack, which an acars program can mimic at times. Especially if you have a lot of pilots flying at the same time.
  13. I dont think it is to do with the php version. What version are you on now?
  14. No, it has no admin settings. Do other acars programs work, as it may be that your host doesn't allow acars programs to connect to it as they can require more processing power then normal, as it can look like a brut force attach. That is one reason free hosts are not great with VA's
  15. This forum is for phpvms 7. To use FSPAX you don't need another acars program, fspax will record the details of the flight and send them to the site. I am unsure if those flights show on the acars map. As I don't think it sends packets to the site, it records the details and when you are finished it sends the full details to the site.
  16. What version of phpvms are you using?
  17. I mean <a class="nav-link" href="<?php echo url('/pireps/filepirep'); ?>"> <span><i class="fas fa-map-marked-alt">File A Manual PIREP</i></span></a>
  18. pureple means you have visited the link, try putting the <i> tage within the <span>
  19. You can just deactivate the airline, so it is not a choice when people sign up to your VA
  20. Are you running it as an administrator? And is the details of your VA in the setup correct?
  21. If you have removed the schedules, then it shouldn't but it may cause problems with any pireps that have been flown
  22. Have a look in the ccftracker module folder, and the main index.php folder
×
×
  • Create New...