Jump to content

ProAvia

Administrators
  • Posts

    1701
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Make sure Strict Mode is disabled in MySQL 5.7 - you will probably need your host to do this for you.
  2. Are these "other pages" going to be displayed in admin somewhere?
  3. Airport lookup update to work with same API as used by phpVMS v7. Restores ability to lookup airports for airport table. Adds additional fields to airport table for use in your templates. I've been sitting on these files for a while to be sure the beta testers didn't have any issues. Read the README_1ST.txt file for info. Works with phpVMS 5.5.2 and 5.5.2.72 - not tested with phpVMS 2.x - will not work with phpVMS v7. You will need to manually update each existing airport in you database after installing this mod to get all the new data in the airports table - use EDIT from airport page, click LOOK UP, click Edit Airport. It will not automatically update all your existing airports. Some lesser known airports are not available in the parsed database - you will have to add those manually. Released as freeware. Shall not be uploaded to other sites without written permission. Thanks to all those who contributed to getting this working. NEW Airport Lookup phpVMS 5.5.2.zip
  4. https://docs.phpvms.net/installation/cron/ The link has directions and an example of what needs to be in the cron. Your host should be able to help you configure it to work on your site.
  5. phpVMS v2.x - https://github.com/phpvms/phpvms_v2 use with PHP 4 - 5.4 supports MySQL 5.6 this version is archived and is no longer support by the author support has ended for this version phpVMS v5.5.2 - https://github.com/DavidJClark/phpvms_5.5.x use with PHP 5.5 - 5.6 supports MySql 5.6 and Maria 10.1 this version is no longer supported by the author receives limited support through this forum only phpVMS v5.5.2.72 - https://github.com/ProAviaAZ/phpvms_5.5.2.72 use with PHP 7.0 - 7.2 supports MySQL 5.6 - 5.7.4 and MariaDB 10.1 users have reported issues with MySQL 5.7.5+ and MariaDB 10.2+ this version receives support through this forum only base program issues can be posted to github Users must use the PHP version indicated for each version. Users may experience some issues with MySQL/MariaDB Strict Mode. This may occur when using MySQL 5.7.5+ or MariaDB 10.2+ . If you experience issues, ask you host to turn Strict Mode OFF. The above versions are considered legacy versions of phpVMS. For phpVMS v7, see the phpVMS 7 section of this forum. phpVMS will not fully work correctly with free hosting. Free hosting has limited functionality and lacks many items needed for phpVMS to properly function.
      • 2
      • Like
  6. Search the forums for "Non-static method" - it's been covered many times before. If you search for that, you will learn how to fix it - as it will probably occur in other modules as well. If we fix it for you, you won't ever learn how to fix it yourself.
  7. Did you follow the details in the link I posted to the letter? I don't believe "artisan schedule: run" is all that is needed in the cron line.
  8. Looking thru the docs, this pops up..... https://docs.phpvms.net/installation/cron/
  9. Did you check to see that the cron is set up correctly? Did you check the logs? Did you look through the docs to see what they say?
  10. Glad you got it (mostly) working. You can convert to Leaflet/OSM maps. Maybe 209 Studios can help you set that up on their skin.
  11. I think your biggest issue is using PHP 7.3 - phpVMS 5.5.2 is meant to run on PHP 5.5 and 5.6. You will have issues with it on other PHP versions. Check in cPanel if your host allows setting any other PHP versions than 7.3. If host allows PHP 5.5 or 5.6, switch the phpVMS install to that. If host allows PHP 7.0 - 7.2, use phpVMS 5.5.2.72. If only PHP 7.3 or higher, wait until the release of phpVMS v7. I would guess the entire hosting package defaults to PHP 7.3, but other versions are available.Look for MultiPHP Manager in cPanel.
  12. Well, on an up note, the map does display on the PIREPS pages - http://flyhighva.net/index.php/pireps/view/3 It appears you haven't gotten the Google Maps API key installed though. What PHP version? What version of MySQL or MariaDB are you using? Many of us have converted to Leaflet/OSM maps. There is a sticky thread with instructions to convert. Additionally, I suggest you contact the developer of the skyBlue skin (209 Studios) as he may have some insight for you too.
  13. What version of phpVMS? I believe that TFDI will install phpVMS for you. It used to be free of charge. Maybe ask them to install and if there is a fee involved.
  14. If any ACARS you try is having issues, it isn't the ACARS program - it's something with your site. Is error reporting on? Any errors listed in error_log file? Any errors show in the donsole? If you move to phpVMS v7, you can convert your present DB - but some items will not move over from your old DB as there are no equivalents in the v7 DB. And extra modules you purchased will not work. It is best to install v7 on its own development site, do the conversion of the DB and see what works.
  15. Is error reporting turned on? Any errors showing in error_log or in the console? Did you edit any files to get phpVMS 5.5.2 to work correctly in PHP 7.2 or 7.3? There will be errors in phpVMS 5.5.2 when using PHP 7.2 or 7.3 (possibly 7.0 and 7.1 too). Many will reference the count parameter. I have no idea of IPS will work correctly with PHP 7.2 or 7.3 as I don't use it. 60k PIREPS may slow some things down a little, but only by a few seconds.
  16. You may have issues using phpVMS 5.5.2 on php 7.2 - can you downgrade the php version to 5.6? Have you changed/added anything in the past few weeks? Has your host changed anything in the past few weeks?
  17. It is best to run kACARS (any version, payware or freeware) as admin. Also consider running the sim as admin. Is the lowest PHP your host allows 7.2 or can you go to 5.6? 5.6 shouldn't require any major changes to your present site. Going to 7.2 (and needing phpVMS 5.5.2.72) will require some changes to your modules as well. And if you can only use PHP 7.2 for 3 more months, just isn't worth the hassle. Either find a new host who will support PHP 5.6 or 7.2 for several more years or consider updating to phpVMS v7. While v7 is technically still in beta, it works quite well. There is only one ACARS that presently works with it though.
  18. Also, make sure you are running kACARS as admin.
  19. Time to find a host that will support PHP 7.2 and/or 5.6 for a longer period of time. Or you could change to a VPS. Another option is to look into phpVMS v7.
  20. phpVMS version? MySQL/MariaDB version? I see you are on PHP version 7.4 - phpVMS 5.5.2 and prior will not run correctly on PHP versions 7.3 and higher. Check with your host to see if you can change to another PHP version. If using phpVMS 5.5.2 you will need PHP 5.6. If using phpVMS 5.5.2.72 you will need PHP 7.0-7.2 Answer the two questions above and we can advise further.
  21. Post the exact error you are seeing. Include: phpVMS version PHP version MySQL/MariaDB version
  22. V7 of what..... phpVMS or PHP? They are two totally separate items. If you answer he questions below, we can better help you... phpVMS version? PHP version? MySQL/MariaDB version? Paid or free hosting? Does host have Cpanel? What exact issues are you having with the install?
  23. phpVMS version? PHP version? MySQL/MariaDB version? Paid or free hosting? Does host have Cpanel? What exact issues are you having with the install?
  24. Verify your phpVMS verion. Is it phpVMS 7 or phpVMS 5.5.2? I don't believe CCFTracker works with phpVMS 7.
  25. Great start! Good luck with your VA.
×
×
  • Create New...