Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.8k views
Hi all, Wondering if there is a way - when a pilot gets marked inactive that the do NOT show up on the roster and they have to email the VA to get marked active again - not file a pirep Thanks Connor
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hi I do not understand what is happening. For two days when I want to book a flight from an airport, for example LEMD, only and appear 3 flights available, when in reality there are 50 available flights from the airport. This and the case two days ago. Before he went. In the database have administration panel get me 50 routes to the airport, however when trying to make the reservation do not appear. You can help me, Thanks
Last reply by polirom, -
- 4 replies
- 1.7k views
That must be modified to recalculate the route number integer without decimals? 123nm = yes 123.2335 = Did not
Last reply by polirom, -
- 4 replies
- 1.7k views
hi mates just need to know if we want to display Pilot ID also in registrationaccpeted.tpl file so pilot would also note down there IDS what code we can use? Pilot ID:<?php echo $pilot->pilotid; ?> is this the right code for the file.
Last reply by FiveStar, -
- 4 replies
- 2.2k views
Is it possible to set a different template than the default for one page only. I am creating a module, and need it to be set to a different template then my default template, for a page. Thanks
Last reply by simpilot, -
- 4 replies
- 2k views
Tried searching this but didn't find anything. :/ What I want to do is make pages for each airline I have and then on that airlines page display all the pilots with that airlines code... I already made the pages (folder in the modules folder and a new .tpl) but I'm not sure how to create the code for the roster on each page. Any ideas?
Last reply by flynryan692, -
- 4 replies
- 1.7k views
I'm near to completion on my new VA website, but need willing people to give it a run for it's money, and give honest constructive criticism, before I launch the site properly. If anyone is feeling helpful, it would be great if they could sign up and have a look around the site. It would also be great if anyone could test out the live ACARS and despatch systems. Any accounts created in this testing phase would be deleted before the VA goes live (unless those who signed up wish to stay signed up). I am more than willing to repay the favour for anyone who does decide to help out too. Many thanks, Stuart The website addy is: http://execair.org
-
- 4 replies
- 1.4k views
When i changed a pilots id from 116 to 103, the next pilot to join automatically got 117, i then changed 117 to 116. the next day a new pilot joined and he automatically got the PID of 118. is there anyway to fix this to where there are no blanks without changing everyone's PID?
-
- 4 replies
- 1.9k views
Okay big brainers, I was looking through the Schedules Results and can't find out how to add a Mission page that has a list of flights that pilots can bid on. I am not very good at figuring how the flight results are pulled out of the system. If it cannot be done, then they will just have to manually search for the flights, which in my opinion is just a hassle.
Last reply by Jeff, -
- 4 replies
- 1.7k views
Hi, I would like to license this image as background (http://bluepanoramava.joomlafree.it/Background%20Sid.gif) sid in the area of my site (http://bluepanoramava.joomlafree.it/phpVMS/index.php/) I tried to put this code in your CSS: #sample2 { background: transparent url(http://bluepanoramava.joomlafree.it/Background%20Sid.gif)no-repeat; color: #FFFFFF; text-align:center; } connecting it to the title with: <h3 id="sample2">My Title</h3> but does not work, narrows the picture! is there a way for it to remain the size Original? Thanks!
Last reply by Blu-Express VA, -
- 4 replies
- 1.3k views
Could someone post the original schedule_results.tpl please.
-
- 4 replies
- 1.3k 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, -
- 4 replies
- 1.1k views
Hey Everyone, I have a problem and when I set my aircraft restricts, and I put that setting in the local.config.php file # Pilot pilots to only fly aircraft they're ranked to Config::Set('RESTRICT_AIRCRAFT_RANKS', true); And It is still not working, it is showing all of my schedules. What Could be the Problem? Thanks!
Last reply by Kyle, -
- 4 replies
- 1.8k views
whats the TPL/HTML file i have to use to customise the pilot center?
Last reply by Jeff, -
- 4 replies
- 1.8k views
hello, can any one say how to fix my rank problem... See the attachment actually that YELLOW marked hours, was transferd! help me plz!
Last reply by SkilledPilotA320, -
- 4 replies
- 2k views
Hello guys, I was hoping someone could help me, my PHPvms website is not displaying and of the content on the pages and the footer seems to be gone. Check it out at www.easyjetva.net Thanks guys,
Last reply by joeri, -
- 4 replies
- 2k views
Heya, I'm trying to configure my pilots list on my site. I can get the rank image to appear next to the name, however I'm not sure how to make the rank ABBREVIATION appear there instead. I've made a row in my rank table in my Database with the abbreviations in it (I.E, Pilot Officer = PLTOFF), however I'm not sure how I can echo that as a query on the table. I can get the whole rank to appear with: <?php echo $pilot->rank?> Shows as: Pilot Officer John Smith or the image to appear with <img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /> Shows as: (Image) John Smith However i'm not sure how to echo …
-
- 4 replies
- 2.3k views
G'day Guys, I would like to display the minimum rank required to fly an aircraft in my fleet table, this will save me creating a rank table. i have attempted to do so with the following code i heaped together, but i can't seem to get it to work, some help getting me on the right track would be great <td><?php if($pilot->minrank == 1) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/juniorFO.png'>"; } elseif($pilot->minrank == 2) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/SeniorFO.png'>"…
Last reply by Ahmad, -
Admin links goes wrong
by Guest- 4 replies
- 2.2k views
Hi all and thanks in advance. I'm not a total nOOB but still needing direction. SETUP: Installed VSM on sub domain and all was working perfectly other than issues about PIREPs, but that's another post to come. Installed VSM on production site and all installed fine. No errors, no problems. Did the check (db/install/ect.) In this install I also created a new MySQL DB and that checked out fine. I Can logon without issue too. I can see all pages fine also. PROBLEM: When I click on the admin link it takes me to domain.com and not to www.domain.com. I've tried to hard code it and it still does the same. Any ideas? This didn't happen in the subdomain testing area eithe…
Last reply by Strider, -
Ok , you guys seem so very knowledgable here in the forums. However, I just don't get it. I have a great difficult time in learning by reading. If someone could take the time to just show me I can learn fast. I just can't do it on my own. Is there anyone that could just take a small bit of time to help me a bit. I would be so gracious. I would love to do it on my own but there is like a brick wall between my brain and what I read. Thanks to whomever can help me.
Last reply by Bluemax, -
- 4 replies
- 1.7k views
For some reason my date is showing 12/31/1969 in pilot public profile can view it at http://usaflightclub.com/index.php/profile/view/1 Code in place is: <?php echo date(DATE_FORMAT, strtotime($report->submitdate)); ?> Any help would be great....Thanks in advance... Regards,
Last reply by Allan, -
- 4 replies
- 1.5k views
Hello all! Today I re-installed my localhost and the php version I m running is now 6.0.0-dev. When trying to access my phpvms localhost site an error comes up saying: "You are not running PHP 5+" But I m running 6. Is there a problem or a problem with 6.0.0-dev version ? Regards.
Last reply by dimitris, -
- 4 replies
- 1.8k views
Hey Guys Weird thing about an hour ago on our front page errors started to appear such as and this would appear for everything like Latest News, Flights in progress etc so I knew it was something to do with the database and when I checked I got this error for every table. This is just from the acarsdata Now I really have no idea what to do or how to correct it as this is the first time I've had this. This there a way to correct this as I don't have a recent backup Thanks
Last reply by Joshua John, -
Small Question
by Guest- 4 replies
- 1.4k views
Hello boy! What is the Pilot center .TPL file??? on which folder is??? thanks!
-
- 4 replies
- 2.2k views
Hello, Were having some trouble with pilot editings in ADMIN center. Whenever any Staff at our VA go to view all pilots in the Admin Center, nothing shows up. All we get is this: Any advice someone could give to help me fix this would be greatly appreciated.
Last reply by damien82, -
- 4 replies
- 1.4k views
Just as the title says. Why is it that when you select your country, Scotland is separate from the UK?
Last reply by mark1million, -
- 4 replies
- 2.5k views
I'm trying to show the airport name in the schedule_results.tpl but for some reason I cannot get it to show up. I've tried this: <font size="3"> <strong>Departure: </strong><?php echo $route->depname ?><br /> and this: <font size="3"> <strong>Departure: </strong><?php echo $schedule->depname ?><br /> and neither of them are showing anything. Is there something I missed, or can't it be shown? I can get the ICAO to show up, but not the name.
Last reply by Colonia, -
- 4 replies
- 1.6k views
Hello, I use PHPVms and i have a problem. Our pilot has filed a pirep. It's auto accepted (Inserted via database). But the flights are not counted towards his hours. The pirep appears under just filed and everything is allright. It just isn't counted towards the hours. Any ideas?
-
Incomplet Log
by Guest- 4 replies
- 1.2k views
English: Hello everybody! I have a problem when pilots send the log, they arrive incomplete, even making the flight properly, here's an example: [2011/08/24 11:15:00] Flight IATA:BKY1302 Pilot Number:BKY1007 Company ICAO:BKY Aircraft Type:B737-300 PAX:130 Aircraft Registration:PR-BKA Departing Airport: SBSV Destination Airport: SBCF Online: No Route:UN873 GONZA UW58 Flight Level:FL300 No Slew and time accel No pause Crash detect 11:15 Zero fuel Weight: 97132 Lbs, Fuel Weight: 17427 Lbs 11:30 Parking Brakes off 11:30 Com1 Freq=121.90 11:33 Com1 Freq=118.30 11:35 VR= 131 Knots 11:35 V2= 141 Knots 11:35 Take-off 11:35 Take off Weight: 114243 Lbs 11:…
-
- 4 replies
- 2.1k views
Hi, Since 5 days ago I'm having problems with kacars and fsacars sending the log. Nothing has changed, the kacars sends the log but hangs before displaying the message of success. The fsacars sends the log twice and also does not display the success message indicating "Tampered Log". I would like to know what is causing the errors since nothing has changed. Thank's .
Last reply by mark1million,