Longhaul444 Posted March 2, 2016 Report Share Posted March 2, 2016 No it is not version 4.0. This is what myphp admin version is through my host provider: Version information: 4.3.8, latest stable version: 4.5.5.1 That 4.0 version is what was on the file from your add-on: -- phpMyAdmin SQL Dump -- version 4.0.10.7 -- http://www.phpmyadmin.net -- -- Host: localhost:3306 -- Generation Time: Dec 20, 2015 at 09:21 PM -- Server version: 5.5.45-cll-lve -- PHP Version: 5.4.31 I am using php v5.4. This is copied directly from your sql file after extracting it before it is uploaded into the server. But I have it working with the corrections I made to the file, so it's a moot point now. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted March 2, 2016 Author Moderators Report Share Posted March 2, 2016 Well then I guess my server is outdated as it generated the sql when I exported it!!! Quote Link to comment Share on other sites More sharing options...
Longhaul444 Posted March 3, 2016 Report Share Posted March 3, 2016 Parkho, please don't take what I said as any disrespect, as that was not my intention. I thoroughly enjoy your modules. My apologies if I came across as disrespectful. As it's all good, and the module is working. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted March 3, 2016 Author Moderators Report Share Posted March 3, 2016 None taken. We're all here to learn things and thanks for using my modules. Quote Link to comment Share on other sites More sharing options...
DesComm Posted March 26, 2016 Report Share Posted March 26, 2016 New install and getting the below message: Also is there a way to have your original screen, it is more condensed and gives a better status of pilots. Warning: Invalid argument supplied for foreach() in /var/www/vhosts/prs.------.com/httpdocs/admin/templates/pm/pilot_manager.php on line 5 Quote Link to comment Share on other sites More sharing options...
SkyWestVirtual Posted April 11, 2016 Report Share Posted April 11, 2016 Just a quick message to say thank you for this, it just made it much easier for all of us, thanks Quote Link to comment Share on other sites More sharing options...
DesComm Posted June 25, 2016 Report Share Posted June 25, 2016 PM is showing the following error: $days = Config::Get('PILOT_INACTIVE_TIME'); ?> Pilot status is now showing correct. A plot made a flight today 6-24 however status shows "No Reports Over Days". Days set to inactive is @45 days. Also can a warning email be sent automatically? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted June 25, 2016 Author Moderators Report Share Posted June 25, 2016 Have you altered or changed codes in pilot_information.php? Seems like you're missing an open <?php tag. At this time the warning email in PM is manual. I will look into it in the next update. Quote Link to comment Share on other sites More sharing options...
DesComm Posted June 25, 2016 Report Share Posted June 25, 2016 (edited) I found the issue, there is a error in the original file, I verified it with Github. The pilot days code is in error. currently: it is ``` <?php> $days = Config::Get('PILOT_INACTIVE_TIME'); ?> ``` SHOULD BE: ``` <?php $days = Config::Get('PILOT_INACTIVE_TIME'); ?> ``` ------------------------------------------------------- Is there a way to get the icons that you used originally? It is easier to have a quick look and a admin can see the status (yellow and red colors) very quickly. Hopefully you can have the automatic emails soon. Currently is there any notification available to an admin that a pilot needs a warning or has goon inactive? Thanks Edited June 25, 2016 by DesComm Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted June 25, 2016 Author Moderators Report Share Posted June 25, 2016 Thanks. Noted and fixed. You're more than welcome to add to the module if you want but as we have this conversation, this version is in "AS IS" status. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted July 10, 2016 Author Moderators Report Share Posted July 10, 2016 (edited) I have added functions to give the ADMIN some records in Dashboard area. Install: -Download and replace PManagerData.class.php from Github. -Add the following lines to admin/dashboard.php <?php $days = Config::Get('PILOT_INACTIVE_TIME');?> <strong>Inavtive Pilots: </strong><?php echo count(PManagerData::InactivePilots());?> <strong>Pilots With No Pireps In <?php echo $days;?> Days: </strong><?php echo count(PManagerData::PastDuePireps());?> <strong>Pilots With No Pireps AT All: </strong><?php echo count(PManagerData::NoPireps());?> Screenshot: Cheers Edited July 10, 2016 by parkho Quote Link to comment Share on other sites More sharing options...
FlightDeckES Posted August 2, 2016 Report Share Posted August 2, 2016 (edited) hello good afternoon I have this problem does not record anything when sending the message to the drivers thanks for the help phpVMS Version simpilot 5.5.2 Edited August 2, 2016 by sotofigueroa26 Quote Link to comment Share on other sites More sharing options...
DanishFlipper Posted August 3, 2016 Report Share Posted August 3, 2016 I have added functions to give the ADMIN some records in Dashboard area. Install: -Download and replace PManagerData.class.php from Github. -Add the following lines to admin/dashboard.php <?php $days = Config::Get('PILOT_INACTIVE_TIME');?> <strong>Inavtive Pilots: </strong><?php echo count(PManagerData::InactivePilots());?> <strong>Pilots With No Pireps In <?php echo $days;?> Days: </strong><?php echo count(PManagerData::PastDuePireps());?> <strong>Pilots With No Pireps AT All: </strong><?php echo count(PManagerData::NoPireps());?> Screenshot: Cheers Hello, Can you please tell me where to add this inside the file, cause everytime im trying, im getting errors Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted August 14, 2016 Author Moderators Report Share Posted August 14, 2016 hello good afternoon I have this problem does not record anything when sending the message to the drivers thanks for the help phpVMS Version simpilot 5.5.2 I'm unable to view your attached image!!! Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted August 14, 2016 Author Moderators Report Share Posted August 14, 2016 Hello, Can you please tell me where to add this inside the file, cause everytime im trying, im getting errors You need to open dashboard.php file inside your admin folder and add them there. 1 Quote Link to comment Share on other sites More sharing options...
OWA001 Posted August 28, 2016 Report Share Posted August 28, 2016 Its a fantastic work, Thanks Man. Worked in my site Quote Link to comment Share on other sites More sharing options...
DesComm Posted December 1, 2016 Report Share Posted December 1, 2016 Emails are not filling in the data pilotid, firstname, lastname, etc. see code below We are running simpilot 5.5.2. CODE: <?php $pilotid = $pilot->pilotid; $pirp = PManagerData::getpirep($pilotid); $pir = $pirp->submitdate; ?> <p>Dear <?php echo $pilot->firstname.' '.$pilot->lastname ;?>,</p> <p>You are required to submit one PIREP every day. Your last PIREP was sent on <?php echo $pir; ?>.</p> <p>Please be advised if you do not send a report within the next 2 days your account will be deleted.</p> <p>Sincerely</p> <p><?php echo SITE_NAME ;?> - Staff</p> Email sent: Dear , You are required to submit one PIREP every 30 days. Your last PIREP was sent on . Please be advised if you do not send a report within the next 15 days your account will be deleted. Sincerely American Flight Airways - Staff Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted December 1, 2016 Author Moderators Report Share Posted December 1, 2016 (edited) Emails are not filling in the data pilotid, firstname, lastname, etc. see code below We are running simpilot 5.5.2. CODE: <?php $pilotid = $pilot->pilotid; $pirp = PManagerData::getpirep($pilotid); $pir = $pirp->submitdate; ?> <p>Dear <?php echo $pilot->firstname.' '.$pilot->lastname ;?>,</p> <p>You are required to submit one PIREP every day. Your last PIREP was sent on <?php echo $pir; ?>.</p> <p>Please be advised if you do not send a report within the next 2 days your account will be deleted.</p> <p>Sincerely</p> <p><?php echo SITE_NAME ;?> - Staff</p> Email sent: Dear , You are required to submit one PIREP every 30 days. Your last PIREP was sent on . Please be advised if you do not send a report within the next 15 days your account will be deleted. Sincerely American Flight Airways - Staff It Does!!!! Edited December 1, 2016 by Parkho Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted December 1, 2016 Author Moderators Report Share Posted December 1, 2016 I just made a small change in "email_warning.php" file you can download and replace it if you wish. Change Log: Warning email message to pilots who haven't filed any PIREPS yet is changed. Screenshot: Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted December 8, 2016 Report Share Posted December 8, 2016 Hey Parkho, I can't help but notice on your dev site, there is a place in the dashboard to edit email templates. However, in version 2.2 php version, there is not when Installed on my site. Is this on purpose? If not, I think we are missing the sidebar_pm.php maybe? And one very tiny small issue, when I click Pilot manager in the admin panel, it literally opens every category drawer all the way down the admin page. I attached an image with all the category drawers open. Pardon my non artistic graphical skills! Thanks for another awesome module Parkho. Ray Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted December 8, 2016 Author Moderators Report Share Posted December 8, 2016 Hi Ray, the reason the sidebar drawers open is the Javascript conflict of the module which I will fix in next version soon. Also, the sidebar pm is under development for next version and is not yet published. Thank you for your support of my modules. It definitely helps me keep up my work. Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted December 9, 2016 Report Share Posted December 9, 2016 Ah ok sounds good man. I look forward to the update when it comes out. Keep up the good work man. It is much appreciated. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted December 9, 2016 Author Moderators Report Share Posted December 9, 2016 Take a look at my website please. I fixed the drawers issue but for the sidebar pm I still need to figure out how the user can add/edit warning/welcome messages since I want them to send the email with details.(eg pilot name current time etc.) Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted December 9, 2016 Report Share Posted December 9, 2016 .... since I want them to send the email with details.(eg pilot name current time etc.) Well, we are on the same thinking wave pattern I see. I was kind of curious over that myself. The email system is what has plagued me with a module I am working on as well. I wish you luck in figuring that one out. I'm sure if you do it will be spot on. Quote Link to comment Share on other sites More sharing options...
Tummi Posted August 18, 2017 Report Share Posted August 18, 2017 how do i get your css to run? I installed itz like in the readme, but its not loading with your css Quote Link to comment Share on other sites More sharing options...
Miggel Posted October 26, 2017 Report Share Posted October 26, 2017 On 1.12.2016 at 4:31 PM, DesComm said: Emails are not filling in the data pilotid, firstname, lastname, etc. see code below We are running simpilot 5.5.2. CODE: <?php $pilotid = $pilot->pilotid; $pirp = PManagerData::getpirep($pilotid); $pir = $pirp->submitdate; ?> <p>Dear <?php echo $pilot->firstname.' '.$pilot->lastname ;?>,</p> <p>You are required to submit one PIREP every day. Your last PIREP was sent on <?php echo $pir; ?>.</p> <p>Please be advised if you do not send a report within the next 2 days your account will be deleted.</p> <p>Sincerely</p> <p><?php echo SITE_NAME ;?> - Staff</p> Email sent: Dear , You are required to submit one PIREP every 30 days. Your last PIREP was sent on . Please be advised if you do not send a report within the next 15 days your account will be deleted. Sincerely American Flight Airways - Staff I have the same problem Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted October 31, 2017 Author Moderators Report Share Posted October 31, 2017 On 8/18/2017 at 10:44 PM, Tummi said: how do i get your css to run? I installed itz like in the readme, but its not loading with your css Hi. The module comes with plain CSS as not all airlines layout are compatible with my CSS. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted October 31, 2017 Author Moderators Report Share Posted October 31, 2017 On 10/26/2017 at 3:57 PM, MichiGobeli said: I have the same problem I will check and let you know. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 15, 2017 Report Share Posted November 15, 2017 I get this error when a pilot registers. Fatal error: Class 'PilotManagerData' not found in /home/flyaka/public_html/core/modules/PilotManager/PilotManager.php on line 271 Any ideas? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted November 17, 2017 Author Moderators Report Share Posted November 17, 2017 On 11/15/2017 at 10:41 PM, flyalaska said: I get this error when a pilot registers. Fatal error: Class 'PilotManagerData' not found in /home/flyaka/public_html/core/modules/PilotManager/PilotManager.php on line 271 Any ideas? Well that line is looking for the pilot's last pirep and since new pilots have none, you'll get this error. Open "PManagerData.class.php" in "common" folder. At line 67 is the following function: public static function getpirep($pilotid) { $sql="SELECT * FROM phpvms_pireps WHERE pilotid = '$pilotid' ORDER BY submitdate DESC"; $check = DB::get_row($sql); } change it to the following: public static function getpirep($pilotid) { $sql="SELECT * FROM phpvms_pireps WHERE pilotid = '$pilotid' ORDER BY submitdate DESC"; $check = DB::get_row($sql); if($check) { return DB::get_row($sql); } } Try this and let me know if the issue is resolved. Thanks for noticing. 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.