Administrators ProAvia Posted July 17, 2019 Administrators Report Share Posted July 17, 2019 EDIT - Only use if your hosting does not support PHP 8.1 or higher. If your host supports PHP 8.1 or higher, use phpVMS v7. Present users of phpVMS v2/v5 should use the legacy import feature of phpVMS v7. New VAs should install phpVMS v7. After much time and effort fixing errors, I now have phpVMS 5.5.2 working successfully on PHP 7.2. My live site has been running this for over 3 months. The installation program has now been updated to be able to install under PHP 7.2 as well. After much testing, including by several members here, I decided to release this version to the community. Here's a link to the program at github: https://github.com/ProAviaAZ/phpvms_5.5.2.72 Be sure to read the README file. Some may experience a few warnings when installing. While these warnings can be fixed, doing so creates major issues elsewhere with the installation. Continuing with the installation will install the program successfully. Additionally, this version may install under PHP 7.0 and PHP7.1 - but has not been extensively tested. It will NOT install under PHP 7.3 or higher. Some existing addon modules may need additional tweaking to get them working correctly with phpVMS version 5.5.2.72 - this is due to changes in PHP 7.2 Thanks to those members who helped test this for me. And thanks to Nabeel for permission to make this version available to the community. 3 Quote Link to comment Share on other sites More sharing options...
Heritage1 Posted July 17, 2019 Report Share Posted July 17, 2019 Our Hats are off to you for sure ProAvia, Thank you for the chance to help even just a little bit, and to be Honest, I am much impressed with this. Outstanding job for sure. I know myself how much time and work it takes just developing Skins for version 5.5.2.xx. Its not at all easy for even the Advanced Web Master at heart. I am sure I speak for a lot here when I say thank you, thank you for your Hard Work, and dedication to our Cause in helping with something that most of Love at heart, PHPVMS ! Thanks Again Pro Avia Jim "Heritage1" Quote Link to comment Share on other sites More sharing options...
flyalaska Posted July 18, 2019 Report Share Posted July 18, 2019 Awesome News! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 18, 2019 Administrators Report Share Posted September 18, 2019 Nice job! I've pinned this Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 13, 2019 Report Share Posted October 13, 2019 (edited) I downloaded this and installed it and it works amazingly well except for the registration page. It just reloads with no registration info being transmuted Any ideas? Thanks Rick P.S. Thanks for this I can't seem to find a good copy of V2 Edited October 13, 2019 by Captthud wrong problem Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 14, 2019 Author Administrators Report Share Posted October 14, 2019 What version of PHP, Apache and MySQL are you using? Are you using MySQL or MariaDB? If MariaDB, what version? Site URL? Did you use a valid email for the admin email address? Have you tried using the Contact form to see if an email is sent? SITE_URL/index.php/contact Do you have ReCaptcha set up correctly? Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 14, 2019 Report Share Posted October 14, 2019 (edited) 1. PHP 7.2.15, Apache 2.2x, MySQL 5.6 on a Debian platform.....not sure what version 2. I'm using MySQL 3. http://www.ich.flyvfrwpr.com/ich/index.php 4. Yes even when I tried to register as another person both email addy's are valid 5.not until you suggested it, and it works 6.As far as I know the ReCaptcha it's working just like it should I had to verify with ReCaptcha when I sent myself an email The install was flawless, I've added a couple modules, and they work just as expected I was thinking it's because I'm trying to register using the same ip on the client side I'm pretty stumped here, been google'in for a couple days Thanks for the quick response Rick Edited October 14, 2019 by Captthud Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 14, 2019 Author Administrators Report Share Posted October 14, 2019 Using the same IP shouldn't matter. ReCaptcha is working fine. I registered and submitted a contact under Joe Blow. Did you get an email for either of them? Is error logging turned on? Is there anything in the error logs? Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 14, 2019 Report Share Posted October 14, 2019 Yes I got both of them Did you get the acceptance email for both You should have gotten a notice of an internal email from bot of them as well I don't see anything in the server logs I don't believe I have error logging turned on, but it seems to be working fine except I can't create another account I just tried again, and it just reloaded the page.....could it be my browser cache I have logged in as the admin on my other computer Thanks Rick Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 14, 2019 Author Administrators Report Share Posted October 14, 2019 (edited) Well - I used a bogus email address, so I won't be getting an email. 😉 Certainly won't hurt to clear your browser cache - or try with a different browser. On my host, I needed to create a '.user.ini' file to turn error logging on in php7.2 - contents below ; see https://maximivanov.github.io/php-error-reporting-calculator/ for error reporting level calculator ; E_ALL & ~E_NOTICE = 32759 - all errors except notices ; E_ERROR | E_WARNING | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_RECOVERABLE_ERROR = 4339 ; log_errors_max_len - 1024 is default, 0 is unlimited error_reporting = 32759 display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 0 error_log = <FULL_PATH_TO_phpVMS_DIRECTORY>/error_log ; FULL_PATH... may start with /home/<NAME>/public_html/<phpVMS_location>/errorlog Notice that I wanted to see all errors except Notices and that I want an unlimited error_log file length/size. You can make this file in notepad or another plain text editor. Name it '.user.ini' and upload to the php VMS directory. Also make an empty file named 'error_log' and upload to same location. Some hosts may not require you to do this, but may need to have error logging turned on. Having the error logging on will also help you find other errors in modules, etc. EDIT: May I ask why you aren't using the most current version of kACARS_Free? Versions 1.0.1.4 and 1.0.1.5 are very stable - http://www.fs-products.net/index.php/kacars-free/downloads-2 Edited October 15, 2019 by ProAvia kACARS_Free Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 14, 2019 Report Share Posted October 14, 2019 Because I wasn't paying attention to the version DOH!!! I'll change that Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 15, 2019 Author Administrators Report Share Posted October 15, 2019 (edited) No worries..... done that myself more than once. LOL And if you want pilots to use a specific client version, in /core/modules/kACARS_Free/kACARS_Free.php line 33 - set that to the version you are using and line 34 to yes. You can host the kACARS_Free file on your site also if you wish - just show a link back to FS_Products. That will avoid confusing your pilots with multiple versions. So, the registration email issue is solved?? Edited October 15, 2019 by ProAvia Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 16, 2019 Report Share Posted October 16, 2019 (edited) yes now I have a disappearing act, the 2 text boxes in the log in the area at the top of the page just went away.....all on their own.....lol Edited October 16, 2019 by Captthud Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 16, 2019 Author Administrators Report Share Posted October 16, 2019 Make sure you are logged out of the site. They aren't there is logged in. I just checked your site and they are visible when logged out. Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 17, 2019 Report Share Posted October 17, 2019 (edited) Ok I thought I totally screwed it up Whew I also gave Mr.1 a new name Edited October 17, 2019 by Captthud Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 18, 2019 Report Share Posted October 18, 2019 (edited) I'm getting this error when I edit a pilot on the admin side /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/admin/modules/PilotAdmin/PilotAdmin.php on line 135 When I try to edit a pilot group I get the module Pilotadmin doesn't exist I also can't seem to edit the text in the navbar Rick Edited October 18, 2019 by Captthud Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 18, 2019 Author Administrators Report Share Posted October 18, 2019 (edited) You are trying to edit an existing pilot? Is this the error? Quote Warning: count(): Parameter must be an array or an object that implements Countable EDIT - I think I see the issue. I will address it tomorrow when I am back at the computer. Go to my github and open a new issue - https://github.com/ProAviaAZ/phpvms_5.5.2.72/issues Edited October 18, 2019 by ProAvia Quote Link to comment Share on other sites More sharing options...
Captthud Posted October 18, 2019 Report Share Posted October 18, 2019 (edited) this is from the all pilots page after clicking on save changes Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/admin/modules/PilotAdmin/PilotAdmin.php on line 135 and this is from user groups when I click on edit https://www.dropbox.com/s/lj4mliz277p9x3z/error1 pic.jpg?dl=0 I already had this one going will go over to github next Edited October 18, 2019 by Captthud Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 18, 2019 Author Administrators Report Share Posted October 18, 2019 19 hours ago, Captthud said: this is from the all pilots page after clicking on save changes Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnaweb15a/b82/ipg.rtpianogcom1/ich/admin/modules/PilotAdmin/PilotAdmin.php on line 135 and this is from user groups when I click on edit https://www.dropbox.com/s/lj4mliz277p9x3z/error1 pic.jpg?dl=0 I already had this one going will go over to github next Should be fixed now. Update or download the /admin/modules/PilotAdmin/pilotAdmin.php file from the github repository. https://github.com/ProAviaAZ/phpvms_5.5.2.72/issues/48 Quote Link to comment Share on other sites More sharing options...
Michael2015 Posted December 13, 2019 Report Share Posted December 13, 2019 I got error's all the way through and wouldn't even let me install it on php 7.2 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 13, 2019 Author Administrators Report Share Posted December 13, 2019 Stating "I got error's all the way through and wouldn't even let me install it on php 7.2" isn't very helpful. What errors did you get? PHP version? 7.2.what? Apache version? MySQL or MariaDB version? Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 15, 2019 Author Administrators Report Share Posted December 15, 2019 On 12/13/2019 at 1:57 PM, Michael2015 said: I got error's all the way through and wouldn't even let me install it on php 7.2 After reaching out to this poster via PM, his install issues were alleviated. When in doubt, read the readme file included in the download. Quote Link to comment Share on other sites More sharing options...
Haru Posted December 20, 2019 Report Share Posted December 20, 2019 @ProAvia Does this work on 7.3? Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 21, 2019 Author Administrators Report Share Posted December 21, 2019 2 hours ago, Haru said: @ProAvia Does this work on 7.3? Sorry, at the present time it does not. It's on my list to look at, but I can't promise when I will have time or if its even possible. Quote Link to comment Share on other sites More sharing options...
Tummi Posted January 19, 2020 Report Share Posted January 19, 2020 i have an issue with the funktion bid on a schedule. Even in default skin its showing me bid is added, but there is no db-entry..-> "no bid's on a flight where made" i've searched the forum for similiar issues but nothign worked for me... maybe someone have an idea? page: oneengineout.de Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 19, 2020 Author Administrators Report Share Posted January 19, 2020 When you hover the mouse cursor over the Add Bid link, look for the URL.... does that URL indicate the bid ID number or not? Please verify you are using phpVMS 5.5.2.72 What PHP version? What MySQL or MariaDB version? Quote Link to comment Share on other sites More sharing options...
Tummi Posted January 19, 2020 Report Share Posted January 19, 2020 (edited) no it does not http://prntscr.com/qpv90u phpVMS 5.5.2.72 in use with PHP 7.4 and MySQL 5.7 Edited January 19, 2020 by Tummi Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 19, 2020 Author Administrators Report Share Posted January 19, 2020 phpVMS 5.5.2.72 will not work correctly with PHP version greater than 7.2 at this time - as stated in the readme. If you choose to use it with PHP versions greater than 7.2, I can not provide support and you basically become a test pilot. Quote Link to comment Share on other sites More sharing options...
Rauri101 Posted January 20, 2020 Report Share Posted January 20, 2020 Hello will this work with smartcars acars? Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 21, 2020 Author Administrators Report Share Posted January 21, 2020 Yes, phpVMS 5.5.2.72 will work with smartCARS. You may need to make some minor edits to the smartCARS module (the site module) if you see any errors. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.