Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 reply
- 1.6k views
in our company pilots can fly free. how do with phpvms?
Last reply by Nabeel, -
- 4 replies
- 1.6k views
I know when I set up the schedules it asks for an aircraft to fly that route, so I copied the same tail number for each set of schedules. i.e. Flights out of EGKK are in the 100's is G-JST Flights out of KBOS are in the 200's is G-FSCJ Does the pilot have to fly that aircraft or can he fly what every aircraft is the fleet at that airport at that time?
Last reply by 5SA CEO, -
- 4 replies
- 1.6k views
I get this quite a lot but then i suppose everyone else does as well, just goes to show why you should not use default directories and check your logs If you look at it thats 100 queries against the site in just over a minute
Last reply by mark1million, -
- 1 reply
- 1.6k views
Problems with cookies Where do I adjust the Cookie path. I have a weird log in and log out issues that keeps pointing to cookies.
Last reply by MPE001, -
- 1 reply
- 1.6k views
Hi! I want to add a multi-language support to my phpvms. How I do it? This is my test site (http://www.fantaepicgamers.altervista.org/en) and I want to add a Welcome Page, before enter the site, where the users can choose the language. It's possible? Can you help me? Please, it's important for me!! Thank you!
Last reply by Sava, -
- 1 reply
- 1.6k views
I am having a problem with my schedules. When I try to Bid a flight I get an error "Invalid Route." I reset all the caches (if it does anything), reset the distance updated all the flights to see if something bugged it up but sadly no success. Any one have an fix or an idea how to solve. Kind Regards, Kyle Watkins
Last reply by Vangelis, -
- 2 replies
- 1.6k views
Where can I find the newest version 5 to download ?? Unfortunately, in the downloads only version 5.x ?? We have the problem, none of the skins available on the internet are running with the phpvms versions we found. We would be very happy about an answer.
Last reply by Schotte, -
Flown Routes Template
by Guest lorathon- 3 replies
- 1.6k views
I believe there is an error in the flown routes template. The following code will continue if a route has the same depicao or arricao. What happens is that two flight departing from the same location are not shown. Only one will be shown (the first in line) I commented out the first part and just had the loop continue if the flight numbers were in the $shown array This is my commented out code foreach($allschedules as $route) { /* // Dont show repeated routes if(in_array($route->depicao, $shown)) continue; else $shown[] = $route->depicao; if(in_array($route->arricao, $shown)) continue; else $shown[] = $route->arricao; */ if(in_array($route->…
Last reply by MrAmsterdam, -
- 4 replies
- 1.6k views
What do i need to change to move the boxes from the left hand side of the page to the right? (new hires, va stats etc) MPK Airways
Last reply by mattsmith, -
- 4 replies
- 1.6k views
I am really not sure what a hub or extra airline add to the va. I tried to be a member of several hubs and airlines in my va, but I see all schedules every where. Maybe I have done something wrong in the settings. But what is the advantage? RobB
Last reply by aarbee, -
- 2 replies
- 1.6k views
For some reason it appears i can only have two airlines. i have had two for some time now, when i go to add another airline, i enable it and it states "airline added succesfully" however it does not display the new airline. if i look for the airline when wanting to add a schedule to it, the airline i just added isnt there either. checking the database DOES show the new airline has been added to it. I tried clearing the cache but to no avail. running v930 any ideas??????
Last reply by Flightguy123, -
- 4 replies
- 1.6k views
Yesterday, when i used kACARS to record a flight i got this message: So i used xACARS to see if it was kACARS that was causeing the problem but xACARS would not work either Thanks for any help given, james
Last reply by James142, -
- 0 replies
- 1.6k views
Hello Guys, i use the Codeshare module to display my flights. I have set in the admin Area the Aricraft Rank Level. But i can book a Flight where the Rank level if higher as mine.. If there a Solution to resolve this so only Pilots with corrects Ranks can book the Flight A Sample Second Flight Officer C208 oer another airplane from teh database with ther ranklevel so im now Second Flight Oficer and i can book a flight with a 777. In the admin aerea i have set the level to Captain. But its not working. here is my code of Codeshare <style type="text/css"> <!-- body,td,th { color: #000; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radiu…
Last reply by Industrialshadow, -
- 1 follower
- 1 reply
- 1.6k views
Hello Guys, I'm a bit new to coding stuff but I got whats enough for me, currently i'm looking for help about generate function that isn't working with me. I'm making a digital pilot card in the same page of the pilot badge, I did edit PilotData.Class.php , profile_badge.tpl in the skin , local.config.php & uploaded files in lib as /lib/dcards/background/background.png also made a blank index.php under /lib/dcards but it's not generating anything even after filing a PIREP while the badge is working properly. Base codes are copy rights to their owner (Pilot Badge template Author)* PilotData.Class.php public static function generateDcard($pilot…
Last reply by Nabeel, -
- 5 replies
- 1.6k views
I've got beta 808 installed. I added to airports and left the fuel to "0" so it would automatically calculate the fuel. I then went and filed a manual PIREP to see what fuel charges would be like. When I looked at the data there was no fuel prices taken out at all. I then went and change the fuel price to $2.20 and then did another manual pirep. This time it showed how much money is fuel spent. Am I missing something or is this a bug? Thanks, Keith
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Hello. I have Airmail installed and it is an amazing application. The problem im having is that the width of the compose box(mail_new.tpl) overlaps my navigation bar on the right side of the page. Ive tried throwing a width element on the table and the form, but nothing seems to work. how do i size this down?
Last reply by SparrowBD, -
- 1 reply
- 1.6k views
So I have 3 annoying errors on a VA I am helping someone with. If anyone could shed some light this would be wonderful the errors are: Notice: Use of undefined constant SITE_NAME - assumed 'SITE_NAME' in /home/ekvirtua/public_html/core/lang/en.lang.php on line 31 Warning: Creating default object from empty value in /home/ekvirtua/public_html/core/classes/Vars.class.php on line 74 Parse error: syntax error, unexpected '}' in /home/ekvirtua/public_html/core/classes/CodonModule.class.php on line 2 I hope someone might know some info. All replies are appreciated Thanks Xuraco
Last reply by alpyeni1, -
- 2 replies
- 1.6k views
Hello there i am starting up a new VA and i already have an airport database but as everyone who has ever started their own va adding routes and Schedules i was wondering if anyone had a .csv file or equivalent that i could use to add routes and Schedules to my va so that my time can be spent developing our graphics for our planes and developing the website any help would be much appreciated please bear i mind i do not expect to get such a file for free but if its available for free no complaints haha thanks Ryan
Last reply by RyanJSmyth, -
- 4 replies
- 1.6k views
Let me start off by saying if anyone thinks I know anything about PHP, they are mistaken. ;D What I'd like to do is eliminate the comma and hub ICAO from the line the rank is on. Then, I'd like to add "Hub: " followed by the Hub ICAO on the line below. In other words it would display OMG0001 Robin Frank <flag> <Rank> Hub: <ICAO> Total Flights: <number> Total Hours: <number> rather than what it does now. Thanks. All I need to know which document it is in and approximately where. Then, I can try to figure out how to change it. :
Last reply by CrashGordon, -
- 0 replies
- 1.6k views
I've setup trac for bug reports: http://bugs.phpvms.net/ This way I can keep better trac(k, heh) of issues, since it plugs directly into SVN. THANKS!!
Last reply by Nabeel, -
- 5 replies
- 1.6k views
Hi, I have recently tried to add the Oxford Airport (KOXC) but it says Nothing found. Try entering the full 4 letter ICAO. Is there anyway to fix this? Thanks Austin
Last reply by austin4362, -
- 3 replies
- 1.6k views
Although I posted this elsewhere, this may have something to do the problems listed below. Seeing a // after the domain, is something I've never seen before. Here are the problems I'm experiencing. Although I added hours for everyone to bring them to appropriate rank, they are all still 2nd officers. : 1st Officer starts at 25 hours. Also, please note the above shows 2 flights while my sig says 1 and doesn't record my earnings properly. In my admin, there is this: Please note that route was flown by 2 pilots, but show no flights. also, it has disappeared from the schedule. I checked and it is active. Sorry to be a bother. I knew things went too smoothly…
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Hello, The schedule only filters flights if you are logged out. If you are logged in, and you try filtering flights, it just shows up as blank. No flights are pulled up.
Last reply by PilotJordan, -
- 1 reply
- 1.6k views
Hello... Regardless of the day a flight has been set to operate can it be made bookable to a pilot? i.e...a flight operates to Berlin on a Monday be viewed by a pilot on a Wednesday. Thanks.
Last reply by servetas, -
- 1 reply
- 1.6k views
Is there any way to set a benchmark landing rate for an individual flight in PHPVMS 2.5.x? I would like to be able to compare the landing rates of pilots with a pre-entered "optimal" figure, so they can receive rewards for lower rates and penalties for higher rates.
Last reply by servetas, -
- 2 replies
- 1.6k views
All was working well, then suddenly I get this error when I go to "start flight". Using kACARSII. I have slew off, using P3D V4.4. Any ideas would be of help. Thank you Doug
Last reply by JDLinn, -
- 4 replies
- 1.6k views
Could someone post the original schedule_results.tpl please.
-
- 4 replies
- 1.6k views
Hi, I get this error when i submit the first install form: (attached file)
Last reply by samdy1, -
- 2 replies
- 1.6k views
Dear aviation community, did one of you knows whether it is possible to define a select option in the registration so that if the pilot goes to submit, he will either be forwarded to page x if he has selected value1, and to page y if he chose value2. Furthermore, it would be nice if someone knows how to import the selected value into the database. Thank you in advance, Tim
Last reply by TimBl, -
- 1 reply
- 1.6k views
I have a custom field for VATSIM ID, and I want to display the Pilot and ATC ratings of the pilots. Is there a way to get this info from VATSIM instead of making another custom field. I have some pilots who keep putting in fake ratings.
Last reply by servetas,
