Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. Different code requires different tags to mark commented out text. in php it can be for 1 line // or for multi line /* */ that is the same with javascript too. In html it is <!-- -->
  2. the landing rate they can't exceed. and make sure it is enabled, and not disabled.
  3. 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.
  4. 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.
  5. 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?
  6. 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.
  7. 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.
  8. If it is telling you that a template file is not found, it means the file is not where it is supposed to be or is missing, and you need to upload it.
  9. You can change the UTF8 to another one that would support the Turkish language
  10. Make sure your browser allows popups, if the browser blocks them, nothing will happen. I have it and it works fine, so that is not the cause.
  11. I dont think it would require a complete rewrite of it, it would need a lot more coding to get it to work,
  12. 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.
  13. 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
  14. Ok, i have gotten the table to be populated, but flights are still not showing on the map.
  15. I have tried resetting the acars map but it doesn't work as no data is getting inserted
  16. smartcars is linked to my new icrew site which is currently on php 5.6. The ID on the acarsdata table is set to auto_increment, but that table is empty, so those acarsid are phantom ID's
  17. It now seems now pilots show on it. I have no clue as to why this started. It seems different parts of my site seem to break. It is getting really tiresome.
  18. 11632701 I am getting acarsid's like that. But acarsdata table is empty.
  19. 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.
  20. Here is navdata 2008 for people who are having trouble with installing it. phpvms_navdata.sql.zip
  21. Some flights when pilots are flying dont show on the acars map. It only seems to be a few. Their pirep is still filed however
  22. 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?
  23. I have edited the import code to allow you to export the codeshare flights within the normal CSV format and then to import them via the import schedules. https://github.com/Strider2/sched_import
  24. It can happen the tables import, but the data isn't imported into those tables. I have seen it happen, it is a pain, if you have the database download, open the SQL file and find the relevant tables and copy the insert SQL and do it that way. When you imported the DB did you get any errors.
  25. I have updated this module as I found an error in the code for editing the codeshare airlines. It has been fixed. You can download the update here.
×
×
  • Create New...