Jump to content

ProAvia

Administrators
  • Posts

    1761
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by ProAvia

  1. Look at the database table for aircraft - is there an 'airline' column? Actually, list all the columns in the aircraft table here for us. I see that 'downloadlink', 'imagelink' and 'airline' fields are blank. Insert even a single character in them. Use the letter 'A' in each of those blank fields and let us know what happens.
  2. If you want - PM me admin login details and will have a quick look.
  3. Chances are Hostinger will not turn Strict Mode OFF. Did you attempt to place data in each and every field of the add aircraft form?
  4. You indicated you are on MariaDB 10.2 - check with your host and ask them to turn Strict Mode OFF. You might also try adding an aircraft again - but be sure each and every entry has something in it - even if that something is a space character.
  5. Does it work if you are on the default crystal skin? You can't be on MySQL 5.6 and MariaDB 10.2 at the same time. Which is it? Google is your friend... search there for how to turn on error reporting in PHP.
  6. Interestingly, some need the extra closing bracket - } - and some don't. I will review the APlookup when I have a chance to see if I may have missed a closing bracket.
  7. Totally get that.... I posted that for others as I already know you understood that. It's that copyright and payware thing..... Hopefully someone who has it will PM you.
  8. If anyone chooses to reply - use the PM function only. No discussion of payware modules allowed in public forums here.
  9. I suggest you contact the skin developer.... 209 Studios. https://www.phpvms.209studios.com/
  10. The developer of APVacars is not presently actively developing his ACARS. At present APVacars is NOT compatible with phpVMS v7. See quotes from developer above. There have been no updates on the status of APVacars since July 2020.
  11. If you are using the BlueIce skin by 209 Studios, I suggest you contact the developer of that skin. https://www.phpvms.209studios.com/
  12. It might help if you told us exactly what skin you are using.
  13. Just to be clear - the README.MD file in phpVMS 5.5.2.72 does NOT instruct you to change anything in StatsData.class.php or any other file for that matter. What module or addon are you attempting to add to your phpVMS install?
  14. Do you mean the phpVMS image? In /lib/skins/crystal/images - rename topbanner.jpg to topbanner.jpg.ORIG Copy/paste your image in this same folder and rename to topbanner.jpg If you are using an addon skin, you will need to find the associated banner and rename it in that skin folder.
  15. If you are on shared hosting, you probably can't do any tweaks to PHP. Contact your host and have them set it up.
  16. Do as Doug suggested and get the latest development build from the phpVMS discord. Using beta 4 just isn't going to cut it.
  17. Did you verify you installed Leaflet/OSM correctly? Maybe check it again Any chance you tried changing the map or map provider? Did you change local.config - Config::Set ('MAP_TYPE'... to reflect "OpenStreetMap.Mapnik"? Line should read: Config::Set('MAP_TYPE', 'OpenStreetMap.Mapnik'); <---- need this one And the old line either deleted or commented out.... //Config::Set('MAP_TYPE', 'G_HYBRID_MAP');
  18. Suggest you read this in its entirety - https://docs.phpvms.net/ Then re-read the installation section again Be sure your hosting supports the requirements
  19. There is no free ACARS solution for phpVMS v7 at this time.
  20. Have you looked at the aircraft table in the database? I believe there is an "airport_id" field. My guess is that you need to include that "airport_id" field in the aircraft CSV file and have an actual airport ID in it before you import the aircraft file.
  21. There should be a file called "error_log" in the root of your phpVMS install and possibly another in phpVMS root/admin. Error reporting must be on. Contact me via PM and maybe I can take a look.
  22. Pretty sure they apply via the registration page. Once they do that, you approve there membership via the admin panel.
  23. Can you post the actual entry from the error log?
  24. That skin is for the frontend. The Airport Lookup is on the backend - admin panel. If you are using the default admin panel skin it should be fine. Did you import the phpvms_airports_update.sql file as indicated in the directions? Do you have error reporting turned on? Check the logs to see if any errors related to Airport Lookup or VACentral are shown - maybe3 a Cross Site Error. Post any errors here.
  25. The vacentral server is up and correctly providing airport data. The entry above looks correct - check your other entries to be sure they are correct. If it still doesn't work.... What phpVMS version? What PHP version? What MySQL or MariaDB version? Have you changed the default admin skin?
×
×
  • Create New...