William Posted June 29, 2020 Report Share Posted June 29, 2020 (edited) You already have the response lol We are the same VA, that's why he mentioned William in his previous post. I thought it was inferred from my previous response as well, sorry. Edited June 29, 2020 by William Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted June 29, 2020 Administrators Report Share Posted June 29, 2020 Sorry, missed that connection... What version of the LoA module? Where did you download it from? Quote Link to comment Share on other sites More sharing options...
William Posted June 29, 2020 Report Share Posted June 29, 2020 The version is 1.0, the last one available. It was throwing more errors as already described by many members in different posts and I cleaned them all up. The only thing which still does not work is the error thrown when we try to delete a LOA request. That error is connected to the function in Line 63 that Sean had posted about. Basically, it's not talking to the DB and the function needs to be rewritten, but I didn't have time. Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted June 29, 2020 Administrators Report Share Posted June 29, 2020 It works on my site with phpVMS 5.5.2.72 under PHP 7.2 / MySQL 5.6 -- but my LoA.php file is a bit different. I'll look at it later today and let you know what I find. Quote Link to comment Share on other sites More sharing options...
William Posted July 1, 2020 Report Share Posted July 1, 2020 (edited) That's part of the problem. We cannot use php 7.2 as it breaks other things. This VA is running on 20+ different add-on modules and I don't have to explain any of you what a headache it is to make them all work together nicely. 😉 Edited July 1, 2020 by William Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted July 1, 2020 Administrators Report Share Posted July 1, 2020 While it's a headache, we have been able to get 15+ addons to work just fine under PHP 7.2 . What we found is that many have similar errors and are easily fixed. Quote Link to comment Share on other sites More sharing options...
William Posted July 5, 2020 Report Share Posted July 5, 2020 (edited) Yes, I'm sure you did, but with over 200 active pilots, I'm not about to go fiddle with things that can break the site and create bigger problems unless I have to, especially over something small like LOA requests that I can easily delete straight from the DB. Also we have add-on nobody else does so it's hard to compare. Anyway, thanks for looking into it Edited July 5, 2020 by William Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted July 5, 2020 Administrators Report Share Posted July 5, 2020 That is why you always install new as a development site. Never mess with a working live site until you work out all the bugs. Quote Link to comment Share on other sites More sharing options...
William Posted July 5, 2020 Report Share Posted July 5, 2020 Thanks ProAvia. Really for all your help and suggestions Quote Link to comment Share on other sites More sharing options...
Thomasha Posted December 30, 2020 Report Share Posted December 30, 2020 (edited) Hello Guys, does the feature which checks if the pilot has already submitted an loa works for you? For us it didn't but i don't know why... Here our files. Many thanks in advance for your help. BRGDS Thomas *********************************************************************************************************************************************** Edited December 30, 2020 by Thomasha Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted December 31, 2020 Administrators Report Share Posted December 31, 2020 4 hours ago, Thomasha said: Hello Guys, does the feature which checks if the pilot has already submitted an loa works for you? For us it didn't but i don't know why... Here our files. Many thanks in advance for your help. BRGDS Thomas *********************************************************************************************************************************************** What version of phpVMS are you using? Did you run the SQL file to add to the database? This adds a new table for the LOA module. Quote Link to comment Share on other sites More sharing options...
LuxuryCEO Posted January 1, 2021 Report Share Posted January 1, 2021 the module on my site says theres a critical update with a yellow box 😕 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 1, 2021 Administrators Report Share Posted January 1, 2021 1 hour ago, LuxuryCEO said: the module on my site says theres a critical update with a yellow box 😕 Just ignore it. If it really bothers you, you can edit the module files to remove the check for updates. Of course, back up the originals before messing around with it. 1 Quote Link to comment Share on other sites More sharing options...
Thomasha Posted January 3, 2021 Report Share Posted January 3, 2021 On 12/31/2020 at 2:29 AM, ProAvia said: What version of phpVMS are you using? Did you run the SQL file to add to the database? This adds a new table for the LOA module. We are still on Version 2.1.v2.1.935. This module is working since years for us. If you refer to the "hub"... i added this manualy to the database. I also cross checked the installer file with our actual table and they are all correct. We now also saw that the "delete" function also don't works anymore 😞 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 3, 2021 Administrators Report Share Posted January 3, 2021 5 hours ago, Thomasha said: We are still on Version 2.1.v2.1.935. This module is working since years for us. If you refer to the "hub"... i added this manualy to the database. I also cross checked the installer file with our actual table and they are all correct. We now also saw that the "delete" function also don't works anymore 😞 The "You already have an LoA on file...." works on mine. I don't know anything about the loa table having a hub entry. Mine doesn't have hub - but does have status after reason. What PHP version are you using? What MySQL/MariaDB version? Quote Link to comment Share on other sites More sharing options...
Thomasha Posted January 3, 2021 Report Share Posted January 3, 2021 PHP-Version: 5.6.37-1+ubuntu16.04.1+deb.sury.org MySQL: Server-Version: 5.7.23-0ubuntu0.16.04.1 I don't know the version with "status" in the table. What does this status show? Is this file anywhere for download? The Hub entry was inserted by ourself. When the pilot is sending the loa its copied out of Auth::$userinfo and entered in this table so that it can be displayed in the loa admin Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 4, 2021 Administrators Report Share Posted January 4, 2021 In looking at my original module files and what is on my site, I have no idea where the status column came from or what it actually does. It may have something to do with my pilot manager module, which hasa column to mark pilots on leave. If I find out I will post back here. Quote Link to comment Share on other sites More sharing options...
Thomasha Posted January 4, 2021 Report Share Posted January 4, 2021 thanks in advance :-) Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted January 4, 2021 Administrators Report Share Posted January 4, 2021 I still don't know where that field (status) came from.... but I did find this updated module.... LOA v 1.0 https://github.com/Cloudxtreme/phpvms_loa 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.