Jump to content

ProAvia

Administrators
  • Posts

    1740
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by ProAvia

  1. The coding is in place for ReCaptcha version 2 - you will need to acquire and enter your own Recaptcha keys. Those keys get entered into local.config.php - if there are no entries to pit them there, copy/paste that particular section from app.config.php into local.config.php and enter your keys as indicated.
  2. phpVMS 5.5.2 already has the kACARS_Free site module 1.0.1.1 as default. The kACARS_Free client 1.0.1.1 should work fine. Actually, any of the freware clients will work with site module 1.0.1.1 if you allow all versions in the site file or set the actual client version you will require pilots to use in the site file. I really don't think the section you posted pertaining to "kacars 3.0" will have anything to do with the vlmva issue. I am unaware of "kacars 3.0" - the only payware versions I know of are kACARSI and kACARSII. I'm not sure about the kACARS payware version you have for your VA, but kACARSII payware version will only work with a specific site URL. It will not connect with vlmva as the underlying URL is different. Double check that you set up kACARS_Free client correctly - check the VA and user profiles.... that the URL and pilot info is correct to connect to vlmva. What PHP version is vlmva using?
  3. What version of phpVMS are you using on vlmava.com? PHP version? What version of kACRS_Free site side module? What version of kACARS_Free client? I have not used ccftracker, so don't know what to look for with it.
  4. phpVMS 5.0 Classic is version 2.1.x updated for php versions up to php 7.0 I believe. Not sure if this version is ReCaptcha v2 compliant or not. I think it's best suited for those who already have phpVMS 2.1.x installed and are actively using it on their established VA. You may be better served by installing the Simpilot version - phpVMS 5.5.2? Here's a link: https://github.com/DavidJClark/phpvms_5.5.x . This version is already ReCaptcha v2 compliant - among other updates. If you decide to use 5.5.2, just delete the present files and if the database is new (without any pilots, airports, aircraft, schedules, etc.) delete it also and start fresh. If the database already has some data in it, just make a new database for 5.5.2. As for adding modules, many (most?) freeware modules have been updated to work with phpVMS 5.5.2. Those that are not are pretty easily converted.
  5. What version of phpVMS are you using? What version of PHP? Free or paid hosting?
  6. See the second sticky above - Upgrading ReCaptcha for v2
  7. No reason to feel stupid. We've all been there. And that's how we learn. Glad you got it fixed. Remember - not all modules will show in the plugin manager. I believe the ZIP file needs to include a 'config.txt' file in the original package.
  8. Did you verify that the 3 files referenced are actually in /admin/templates/plugins ?
  9. OP is using phpVMS 5.5.x - the Simpilot version. /core/modules/Pilots/Pilots.php shows $this->set('allpilots', $pilot_list); # deprecated $this->set('pilot_list', $pilot_list); So $pilot_list should work. In looking at http://www.gatewayvirtual.com/index.php/Pilots - there are 3 hubs listed, but no pilots assign to any of them. Try assigning your one pilot to a hub.
  10. What are the contents of /lib/skins/blueice/pilots_list.php line 16? What version of php are you using? What version of phpVMS are you using?
  11. ProAvia

    Bluemax

    Glad you got it working.
  12. ProAvia

    Bluemax

    Please answer the questions above. Posting the entire file contents just makes it difficult to find the contents of line 32 in /core/modules/ACARS/ACARS.php ---- and the other info is important to assist you. Additionally, have you made any changes to those 2 files or are they the default, un-edited files?
  13. ProAvia

    Bluemax

    Is there a file in /core/comon named ACARSData.class.php ? What are the contents of line 32 in /core/modules/ACARS/ACARS.php ? What phpVMS version are you using? What PHP version are you using?
  14. That's good to know - thanks! Some FSX/P3D aircraft lights are also called by non-standard events also. The only actual ones documented in FSUIPC are the PMDG aircraft - but not sure it's worth the time to program an ACARS to align with them.
  15. I guess you would have to try the JARDesign A330 again. Are you saying when you turn the beacon on in the Zibo B728 the ACARS reports it is off? Or when you turn it on, it reports on then off right away?
  16. I just happened to leave mine setting - so sometime between 30 minutes and 2 hours, something must have updated and then at 2 hours I clicked and it submitted. That may be - I was using the default B737-800 that I imported from FSX. And just a short flight from KIAH to KDAL.
  17. Since you are running phpVMS and VAFS, you can't access both from http://www.panamericava.com or http://www.panamericava.com/index.html - that's where the conflict occurred initially when you tried installing phpVMS in the public_html directory. While you certainly can run phpVMS and VAFS concurrently, I don't believe they will share data - as each uses a different database and database structure. I am not familiar with VAFS. As I said earlier - to keep order, each program should be in their own directory in public_html. If you were only running one or the other, there is a way to have the program in its own directory and have an index file in public_html to initially load it from there. But with running the two programs, I don't think that's possible..... hence the need to have the sub directory name as part of the URL to reach phpVMS.
  18. You need to go to http://www.panamericanva.com/phpvms/install/install.php Your phpvms site will be at http://www.panamericanva.com/phpvms
  19. Good luck! Let us know how it works out.
  20. Create a folder inside public_html called phpvms and install it there - public_html\phpvms You can install phpVMS 5.0 (classic - called v2 also) - https://github.com/nabeelio/phpvms_v2 or phpVMS 5.5.2 (Simpilot version) - https://github.com/DavidJClark/phpvms_5.5.x . There are some differences between the two. Personally, for a totally new install, I would go with the 5.5.2 version. Long term, you should consider having your VAFS in it's own folder too - public_html\vafs. Don't create any folders inside of the \home directory - all folders get created in public_html. All that should be in the \home directory is what your host put there.
  21. If you leave the ACARS program open for a while (possibly a few hours worked for me), can you then file the PIREP? Are you using the latest phpVMS build? Latest ACARS build? I had a similar issue with an older build and was able to file after waiting 2+ hours. I don't remember if any pages were blank after arrival though - just not able to file the PIREP right after flight completion.
  22. phpVMS should be installed into its own sub directory.... public_html\phpvms - as an example. Your VAFS should probably be installed into its own sub directory also... public_html\vafs - as an example. Having each program in its own sub directory (folder) will help keep the conflicts to a minimum and helps keep everything better organized. You can also install forum software in its own sub directory. What version of phpVMS are you wanting to install? What PHP version are you using?
  23. That's where I was back in March - now I know just enough to be dangerous. LOL I found if I did a copy/paste of the base error, Google usually found something that worked... so, in the error Warning: count(): Parameter must be an array or an object that implements Countable in /home2/ravnalas/public_html/Crew/lib/skins/ocean_blue/frontpage_main.php on line 112 I searched for Warning: count(): Parameter must be an array or an object that implements Countable Good luck in your searching.... you will learn a lot
  24. Not sure if this will work... <td><font color="053077"> <?php if(is_array(ACARSData::GetACARSData()) || ACARSData::GetACARSData() instanceof Countable) { echo count(ACARSData::GetACARSData() } ?> </font></td> Revert what I initially posted..... yours started on line 194 I think
  25. You shouldn't hold your breath waiting for someone else to update your skin and your modules to work with PHP 7.3. You might see a Simpilot derived version of phpVMS 5.5.2 that will work in PHP 7.3 - but the skin and modules probably not. It took me many hours to get the Simpilot version working with PHP 7.2 - and lots of searching on Google and a boat load of reading to find things to try to resolve the issues I was seeing. After I had the base program working, it took a lot more hours to adapt my skin and get all my modules working with it. There was a bunch of stumbling along the way too. As for your admin issue - honestly, what worked was a WAG on my part. It made sense to me, but I really had NO idea if it would be successful. Glad it helped!
×
×
  • Create New...