Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Posts posted by Strider

  1. What I gather it does, is instead of having a function for each and every acars client, it creates a php file the code can deal with. But why is it calling it auth.php I don't know. It may mean I have to ask nabeel as he may have more insight into what it does and a possible fix for it.

  2. Here is the most recent errors i am getting in the error_log

     

    [16-Jul-2020 18:05:36 UTC] PHP Warning:  include_once(/icrew/core/modules/ACARS/auth.php): failed to open stream: No such file or directory in /icrew/core/modules/ACARS/ACARS.php on line 47
    [16-Jul-2020 18:05:36 UTC] PHP Warning:  include_once(): Failed opening '/icrew/core/modules/ACARS/auth.php' for inclusion (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /icrew/core/modules/ACARS/ACARS.php on line 47

     

  3. smartcars, and all are using it, it is not sending the data to the acarsdata table for some reason, but is sending to another table that is used to populate another page. No errors in any log, all error logs are not dated today as the last time they were modified.

  4. It seems that not all my pilots when they fly are being picked up by the acars map, yet they are still able to file so it is not a huge problem, but would like to see them on the map. Would anyone know a reason as to why not all the pilots flying will show on the map?

  5. a signle part of code that in it self can't work without the other files, won't breach copyright. I am not asking for all the code, just the part that instructs how many rows to show. is the code set to 15. Most of the time that is just 1 line of code, which won't work by itself so i cant steal it nor can anyone as they would need more then 1 file and/or lines of code.

  6. 19 hours ago, natcret said:

    Thanks Strider.  If I understand correctly you need to see the site page?  Below is a link to the site and one of the pages:

     

    https://flymirageva.org/index.php/tour/details/4

     

     

    The code, as i don't know what the code looks like. Just need to see the code for the showing the pilots signed up not the entire thing.

     

    Also asking for help for a product payware or not is not against the law. What is, would be to share the module with others for free, or to edit it a slight bit and then claim it as your own. As since simpilot is no longer around, how else are they going to get help with the modules otherwise. As most likely people who have it will be the ones to help.

  7. Did you finish the flight? If so, and you have closed the acars program, flights remain on the map and move to that location as it is not getting info from the acars program anymore. To change that, edit your local.config file and change the following settings

     

    Config::Set('ACARS_LIVE_TIME', 10);

    that is defaulted to 720, change it to a lower number like 10, means after the flight the flight disappears from the map and that problem is not encountered.

  8. I have resolved this problem. I had to change the pirepdata class to one from the V2 from nabeel's github, and change some columns to allow null values if none for those are submitted. Looks like something got set to strict or something not sure. But am happy this is now fixed.

×
×
  • Create New...