Jump to content

ProAvia

Administrators
  • Posts

    1761
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by ProAvia

  1. What version of kACARS_Free are you looking for?
  2. That is not the acars map that comes with phpVMS. That is a payware addon by CrazyCreatives named Airline Map (if version 1 using Google Maps) or Airline Route Map (if version 2 using OSM). If you are having issues with that addon working as described on the Crazy Creatives website, you will need to ask in their forums for assistance. If you are wanting to get the correctly working addon to just display on an external webpage, someone here may be able to assist you in getting it working. Chances are they will need to have the exact same addon. In any case, it may be better to chat with others about this via PM or email.
  3. @web541 - could it also be that something is missing or corrupt in the ELA skin core_htmlhead.php file? Not the one in /core/templates but the one included with the addon skin. EDIT - never mind that.... I think the skin may have been installed incorrectly. Here's the skin on github: https://github.com/carlosmfreitas2409/ElaSkin-2.0 - its not supposed to be in "/lib/skins/ElaSkin-2.0-master" but in "lib/skins/ela". And not everything from the extracted download goes there either.
  4. You mean 5.5.2.72 - which is 5.5.2 updated to work with PHP 7.2 Besides the ELA skin, have you tried any others? I have seen issues with the ELA skin in general. Check your error_log file in the root of phpVMS and see if it shows any errors. Post them here.
  5. Default or edited for smartCARS?
  6. Great! So it's all working as you expected now? What file is that code from above?
  7. What version of phpVMS? What version of PHP? I'm guessing everything works fine with the default skin..... Any errors showing in the error_log file?
  8. I wonder if there is any chance the skin you are using is causing this? I don't think it would. But, maybe try changing to the default crystal skin and see if the issue is still there. Any chance a module you installed included anything that could have changed the navdata calls?
  9. I guess this is for phpVMS 2.x or 5.5.2 by looking at the path to the file...... moved to correct forum
  10. The record ID of the fix makes no difference - Can you provide the info from the navdata table for that fix?
  11. The post you quoted it over 3 years old. That member hasn't been on the forum in almost 3 years. Chances of an answer from them are very slim.
  12. If that's the case, the system isn't recognizing any of the routing besides dep/arr points - whether theu are in the navdata tavle or not.
  13. Google is your friend Type the ICAO in and see what you get
  14. Don't bump threads that haven't received a response in almost 7 years. Start a new thread and post a link to the old thread if you need to reference it. Necroposting is frowned upon. Of course, ICAO airline codes have been 3 letters since 1982 (compliance by 1987). Prior to that, airline codes were 2 letters and corresponded to the IATA designator. There are no 4 or 5 letter/digit airline codes.
  15. And it will remain so until after vaCentral is back on line. Additionally, it will require several coding changes as the API and provided info will change. There are several online resources to look the required data up manually.
  16. First, let's determine exactly which version of phpVMS you are using. There is no version 5.5 - there is version 5.5.2, 5.5.2.72 and version 2.x (incorrectly referred to as version 5). What exact version are you using and where did you download it from? Second, what version of PHP and MySQL/MariaDB are you using?
  17. The rawdata field in the pireps table is where position data for the flown route is stored. This is actually position reporting data provided by some ACARS programs - not all ACARS programs report this data to phpVMS. The use of this field is not something the user can control directly. One program that does use this field is kACARSII, but it is not longer available. And I believe FSACARS also used this field. There may be others, but I don't have first hand knowledge of them. kACARS_Free and smartACARS do not seem to use this field.
  18. I think the curl install has to be done by your host. I would contact your host and ask them about it. It is my understanding that phpVMS 7 doesn't have the typical install like prior versions. You should be able to go directly to the sub-folder it's installed in and run it from there - the page you showed is how it's supposed to look (plus the images) and the install is done directly from there. Also - do NOT install in public_html - put the files in a sub-folder of public_html. This will allow you to easily have multiple installs (if desired), have forum software installed in its own folder and keep everything organized and not all mixed together. Additionally, having each program in a separate sub-folder under public_html will easily allow you to have a different version of PHP in use for each sub-folder if required by the program installed. /public_html /public_html/phpvms7 /public_html/forum /public_html/phpvms5.5.2.72 /public_html/whatever......
  19. Did you upload to a new folder inside of public_html? You should be able to access by going to "URL/<folder phpvms is in>"
  20. I suggest you use PHP 7.2 or 7.3 for phpvms v7 Since you don't have SSH available on your host, you will need to use Composer locally and then upload all the files to your server (host). Be aware that phpVMS 7 is still in Beta and probably shouldn't be used for a live (production) site. If you decide to go with phpvms 5 - I would suggest version 5.5.2.72 (this is the Simpilot version updated to work with php 7.2) - use php 7.2 as it won't work in php 7.3. There is a link to it in the phpVMS Classic Support forum.
  21. You need to start with WampServer or Xampp - then you can install php, apache and MySQL/MariaDB. What PHP versions are available on your host? What MySQL or MariaDB versions are available?
  22. Have you asked your host about getting SSH access?
  23. Shared Hosting, VPS or ???? Who is your host?
  24. If you need more assistance, come back to this thread (after reading the documentation) and supply your PHP version, MySQL or MariaDB version. Do you have SSH access on your server?
  25. http://docs.phpvms.net/ Have a look thru the install docs
×
×
  • Create New...