Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.1k views
HI Nabeel, I have the location and flags displayed on a page, i have a member from Wales registered, the flag is displayed but the name is blank, where is the file or table i need to update please? screen shot attached,
Last reply by mark1million, -
- 2 replies
- 1.1k views
pilots trying to log in keep getting 'You must be logged in to access this feature!' message
Last reply by Strider, -
- 1 follower
- 6 replies
- 1.5k views
One of my pilots has told me of a problem there having.............................I login and getYou must be logged in to access this feature! and am unable to do anything. If I leave the page and go back again, I can see that I am logged in, but cannot actually do anything. I can click on the Fleet page, and I can click on the Pilots page. I can view any pilot on the page, but I cannot get access to the rest, Schedules, Bids or Pireps. I have made a test account and i don't seem to have any problems, has anyone any ideas what it could be?
Last reply by mattsmith, -
- 2 replies
- 1.1k views
I want to put pilot login and register inside my sidebar box...any suggestions...? I tried everything but im noob in php thank you very much
Last reply by shiljo, -
- 4 replies
- 1.6k views
Hey guys, I just recently found out that in the Pilot manager addon i have (not sure whichh version) Has my Name in emails i sent to other pilots. Here is the code let me know how i can fix. Please. <p>Dear <?php echo Auth::$userinfo->firstname.' '.Auth::$userinfo->lastname; ?>,</p> You are required to submit one PIREP per month. Your last PIREP was sent on <?php echo Auth::$userinfo->lastpirep?>.</p> Please be advised if you do not send a report within the next 2 days your account will be deleted. Sincerely SkyBahamas Virtual - Administrative Staff And as an example, lets say i email a pilot name John Sky, and i sent him a …
Last reply by Curshad, -
- 4 replies
- 1.3k views
Hello, everyone I have pilot manager (not sure which one) but when I got it my web master asked if I wanted the people that are marked as "retired or inactive" to allow them to log in. I said no however I do want them to be able to log in now. Is there any way i could change that? Thanks!!
Last reply by treygeboy, -
- 3 replies
- 1.4k views
i keep getting this message when i try to send out a warning email to pilot who have not flown Fatal error: Class 'PManagerData' not found in /home/etihadvi/public_html/admin/modules/Pilotmanager/Pilotmanager.php on line 80
Last reply by poole3003, -
- 0 replies
- 1.2k views
I want to display the pilot id or pilot name in another module on my va, but it doesnt seem to display. What is the code to declare the ID or name in the module. I beieve its something like this: $this->set('pilotcode', PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid)); is that correct? Thanks
Last reply by Jason, -
- 1 reply
- 1.3k views
Sorry if this was asked already, but.....Can you change a pilot id in the actual database manually, to reflect wht they used to be on our old website, or is hard coded once someone joins? Bruce
Last reply by joeri, -
- 2 replies
- 6k views
I apologize if this has been asked before. I need to change the pilot numbers of a few pilots, how do I modify them?
Last reply by Nabeel, -
- 0 replies
- 1.1k views
In pilot public profile I'm getting "Pilot is currently Offline" even if the pilot is on and flying. Anyone knows what could be wrong? <?php $usersOnline = StatsData::UsersOnline(); $check = false; if($usersOnline != null || !empty($usersOnline)){ foreach($usersOnline as $user){ if($user->pilotid == $pilot->pilotid){ $check = true; }else{ $check = false; } if($check){ break; } } if($check){ echo 'Pilot is currently Online'; }else{ echo 'Pilot is currently Offline'; } }else{ echo 'Pilot is currently Offline'; } ?>
Last reply by loplo, -
Pilot Only show once approved
by Guest- 2 replies
- 1.5k views
Hey, Is there a way for the Pilot to only show up on the Roster and recent pilots list once they are approved, because i cant seem to find a way to do this. I dont think it is in the local.config file, but i will keep looking, thanks. Thanks, Ryan
Last reply by Kyle, -
- 6 replies
- 1.4k views
Hi Guys, I have an issue I cant view pilot option in admin panel, nothing happens when i click on pilot options. any help please!? Thanks
Last reply by blue3294, -
- 3 replies
- 1.9k views
Hi, If I go to the pilots list I can change in the pilot callsign and I show pilot information. I want restric this acces. I want to ONLY can see this information the pilots are online or login. If I am not logued I cant see this information. Any Idea?
Last reply by Tom, -
- 8 replies
- 2.1k views
how can i sort the table so that the pilot with most hours or most flights is on top.i have been trying different stuff but can't get it to work. and is there a way to only show the active pilots in the pilots list or an icon that says inactive or active
Last reply by joeri, -
anybody know if it's possible to change pilots being paid from hourly to a percent of the revenue???and if so how do you change it
Last reply by TAV1702, -
- 1 reply
- 1.1k views
Hi, wich is the code for pilot pay to show in the profile and in the public profile? Thanks
Last reply by Jeff, -
I'm using phpVMS version 2.1.934 but in Financial Reports I can't view Pilot Payments. Why? I have the default code for this. Please help me Thanks
Last reply by KaliKeira, -
- 2 followers
- 8 replies
- 1.8k views
So, the old pilot pay bug has resurfaced. If I adjust pilots pay (say they have 1000 and I give them 5000, their profile reads it as they have 6000$. Nice. However, Exam Center gives the money back on recalculate of finance in admin panel. Has anyone ever found a fix for that yet? And another one, If I have adjusted said pilots pay to the said 6000$ and they take a $5000 exam, that should leave them $1000 right? Wrong. It says they don't have enough money for the exam. Meaning in reality, the exam center is reading their pilot pay as $1000, not $6000. I adjust some code from total pay to $userinfo->totalpay + $userinfo->payadjust; to total out the money they have…
Last reply by TAV1702, -
- 3 replies
- 1.2k views
Hi Nabeel, Once more, I don't know whether you consider this as a bug or not. In financial view (Summary & Yearly) pilot pay is not in brackets (but it's in brackets in monthly view). To me, pilot pay is a loss and not a profit in a P&L. I don't know whether you want to change this but it could be a good idea to align data in financial views. Regards Jm²
Last reply by Nabeel, -
- 5 replies
- 2k views
Hello everybody! I've got a little problem. Well, when one pilot send a PIREP from the website I receive it in the Admin panel but the problem is that pilot pay is not entered and I've got to enter it myself. Could you give me a solution please? Thank you for your help!
Last reply by thomas2360, -
- 5 replies
- 1.6k views
Nabeel... can you please help me with this. I am wanting to change the pilot's pay to $4.00 per mile (basically what FSPassengers pays a pilot). Now I saw in this thread here Finance Data and found it in the File Manager, but can't quite understand it. How and/or where do I go to changing it to where my members get more cash in their pockets. I'm looking at my finances charts and it seems like I could be paying them much more since I have all this money I can't do anything about. Here is what I have in there... MONTH-------FLIGHTS--------REVENUE-------PILOT PAY-------EXPENSES----------FUEL------------TOTAL 2010-05------------3-------------$254,870.00----------$376.57---…
Last reply by Nabeel, -
- 0 replies
- 1k views
Hi Guys & Girls, I have been working with phpvms for 2 years but recently started my own VA, Sorry if this topic has been started again, but this is putting into a spin. I have noticed that while in testing phase of our new airline, my pilots pay are being paid to the hour. Example. one pilot flew from EGKK - EHAM. His total time was 1hr 22mins. But he only got paid for 1 hr. The 22 mins he never. His hourly rate is £50per/hr so this should of been £68.33. I have look through countless pages on here, and seem to come across different answers. My question; is this possible to change? What coding do i need to use? and what file do i need to put it i…
Last reply by danny124, -
- 2 replies
- 1.5k views
I am curious..... Is it possible to make it pay per minute? Or after an hour go to pay per minute maybe? Example. I just did a flight that was 1hr 57 minutes. It paid me for 1 hour. Kind of bogus since I was 3 minutes shy of 2 hours. Can you see why I ask this? I kind of just donated an hour of time for free. Not that it matters. The pilot pay is kind of useless right now anyhow on my setup. Now I could see if my flight was an hour and 3 or 4 or even 15 minutes to only get an hours pay, but 3 minutes shy of 2 hours and only get 1 hour pay? This got brought up to me by another pilot and I really never paid attention since the pilot pay does not matter to me. I am looking…
Last reply by TAV1702, -
- 1 follower
- 26 replies
- 6.4k views
I'm having a weird issue with pilot pay. It's not adding up correctly on the PIREPs. For example, my rank pays $100.00/hr and I flew a 5 hour flight I only got paid $100.00. It doesn't matter if I'm using Smartcars, KACARS custom, or file a manual PIREP. I've recalculated the ranks and have ran the maintenance script but that didn't make any difference. I'm running version 2.1.936. Has anyone seen anything like this and know how to fix it?
Last reply by FDC001, -
- 2 replies
- 1.3k views
does anyone know what the pilotpay variable is i have found this $pirep->pilotpay inside the admin panel but doesnt work when i try to show public Help please.
Last reply by smokey68, -
pilot pay?
by Kalo- 7 replies
- 2.2k views
Hello, Sorry if this has been posted before but I have not found any related topics in the search. I am just wondering what is pilot pay for? Can pilots of your airline use their earnings for anything? So far I have not found any use for pilot pay. Thanks!
Last reply by mischka, -
- 2 replies
- 1.3k views
Hi, I just noticed that my pilot payments are not taken in to the list of revenue/expense overview. I do however see that the pilot receives its earning. I tried to look in the tpl files, but can't find anywhere how i can change it so the pilot earnings are taken in the expense overviews. Any help is appreciated. Thanks! Best regards, Edwin *note: i tried to do a search in the forums, but can't get any hits, since some words are less then 4 characters. (it does not pick up pilot pay expense as search)
Last reply by Edwin, -
- 0 replies
- 1k views
Got It Fixed
Last reply by deactivated, -
- 3 replies
- 1.8k views
Hello, I know this has been discussed and I'm going assumed fixed in the latest version of phpvms, I've had a problem with my phpvms for the past 2 days now the total hours and total flights have not been updating at all before the 2/10/2014 they worked just fine. I've checked the DB it looks like the table is updating but if you run reset PIREP count it does re-count them but never updates the Pilot profile itself or the phpvms_pilot table. I did turn on debug mode and I will post what came up in the logs.txt here, I'm just really stumped as to why they won't update. The checks you normally ask someone who needs to run, I did that and they all came back as OK. I also s…
Last reply by McWilliams,