Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. It doesn't give all the details from the pilots table, but it can be edited to do that. I will be working on the import function so if you have a server failure, and have lost details but you have downloaded the CSV you should be able to recover the pilots from that.
  2. Strider

    Export Pilot

    https://github.com/Strider2/export_pilot There you can export your pilots list.
  3. I have created the code, and it works https://github.com/Strider2/export_pilot There it is.
  4. Where is that located? so I can see how it is coded.
  5. Is there away to export the pilots list into CSV format? Rather then going through the db as it makes it very difficult. Something like the way exporting the schedules can be done. I use currently phpvms 5.5.2
  6. In the simbrief.apiv1.js change the url of your site in that to https, it should work then. And any other link in the module to https.
  7. I have fixed that problem, if you have the module, just download and replace the template file codeshare.php, edit it before uploading, as you will need to replace SKIN NAME HERE on line 63 with your skin name.
  8. The size of the DB i doubt is causing your load times to be terrible, that is usually down to heavy graphics. But instead of deleting that table, just empty it. it might force people to logout. Try also optimising your tables and deleting cache.
  9. You may need to do a restore on your db, it may have gotten corrupted maybe by a bad update, or an incomplete update. If you are on a VPS or dedicated you can do that in cpanel yourself, if on shared hosting, you will need to contact your host about doing a db restore or reboot.
  10. I have released version 1.4 You can now include flight numbers of the airline operating the flight. So if you have a codeshare flight and have it under your own companies flight number you can show the flight number of the operating company.I have also removed the image inputting input box in the add a new codeshare, as it is not required, as the airline code will suffice. Download: https://github.com/Strider2/codeshare
  11. Why is moving to anothr host not an option?
  12. phpvms 5.5.2 will work with php 7.1 it wont work with any php version any higher.
  13. It will work in php 7.1 but it will not work in 7.2 without a lot of editing.
  14. It only seems to have trouble with submitting data to t he db, it can read the db
  15. tried a fresh install, even tried nabeels updated phpvms that returns to tpl's but no it didn't work either.
  16. Simpilot 5.5.2 I litteraly just transfered the files and db over from the backup I got before my last host closed up shop. I am not sure it is reading the DB, as if I try manually from a bid it says the schedule doesn't exist, but it does.
  17. That has gotten that error gone, but the pirep still doesn't submit. It is telling me the schedule doesn't exist now, even though the schedule does exist. And it seems to be accepting pireps from smartcars and my custom kacars, but the pirep does not show in the admin or the db. It is triggering the a pirep has been submitted email but nothing shows. The php version my server is using is 5.6, I can go back to 5.4 but that doesn't seem to help.
  18. Is anyone going to help???
  19. Fatal error: 'break' not in the 'loop' or 'switch' context in /core/modules/ACARS/ACARS.php on line 176 I changed the php version to php 7.0 am using phpvms version 5.5.x by simpilot. I have checked that file and the line and there is a break there, but it is an if statement not a switch statement. I have been having trouble as I have had to move hosts and the new server is not letting me file pireps, using either acars program or manual.
  20. I have somehow fixed that error, but now it tells me the schedule does not exist, when it does.
  21. Hi, I am trying to file a pirep at my VA, but I keep getting the following error: Deprecated: Non-static method CodonEvent::hasStop() should not be called statically, assuming $this from incompatible context in /core/modules/PIREPS/PIREPS.php on line 478 How do I fix that problem as I am unable to file thus others will be unable, it I think is causing a problem for smartcars too, as it wont file the pirep.
  22. just change the file types to tpl and edit the module and data class where it gives the template file so it ends with .tpl and not .php
  23. On the list at number 6 you tell people to install phpvms onto that subdomain. If you are not supposed to, why tell them to do that. I have also tried to install this, but when i go to the installer, it just sends me to the main site.
  24. There seems to be a problem I need to work out.
  25. Those errors look to be comeong from somewhere else and not the codeshare module. Usually what causes the add to bid button to not work is a javascript file in the wrong place.
×
×
  • Create New...