Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 752 views
Hi all, firts my name is Juan. I´m setting up a phpVMS VA and i´m having this issue. My Pilots, Routes and Airports list in Admin panel doesn`t show anything. I have been reading all post about this on Forum but nothing worked. Any help? Thanks in advance. Regards
Last reply by dcargom, -
Hello, I was making a page on my site for pilots which has discount codes for them to use on flight sim websites, but i wanted them to only be able to access the page when they have completed a certain number of flying hours (so people wont just join to ge tthe discount then never being seen flying with the va again) So I was wondering if there was a code for this? Thanks, James
Last reply by James142, -
- 2 replies
- 3.1k views
Fatal error: Cannot re-assign auto-global variable _FILES in /home/*****/public_html/core/common/PilotData.class.php on line 436 hello i move to godaddy paid hosting and i have the php version when i switch to 5.3 its fully work , how i fix it ?
Last reply by davidulman, -
- 5 replies
- 2.3k views
Hello, I'm having a problem with the payments of the pilots, when the pilot sends the PIREP, the pilotpay is always 0.00. I have a basic knowledge in php, could someone tell me where the file responsible for calculating the pilotpay? If you tell me what is the file, or how to fix this bug, I'll be grateful.
Last reply by joeri, -
- 2 replies
- 1.2k views
Hi I have a question. Is it possible to change the calculation of pilotpay in PIREP.class.data so that it calculates a percentage of the flight revenue instead of per hour pay? I appreciate any help. Thanks
Last reply by Nabeel, -
- 2 followers
- 11 replies
- 4.4k views
I'm having trouble counting flights pilots. Please help The pilot has flown hours, no more records in the number of routes. See the photo.
Last reply by Fernando, -
- 1 reply
- 913 views
Does anyone have a script to display the aircraft stats on the profile_main page that works? I am running the 5.5.2 version of phpvms.
Last reply by Ricky310, -
- 1 reply
- 1k views
HI guys, I know it is in here somewhere bit i cant find it, i want to prevent non approved pireps and pilots appearing in the recent pireps and pilots listings until they are approved, can some one point me in the right direction of the post, Cheers.
Last reply by Jeff, -
- 16 replies
- 2.9k views
I am having issues with pilots who are on leave or inactive. They are wanting to fly again. I reactivate them. Within 24 hours they go back on leave again automatically. Most of the time before the pilot is able to fly again. Is there a way to disable this feature or extend the time after they are re activated?
Last reply by simpilot, -
- 8 replies
- 2.6k views
Hi, i am currently using a simple online pirep system for a aircraft enthusiasts organisation, however i would like to change to PHPVMS, currently because the organisation is for pilots using a specific aircraft they have a choice of many airlines. The problem i am having is that since there are so many different routes using the aircraft across the world i want my pilots to be able to choose their DEP & DES is this possible without manually entering millions of routes manually ?
Last reply by Harryh, -
- 25 replies
- 3.8k views
Hi all, I met a little trouble. Indeed, I have the list of pilots (pilots & group --> view all pilots) that appears in my dashboard. But when I click on "edit", I have an empty page I reloaded the files to see if I had a problem but nothing to do have you ever encountered this type of problem? I'm in phpvms 5.5.2 Php 5.6 Thanks for you help Best Regards Laurent
Last reply by larabrian, -
- 0 replies
- 696 views
Hello, I have a problem with VaCentral live map. On our local map we can see all our flights, but on vacentral, we can see only a few flights. And always the flight from the same pilots. 2 mounths before all working fine. Could you help us please p.s: we use kacars Thx
-
- 1 reply
- 1.2k views
It seems that we have been having some pilots filing flight plans from another virtual airline. Also having airports added from other airlines maybe someone else with (VIR). I can only imagine its a Brazilian Virgin or something. Any ideas? Cheers Ross
Last reply by Nabeel, -
- 0 replies
- 830 views
Hi, some pilots of our va have rejected flights, but they still get their pilot earnings for this rejected flight. Is this an error or is there an option for this issue? thx Cedric
Last reply by CedGauche, -
- 9 replies
- 2k views
Hello, Yesterday a pilot register to Greece AIrways VA and he requests from me to change his pilots id.I make his pilot id from GRW042 to id GRW312.But after that i saw but there would be some problem so i change again the pilots id from GRW312 to GRW042.But now when a user register with my company his pilot id is the GRW313,GRW314,GRW315,GRW316.How can i set the system when a pilot register with us his pilots id will be the GRW043,GRW044,GRW045,GRW046?
Last reply by dimitris, -
- 4 replies
- 1.8k views
I have a sidebar section which is only visible when a pilot is logged in. I would also like this section show some user data. What code would I need to make it display the pilots name. I've already tried <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>! But this doesn't show anything. I would be much obliged if someone could tell me the code i need. Thanks
Last reply by Stealthbird97, -
- 2 replies
- 1.1k views
Just wondering is there a way to pull a Pilots last 5 PIREPS so it can be placed on his Crew Page. I know how to pull all of a pilots PIREPS but I just want to get the 5 latest. Is there a way to do this? Thanks
Last reply by Joshua John, -
- 5 replies
- 2.1k views
Can someone tell me the code to show a pilots last 5 flights.
Last reply by web541, -
- 19 replies
- 4.7k views
Hi is there an easy way of listing a pilots last arrival in their profile? What im trying to do is have pilots follow on from their arrival airport as in the real world but on different equipment. So ay one day i do EGKK to EHAM then when i come back id start from EHAM which would be listed in my profile as a reminder. Thanks
Last reply by savagegrave, -
- 3 replies
- 1.4k views
Hi guys, i have implemented in our website couple of weeks ago that in the public and private profile your current location is shown. <?php $lastreport = PIREPData::GetLastReports($userinfo, 1); if(!$lastreport) { $location = $userinfo->hub; } else { $location = $lastreport->arricao; } ?> <?php $airport_info = OperationsData::GetAirportInfo($location); $airportname = $airport_info->name; ?> <li><strong>Pilot Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?></li> Now i figured out that all pilots have the same location displayed. Can anybody help me with th…
Last reply by markusr, -
- 3 replies
- 1.1k views
Hello, I want to show the current location of the pilot on the schedule page (/index.php/schedules). As I know, I use the correct code, but on the Schedules page it does not show anything except the words "This pilot's last location is". But on other pages (Pilot Center, profile) with this code everything works fine. <?php $last_location = PIREPData::getLastReports($userinfo->pilotid, 1, PIREP_ACCEPTED); echo "This pilot's last location is: {$last_location->arricao}"; ?>
Last reply by web541, -
- 2 replies
- 1.5k views
Hi Guys anyone can please help me in setting up our Pilot list as ascending order? Regards Irfan Khan
Last reply by IrfanKhan, -
- 1 follower
- 7 replies
- 1.9k views
Good morning all, first of all i would like to thank everybody helping in this community trying to improve this script, i have creat a simple html page i want to include /index.php/pilots page in this new html one i proceed with normal procedure by copying/past the coed <?php include('home/core/codon.config.php'); ?> also adding the code of pilots_list.tpl into this page but only thing show up in this page is "There are no pilots!" thank you in advance
Last reply by FlyingMachine, -
- 4 replies
- 1.9k views
Hi everyone I've noticed on my website that the pilots list has messed up, I don't know what the problem is and yes I've searched the forums. I've re-uploaded the default pilots_list.tpl but it has made no difference. http://ezy-va.com/index.php/pilots is the link to see the problem. Thanks in advanced John
Last reply by jkr1711, -
- 8 replies
- 3.2k views
Having a problem in the Admin center and no pilots are showing up. We've been trying to figure it out but no luck. Any ideas?
Last reply by Kariyel Jr., -
Pilots not able to Register!
by Guest- 3 replies
- 1.7k views
Well, when pilots try to register, they say that it redirects back to the registration form. The only way I've been able to register them is through phpMvAdmin. Btw, this website's tables are edited a lot so we can get back our data from when our sql server crashed. I can't access our tables in the phpVMS admin page either. Like, in the Schedules or View all Pilots area, the table is empty! Please tell me what I have to do... Thanks
-
- 1 follower
- 2 replies
- 1.3k views
Hello, when I go to my pilots page it says no pilots, even though on the front page it has recent pilots and in the admin center there are pilots. How to fix? http://westjetvirtual.com Thanks, Jonny
Last reply by Parkho, -
- 6 replies
- 1.9k views
How can I display the list of pilots on my external site? I'm using <?php include(/sytem/core/codon.config.php'); ?> ( it is working perfectly, but I just can't make the pilot list for my site. )
Last reply by ProSkyDesign, -
- 0 replies
- 2k views
Is there a way to manually, or through a pilot selection, to assign users to the on leave status?
Last reply by HCStrike, -
- 3 replies
- 1.2k views
How to change the amount of time a pilot shows up on the live map after they have landed. I landed over three hours ago, but I still show up on the live map!
Last reply by Nabeel,