Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. Looks like it is not assigning the login to any pilot, or is not fully logging the pilot in. I had that happen to me before. It is possible that the php version is incorrect for kacars free Try a lower php version, when someone is using it, check the db and see what it says for the flight, also try clearing the acars table, use the reset acars table in the admin of the site.
  2. Can you bid on a flight and get it that way? If not check the bids table in the DB is getting populated
  3. Does it happen with just a certain schedule or all? It is possible the DB version is causing some funkiness to happen, but it logging in seems to mean that it is not the DB version causing it, as if it was, you wouldn't be able to log in either. Make sure the flight number is being put in exactly like it is in the DB, and that stray numbers are not added by you or something else. Try deleting the kacars_free module and data class file and upload the ones from your site from a one you know works. Also try reducing the PHP version to 7.1 it is possible that that is causing it too. Try to see if there are any errors in the error_log file to see if that sheds any light on it.
  4. Airac 2301 Data only, just import it into your db like normal
  5. I found a small error which I have fixed, it is just to one file and can be made easily yourself by going to the template file codeshare>airline>Airlineview.php and looking for where it is looking for the description of the airline, change: $airlines->desc; to $airlines->airdesc
  6. Airac 2213 Data only, just import it into your db like normal
  7. Airac 2212 Data only, just import it into your db like normal
  8. Airac 2211 Data only, just import it into your db like normal
  9. Hi sorry due to a major hack I lost all my files were deleted, hence those links before will not work until i restore everything. Airac 2210 There is the new airac 2210
  10. Airac 2208 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  11. Airac 2207 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  12. Airac 2206 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  13. Airac 2205 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  14. What php version are you running it on?? As it looks like you are trying to run it on a version of php that is incompatible with your version of phpvms
  15. As mentioned in my pm I don't think that is an error with the module. As you are being denied access to the resource, so it is most likely coming from twitch or your host.
  16. Airac 2204 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  17. It is due to strict mode, there is a work around which i found that works, but it is not ideal. You just need to add IGNORE to all INSERT statements and it should work. If you have a VPS or dedicated you can turn strict mode off. You can ask your host to turn strict mode off, but 9 times out of 10 they won't do that as it can cause problems for other web sites that share the server your site is on.
  18. Airac 2203 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  19. Airac 2202 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  20. depending on how many schedules you are pulling you need to make sure your server can handle higher loads. A VA will out grow shared hosting fairly fast, as shared hosting you are restricted in the resources as other sites will be using the same server and you don't know the traffic loads those sites are pulling. A VPS and if you know what you are doing a dedicated server is where you will need to move to as you have more control and can get more resources for your site.
  21. phpvms 5.5.2.72 is not guaranteed to work under php v7.4. And due to that, the older modules won't always work right, and may cause these kinds of errors, my suggestion is to move the version of php down to V7.0-7.2 and see if it works fine with that, if not then it could be making too many calls out and causing your server to hang.
  22. AIRAC 2201 Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
  23. Yes unfortunately to get this to work you most likely have to get strict mode turned off or, add IGNORE to all insert commands.
  24. PHPVMS 5.5.2.7.2 is out dated and would require a near complete rewrite of the code to get it to work correctly with newer php versions and db structures. If someone is willing to spend the time doing so, god speed to ya. But since phpvms V7 is in the works that will negate the need to rewrite the code of the older version, no real need to spend the time doing it. Time would be better spent making addons for the new version. If you have a VPS or dedicated you can turn off strict mode yourself if you know what you are doing. Most addons can be fairly quickly and easily be updated to newer code the problem comes if the addon is more entwined into the core code.
  25. Airac 2113 This is data only, if it gives a duplicate entry empty the table you have and import the zip file and it should work then.
×
×
  • Create New...