Jump to content

ProAvia

Administrators
  • Posts

    1646
  • Joined

  • Last visited

  • Days Won

    71

Posts posted by ProAvia

  1. What version of phpVMS? What version of PHP?

    What are the contents of TemplateSet.class.php on line 230?

    Do you have the simBrief module correctly installed? Seems the system can't find the template file listed.

  2. Does that pilot already have hours and flights logged in the database?

    Speaking of database, check the pireps table to see if any of the pireps submitted via smartCARS or manually are there.

    Also, submit a new pilot application and see if that gets sent to the site correctly.

  3. 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. 

  4. 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 - 

     

  5. 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.......

  6. 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.

  7. 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.

  8. 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>

×
×
  • Create New...