Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Search the forums for ---- non static method After you fix those, see what other errors are left. Seems like you may be missing maybe 3 files as well.
  2. kACARS_Free and smartCARS both work in MSFS and connect to phpVMS v5.5.2 just fine. You will need FSUIPC (free version). I would guess other ACARS will work as well, but have no first hand knowledge. vmsACARS will NOT work in V5.5.2 - only phpVMS v7.
  3. Look in the console (F12) using Chrome. Chances are your host has Strict Mode on in MySQL 5.7 - ask them to turn it off.
  4. Is error reporting on? Any errors showing in error_log file? Any errors showing in the console?
  5. At my VA, staff are not a part of pilot ranks. Actually, all staff members have two log on accounts - one for staff and one for pilot. Why did we do it that way - no idea, that was over 19 years ago. I use a module to list staff and have the roster set to show only pilots.
  6. Be aware that this is a v5 issue not v7 - your post has been moved to the v5 Support section. What MySQL or MariaDB version are you using?
  7. One post would have been enough...... Maybe the author will see this and be able to help out.... @flyalaska
  8. Great - thanks for reporting back what worked for you. There is no where I've found in the base installation that it's adding the 'airline' column in the aircraft table. I have checked with and without the APlookup code.
  9. You aren't seeing in in the aircraft table cause it isn't present there. Something somewhere "thinks" it's supposed to be there - hence the error. I can't see where 'airline' is in the add aircraft code. I've checked the data class , module and templates. Have you edited: /core/common/OperationsData.class.php /admin/modules/Operations/Operations.php /admin/templates/ops_aircraftform.php ???? I think that is all the files that include the add aircraft code. Send me admin credentials so I can log into you phpvms admin panel
  10. There is nothing in my phpVMS 5.5.2.72 or my APlookup files that you downloaded that have an 'airline' column in the aircraft table or the aircraft form. Are you adding aircraft manually or importing an aircraft file? Did you do any file edits exfept the APlookup mod?
  11. APlookup shouldn't affect the aircraft. In looking at your table, you are missing the 'airline' field between 'maxcargo' and 'minrank'. Once you figure out how to add the 'airline' column in the correct position the add aircraft should work. I think the 'airline' column is supposed to be added with a specific module you are using (maybe a schedule search module?). What modules have you installed? As you can see in the error - there is no 'airline' entry available in the aircraft table. Notice the '' after '42505', ..... the '' is the missing airline , but you can't add it via add aircraft in the admin panel because it isn't there to be added. Again, guessing a module you added wasn't completely installed.
  12. 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.
  13. If you want - PM me admin login details and will have a quick look.
  14. 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?
  15. 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.
  16. 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.
  17. 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.
  18. 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.
  19. If anyone chooses to reply - use the PM function only. No discussion of payware modules allowed in public forums here.
  20. I suggest you contact the skin developer.... 209 Studios. https://www.phpvms.209studios.com/
  21. 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.
  22. If you are using the BlueIce skin by 209 Studios, I suggest you contact the developer of that skin. https://www.phpvms.209studios.com/
  23. It might help if you told us exactly what skin you are using.
  24. 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?
  25. 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.
×
×
  • Create New...