Jump to content

Strider

Members
  • Posts

    1824
  • Joined

  • Last visited

  • Days Won

    53

Posts posted by Strider

  1. I had edit the insert SQL code for the insertion of data into the db for you but you reinstalled phpvms again, and it would go back to what it was before. I had the pireps working and schedules working for you. Not quite sure why you decided a reinstall was then required after i had gotten those working for you. Ask to see if your host can disable strict mode as i think that might be your cause.

  2. The only version of phpvms that will install without errors into php v7.3 is phpvms v7 which is only in beta testing right now. Make sure you have the settings correctly setup in the admin panel. You need to set the criteria to accept pireps, if it doesn't find or they are not setup it won't work.

  3. Sounds like you have not set it up correctly. If a module is setup correctly, it works, if it is not working then there is something amiss. Is the an admin sidie with settings? Do you have to edit the local.config file to add some lines to it? You have to make sure they are all in if so and you haven't missed anything. Have you added the criteria?

  4. What exactly happens, does it come up with an invalid api key? Or no pop up shows at all? A link to your site might help, it could be you haven't put the link to the JS file in which would cause that problem.

  5. If it is looking for a .tpl file but you have it as .php you need to change it to .tpl. 5.5.2 though uses .php for the template files. So if it is footer.tpl but it is looking for footer.php just change the footer.tpl to footer.php. It is not that the skin isn't compatible, it just needs editing to use .php instead of .tpl. You need to make sure all files are in the correct place.

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

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

     

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

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

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

×
×
  • Create New...