Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. No, manual PIREPS don’t have anything to do with the smartCARS files on site or the smartCARS client.
  2. You may want to get ahold of the smartCARS developers and see if you need to change/replace any smartCARS site files to make it work correctly in PHP 7. It sounds like the site is able to send data to smartCARS but not receive data from smartCARS. As for the other error, I don’t know cause I don’t use that skin - and my skin doesn’t have a statistics folder.
  3. What are the contents of the original line 337 in PIREPData.class.php? After entering what I suggested, did it still give the same error? If you got an error, was it the exact same or different?
  4. If line 337 is $row->rawdata = unserialize($row->rawdata); Change to if($row != NULL) { $row->rawdata = unserialize($row->rawdata); } Let us know if that worked.
  5. PHP 7.0, PHP 7.1, PHP 7.2, PHP 7.3 ?? What are the contents of line 337 in PIREPData.class.php? When you upgraded from phpVMS 2.x, did you upgrade to 5.0 or Simpilot 5.5.2? Is the site throwing any other errors? This is related to your kACARS issues also -
  6. What version of phpVMS are you using? What is the full version of PHP? 7.x could be 7.0, 7.1, 7.2, 7.3, etc. Does the error log show any errors since moving to the new host or using php 7.whatever? When my host forced us to PHP 7+, we had to turn on error logging using the php,ini file or the user.ini file - so something with error logging changed when they upgraded from php 5.6 to php 7+ -- at least with our host. Check file and folder permissions - use Filezilla or the like to sign into your site via FTP and look at the file and folder permissions for the kACARS folder and kACARS files. Another option would be to install kACARS_Free on the site and your computer and see if you can file a PIREP using kACARS_Free. Then you can possibly determine what you may need to change in your present kACARS files to make it work with you new host. But first, we need to know what PHP version you are using.......
  7. Are you using a custom kACARS or kACARSII? Check folder and file permissions on your site. What version of PHP is the test site using? Any errors in the site error log?
  8. Resolved by using same version of kACARS_Free client as listed in core/modules/kACARS_Free/kACARS_Free.php and recreating VA profile in the client.
  9. I'm using kACARSII - but I still have the kACARS_Free module installed. kACARS_Free directory permissions - 755 kACARS_Free.php file permissions - 644 I compared my module to the one at FS-Products and their content is exactly the same. Are you using 1.0.1.1 client on your FSX machine?
  10. The latest version of the client is 1.0.1.5 Do you have .NET 4.0 installed on your computer? Version 1.0.1.5 says it's for Prepar3D v4, requires FSUIPC v5 and will connect to https using TLS 1.2. Try uninstalling and deleting all files in the install directory. Then install version 1.0.1.1 and see if that works. If so, uninstall 1.0.1.1, delete all files in the install directory. Then install 1.0.1.4 and test it. For the module on your site - did you use the one included with phpVMS or did you install 1.0.1.1 from the fs-products site? Also, check directory permissons on your site.
  11. What is the site URL where phpVMS is installed? Is the module (kACARS_Free.php) in "core/modules/kACARS_Free"? Is you site using http or https? kACARS_Free client versions 1.0.1.5, 1.0.1.4 and 1.0.1.1 all use kACARS_Free module version 1.0.1.1 http://www.fs-products.net/index.php/kacars-free/downloads-2
  12. phpVMS 5.5.2 won't install correctly using MySQL 5.7 While there are some incompatibilities and feature differences between Maria DB and MySQL........ Maria DB 10.2 is compatible with MySQL 5.7 Maria DB 10.0 is compatible with MySQL 5.6 https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/
  13. Have you checked the error_log file in the main phpvms directory for any errors?
  14. phpVMS 7 is still in beta and probably shouldn't be used for a production site. There are no addons, skins, etc for it yet. Look into using phpVMS 5.5.2 (sometimes referred to as the Simpilot version) - lots of skins, addons and ACARS programs available. You will have to use PHP 5.3 - 5.6 with it. In any case, don't try to use free hosting - some stuff just won't work correctly - at least not without a lot of tweaking. phpVMS can be used as a CMS - or you can use WordPress, etc as your front end. Personally, I think using both just adds to the complexity and upkeep of the site. Several of us use phpVMS as our front end and add on forum software (such as phpBB). If you use phpVMS as the front end, you can easily lock down the site to allow visitors to see only the parts you want them to see. The docs you reference are for phpVMS 7- which is completely different from previous versions. Version 2.x and 5.5.2 are similar (there were some changes made to make 5.5.2 compatible with PHP 5). But they basically function the same. Search YouTube for 'phpvms' - there are a few videos showing how to install and set it up. Be sure you are not looking at any version 7 videos. Version 5.0 is supposed to work with PHP 7.0 - but I haven't tried it. It is a rework of version 2.x updated for PHP 7.0.
  15. Did changing SchedulesData.class.php fix the issue? Or are you still seeing the "header" issues? Sometimes it could be a transient issue. Clicking on "Continue" usually will allow the application to continue - and you may not see the issue again.
  16. Fix the first one and see if the header info one goes away.
  17. This is probably not a kACARS_Free issue. The issue is with your SchedulesData.class.php Search the forums for the phrase "non static method". This has been covered many times before. And if you have this error here, most probably you will eventually have it in other places as well.
  18. Strange issue - sorry, I'm out of ideas. Hopefully someone else will have some ideas for you.
  19. In admin/templates do you have a file named pilots_detailtabs.php? And does your admin account have full admin access?
  20. When you hover over or click edit, does it go to the following URL? <...> will be specific to your site and the pilot id you are editing. https://<SITE URL & PHPVMS DIRECTORY>/admin/index.php/pilotadmin/viewpilots?action=viewoptions&amp;pilotid=<PILOT ID>
  21. Can you try with IE or Edge? Or in Chrome - disable any plug-ins and test again?
  22. What browser are you using? Have you tried that page using another browser?
  23. In your picture above in the lower right corner there is a yellow triangle with the number 2 next to it. Have you checked the console to see what that error or message is?
×
×
  • Create New...