Jump to content

ProAvia

Administrators
  • Posts

    1740
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by ProAvia

  1. ProAvia

    kACARS Free v1.0.1.4

    Only if you're requiring all users to update to 1.0.1.4 If you wish to allow users to use 1.0.1.1 or 1.0.1.4, just change the "forceOut" line from 1 to 0 $forceOut = 0; // Force disconnect is wrong version 0=no 1=yes This will allow any version of kACARS_Free to connect. And may prove less confusing to those who aren't using P3D v4.
  2. Hi David Yes, family always comes first and foremost! Thank you for your many years of tireless work in this community. Have you given any consideration in how support for your payware modules may be provided in the future? Would it be possible to provide that here on this forum through PM only? What will happen to your payware modules once the Simpilot site is shuttered? Thanks again for your many years of commitment to our hobby!
  3. Hoping that many/most of the present freeware modules are included in version 4, as was stated in the teaser for the now defunct version 3. Or at least an easy fix to existing modules to work with the Laravel framework. It would be a shame to lose many of the existing modules many of us are using.
  4. Seems that you are correct in that the security certificate for https has expired. Loading just now, I see the https has reverted to http - that's totally fine with me.
  5. Is anyone else getting an https warning on their Android device? Or a "Cannot Verify Server Identity" on iOS? Does this have to do with the transfer of hosting from Simpilot to Nabeel?
  6. Thanks for the update gents! I wish I was handy with Laravel. Unfortunately, I had a hard enough time updating my site form 2.1 to 5.5.2 . With the help of the fine people here, I did succeed. I am willing to help beta test it though, when you get closer to full testing. As for the forums, have you given any thought to phpBB 3.2? Free and quite a number of extensions too.
  7. Just thinking out loud here - With the announcement that SimPIlot is closing down his site and http://www.simpilotgroup.com/ ...................... What becomes of VA Central, version 3 of phpVMS and this support forum? It was my understanding that SimPilot was involved in keeping all of this functioning. I do see that Nabeel is working on version 4 of phpVMS. Who will be responsible for VA Central and this sites web hosting after SimPilot closes? I see the front page no longer shows anything about version 3 and appears to have reverted back to the original page (prior to version 3 announcement).
  8. ProAvia

    Ranks

    I added a custom page via admin panel, News & Content, Pages. In that page, I added an html table with headings for hours, rank (name and image), and privileges of that rank.
  9. phpVMS 3 isn't released yet. The most current stable version is phpVMS 5.5.2 by simpliot - which is an update of version 2.x made to work with php 5.
  10. I've noticed that if you scroll down - sometimes a long ways - the information is usually there. Not all of the info is complete though. If you can't find the info you're looking for, just ask in the forums and someone will usually help or point you in the correct direction. There is a wealth of knowledge in the membership here. As for the version numbering - I believe version 2.1.x is probably the oldest. Version 5.5 came next and seems to be named/numbered to indicate it works with php version 5 or 5.5. Lastly, version 3 is the newest, as yet unreleased, version.
  11. Make sure the URL for your site is correct. I believe it should point to your phpVMS folder. So, if your site URL is http://www.MyVA.com and phpVMS is installed in .../MyVA/phpvms - you need to use http://www.MyVA.com/phpvms Be sure there are no trailing spaces or slashes in the URL.
  12. How about this? Works via a cron job to copy the pilot table from one DB to another. https://www.sitekickr.com/blog/replicate-copy-database-table-php/ I personally haven't tried it. Found it via a Google search: https://www.google.com/#q=can+i+setup+a+cron+job+to+copy+a+database+table+to+another+location&spf=117
  13. As a single, log in on one and automatically be able to fully access the other - sadly, no. I do have mine set up using the same username and password (I can't control if they use the same password, but do strongly suggest it), on both phpBB and phpVMS. It's kind of a pain to set up their access initially as we don't allow auto-registrations. But if they stay signed in to both, they can transition seamlessly from one to the other via on-site links on both entities. Using TAV1702's options are certainly worth a look see.
  14. ProAvia

    Errors

    Post what line 2031 says. What format is the avatar you are uploading (file extension)?
  15. I think the time used in phpVMS has something to do with where your hosting company is located. I'm not sure if it can be changed. But - you can display a clock with whatever time zone you choose. One place to get a free one is http://www.clocklink.com/
  16. Sorry, no I do not.
  17. In .../core/common/ PilotData.class.php - look for public static function generate Signature around line 895. A few lines below that you will see the 3 entries you wish to change Total Flights, Total Hours Total Earnings. Back up your original file first, then change only those 3 items. You can then re-generate signatures in the admin panel.
  18. Thanks for the reply On the first error, I think it's showing when a guest attempts to access something in Profile. The times shown in the error log are times members don't appear to be on the site. Since I recently updated to 5.5.2, it may take a bit to single out the issue as a bunch of modules were updated at one time. For the second, the profile_stats.php file is called when you go to access 'My Stats' from the 'My Career' page. http://www.freedomair.us/phpvms
  19. I don't believe this 2 issues are related....... I show this error in the 'error_log' file PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Profile' does not have a method 'phpvms' in /home/rocke2/public_html/freedomair/phpvms/core/classes/MainController.class.php on line 218 I can't figure out how or why this is being called. What is this error actually telling me? I can't get any charts to display in the defaulit phpVMS 5.5.2 file '....\templates\profile_stats.php' - even if I put the file in my skins folder. Any help is much appreciated. Thanks! Contents of profile_stats.php
  20. To set up an event you do not NEED to have anything set up yet. But eventually you will need a departure airport, an arrival airport and at least one active schedule (with a flight number) so your pilots can fly the event on your scheduled date and time.
  21. Maybe this will help.... https://www.ablebits.com/office-addins-blog/2014/04/24/convert-excel-csv/ Look in the section titled: Export Excel to CSV with UTF-8 or UTF-16 encoding Definitely don't open and re-save the file in Excel after you do this - or you'll need to do the above procedure again.
  22. So Notepad++ showed the question marks? Then I'd guess it's most probably something to due with your version of Excel. Please keep us updated on your migration and schedule import.
  23. That's exactly the same as my import.php. I'm still using Excel 2003 for my CSV. I know there are some differences in mine and newer versions. Open the CSV file you used for import in Notepad++ (instead of Excel) and see what's in the route column. Maybe that will give us an idea. Another option may be to open the CSV in Open Office (freeware) and see what the route column looks like.
  24. What version of Excel are you using? When you saved the CSV, did you save as CSV (Comma delimited), CSV (MS-DOS) or another format? Also, when saving the CSV, be sure to select Yes if asked if you want to keep the workbook in this format (To keep this format, which leaves out any incompatible features, click Yes.). I seem to remember saving as one of those and had an issue with the import (not the ??? in the route field though). If you saved in one, try another to see if that solves the issue. Are you using the stock Import.php file in admin/modules/Import or an edited one? Maybe post the entire public function processimport () section for review here. I believe in version 5.5.2 it starts on line 314.
  25. Can't say as I've ever seen that before. In the database, is the 'route' field 'Type' set to 'text'? And you imported it as a CSV file - without any changes to the CSV formatting during editing?
×
×
  • Create New...