Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. OP hasn't visited the forums since 2016. Chances are their skins are no longer available.
  2. Through the coding, those variables pull the pilots ID, first name and last name to be placed into the email.
  3. @Heritage1- are you meaning this? - If so, maybe something there will help you out - or post to that thread? I assume your simBrief API is for your primary domain.
  4. According to the github link you posted (https://github.com/shinoyasan/Airway-Route-Finder), it does pull from the web - routefinder to be exact. The phpVMS database (default) doesn't include date to make actual flight planning possible. If you modded it to only pull from the DB, can you share the changes you made? And maybe have all the language in English as not many here know Chinese (at least Google thinks it's Chinese). The module that @gio1961 linked to uses routefinder as well. There is also a module available that uses simBrief and it can be easily integrated into most phpVMS websites.
  5. All the airports? Are you actually going to use all of them? It takes a while to load that may airports. Suggest you trim your airports table to only those that you will use.
  6. If you stay with your host, nothing you can do. Or find a host that uses the specific versions of PHP and either MySQL or MariaDB needed to run phpVMS correctly.
  7. Search the forums for - non-static method. That's been covered here many times. Also, Google is your friend... search there for - Deprecated: Non-static method
  8. Miguel Your issues come down to your install. Most probably your MySQL/MariaDB version and Strict Mode settings. Talk with your host and ask them to turn Strict Mode off, then test again. You statedin one of your other threads that youare using MariaDB 10.4 - that is probably the issue. Keep all your issues in one thread - as they are all caused by the same thing. It's either the MariaDB version or Strict Mode.
  9. I think FSAcars may have some issues with new versions of PHP that would need to be fixed. What version of PHP are you using with phpVMS 2.x?
  10. The real issue is probably MariaDB 10.4 and Strict Mode. We know that phpVMS 5.5.2 will work under MariaDB 10.1 . Some users have reported issues with MariaDB 10.2 and above. Some of these issues were related to Strict Mode. Search here for "strict mode". Your work-around may work. There may be other DB tables that may need the same adjustments. Only time will tell. Keep us advised in this thread if you notice other similar issues.
  11. I see you edited your post above with some of the info. What MySQL version? Are you using the default crystal skin or another? Any addon modules?
  12. As stated in Discord, we need additional info..... phpVMS version PHP version MySQL or MariaDB version Skin used Addon modules used This is most probably a StrictMode issue.
  13. Did you install the cACARS module on your site? I am not familiar with cACARS. Does cACARS show it is connected to your site? Make sure error reporting it turned on in your hosting settings. Check the local.config.php file and post the entry for error reporting here.
  14. Glad you got it working. There are several freeware ACARS around - as well as a couple payware options. Freeware - kACARS_Free, CCFTracker and others Payware - smartCARS These are the ones I know of. A forum search make provide additional options.
  15. Make sure every field in the schedule has something in it - even if that something is a 'space'. I have had to do this for schedules before - if you don't use departure or arrival times, or have other fields that are vlank... enter a space (press spacebar one time) or enter another alphanumeric character. For the pricefield, enter a 0 (zero) if you don't have a price there. That will usually solve that issue.
  16. One of your issues is using phpVMS 5.5.2 with PHP 7.2. That will certainly cause issues. That is why there is phpVMS 5.5.2.72 - which is compatible with PHP 7.0 thru 7.2 . What version of MySQL? Is probably 5.6 or 5.7 . If MariaDB, is probably 10.1, 10.2 or 10.3. Sounds lime you don't have error reporting on. If it were on, you would see errors when using phpVMS 5.5.2 with PHP 7.2. See if your host offers PHP 5.6 as it's compatible with phpVMS 5.5.2
  17. Are you using phpVMS 5.5.2 or 5.5.2.72? PHP version? MySQL or MariaDB version? Do you have error reporting on? Any errors in the error_log files? I'd be willing to bet it may be a strict mode issue - but need more info from you.... see questions above.
  18. Hosting is with vmshost? If so, they presently support all versions of PHP required for any version of phpVMS. phpVMS v7 will be supported for some time to come. Previously versions will still work, but no further development will take place by the original developer. At some point, previous versions may experience issues and/or stop working due to advances in versions of PHP and MySQL/MariaDB. If you are starting with phpVMS from scratch, my personally opinion is to start with V7. Coming from another platform will present challenges as the data available won't be the same.
  19. I believe much of the color coding is in the css files. Here is a color picker: https://www.w3schools.com/colors/colors_picker.asp
  20. Do realize the v7 is still in beta testing. The main features are pretty much set, but it still needs some tweaking as bugs show up. Read the docs - especially the conversion process from previous version to v7. Another determination is what versions of PHP and MySQL/MariaDB are available through your chosen host. And how long those will be available. See the following link for previous version requirements:
  21. The ACARS presently being developed by the developer of phpVMS v7 will not work correctly with V5 at this point in time. As of today, there are no plans to make vmsACARS compatible with phpVMS v5.
  22. Do you have a backup of the database from before you deleted the ranks? While I don't think it should make any difference, change back to the default skin and see what that does. Unfortunately, I have never had any luck with the ela skin. If none of that works, install a new virgin phpVMS 5.5.2 in another folder with a new database, then test it to see if itworks correctly.
  23. Please start your own thread. Your question has nothing to do with the original post.
  24. Did you delete the ranks thru the admin panel or directly thru the database? Have you changed any files? What skin are youusing? Are you using the default admin skin? Check with your host to verify that strict mode is off in MySQL. Do you have a backup of the database from before you deleted the ranks?
×
×
  • Create New...