Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 8 replies
- 2k views
Pilot Flight Number Departure Arrival Status Altitude Speed Distance/Time Remain SVA0001 - Thomas Schedl SVA100 LOWW LIPZ Enroute 10131 389 0 nm / 0 any Idea whats wrong here? it only shows 0nm /0 BR Thomas
Last reply by Txmmy83, -
- 8 replies
- 2.4k views
Right now all my airports are set to 0 for live pricing. It appears that when a route is flown out of the US and it can't get a live price from the api it is not using the default price I have in the config. It just stays at 0. # Code to set the default fuel prices Config::Set('FUEL_DEFAULT_PRICE', '.423'); Any ideas? I'm running 930. Thanks.
Last reply by TennShadow, -
- 8 replies
- 4.2k views
Have been exploring adding search by Carrier option to the search form but struggling a bit to get it to work. Any got any suggestions for the code to add to the search form in order to search by airline code? i.e. pull out all flights for a specific airline (we have 14).
Last reply by Jakes, -
- 8 replies
- 4.3k views
My pilots badge is not appearing any help?
Last reply by Nabeel, -
- 8 replies
- 2.2k views
By looking at Jeff's "Phoenix" and Simpilot's "WestJet" systems, I'm wondering how to separate the statistics for separate hubs and Airlines. My site is more in the way of Jeff's Phoenix (having multiple airlines with their own realistic flight routes). Is there a simple solution to do that, or is it some kind of trade secret that they would rather not discuss for copying reasons? As I have said many times before, I know very little about coding, but am learning pretty fast by reading these forums. I'd appreciate any help on this, as I know more may be interested as well. -Thanx-
Last reply by Jeff, -
- 8 replies
- 3.3k views
I have received reports that when a user tries to register with the site it gives them the following error: Unknown column 'lastip' in 'field list' Also, When i try to add an aircraft i fill out all of the fields correctly and it says "There is an Error when adding aircraft" Lastly, When I try to add an Airport it adds but i can not see it in the Add/Edit Airport page. If anyone knows how to fix this that would be great. Thanks, Austin C COAVA CEO
Last reply by COAVA0001, -
- 8 replies
- 2.5k views
Look this error message: (Invalid argument supplied for foreach() in Web\do\admin\modules\PIREPAdmin\PIREPAdmin.php on line 130) When I click on "Approve All" I recieve this error message end the pilots on the list of "approve all", lost all hours of flight. 123 public function approveall() 124 { 125 echo '<h3>Approve All</h3>'; 126 127 $allpireps = PIREPData::findPIREPS(array('p.accepted'=>PIREP_PENDING)); 128 $total = count($allpireps); 129 $count = 0; 130 foreach($allpireps as $pirep_details) 131 { 132 if($pirep_details->aircraft == '') 133 { 134 continue; 135 } 136 137 # Update pilot stats 138 SchedulesData::…
Last reply by m5industries, -
- 8 replies
- 2.1k views
I made a couple of test registrations testing the email feature out, but, in turn, it is giving the new pilot's off numbers. Is there a way to change this to where it gives the correct number?
Last reply by Jeff, -
- 8 replies
- 2.1k views
call me dumb and i wont be mad. coz i think that is what i am right now... i am the type of guy who actually reads, and so far for 2 days already i haven't understood a single thing when it comes to skinning... i have reached page 8 of phpvms forums>phpvms>skinning and read through the entire post and not even one topic made a sense to me. and i'm actually getting frustrated on myself why i don't get it. well basically what i wanted to do is to design my own website and integrate phpvms on it. here is the page i have created so far http://pafvirtual.com/1index.html this is in html (i have read in one thread that it has to be php) That page is basically a pure e…
Last reply by Nabeel, -
- 8 replies
- 1.7k views
Hello! Today from the morning i m getting the following error : "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@greeceairwaysva.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." after 1~3 refresh page working fine ! Have something to do with the phpvms ? or is something with my host ?
Last reply by TheBulk, -
- 8 replies
- 2.5k views
I have this code in pilot_list.tpl: <?php if (PilotData::GetFieldValue($pilot->pilotid, 'LOA' == "LOA")){ echo "<td style=\"color: orange;\">LOA</td>"; }else { echo "<td style=\"color: green;\">Active</td>"; } ?> I have a pilot's account set to LOA, but it still shows green Active. Do you know why? Here is my pilot roster; www.virtualamerican.org/index.php/pilots. Thanks.
Last reply by Jacob Armstrong, -
- 8 replies
- 2.4k views
When loading pages oddly it shows up with a "" before the page loads. Don't know what that means! Ever since it started loading that up, the Pilot list didn't work in the Admin panel. It's like it's not pulling the database information or something. I overrided the Admin Panel pilots files (PHPVMS > admin > templates > pilots_etc...) any suggestions?
Last reply by Nabeel, -
- 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., -
- 8 replies
- 1.8k views
hi everyone i've installed events book 1.3 but got a error when try to open it "Notice: The template file "/home/airzenav/public_html//core/templates/events/events_index.tpl" doesn't exist in /home/airzenav/public_html/core/classes/TemplateSet.class.php on line 248" can you help me
Last reply by Strider, -
- 8 replies
- 2k views
Very good day I came here because I'm having problem in AcarsMap, it does not appear to flight information, and what appears on the image below, can someone tell me what the problem is solvable and, if so what the solution to solve the problem, thank you for your attention! My Code AcarsMap: Code snipped by Nabeel
Last reply by Kairon, -
- 8 replies
- 2.3k views
Hi guys, come here asking for help because I am having a serious problem with my VA, it was all normal, but suddenly stopped working, I reinstalled the programs Acars but is not working, I click the FSAcars Flight From VA plan flight no longer carries the KAcars when I'm flying spends some 20 minutes it does not store more information of the flight, what do I do?
Last reply by Kairon, -
- 8 replies
- 2.3k views
I use XACARS for the pilot recording system. But people have to File a New PIREP on the website. So how do i know if they really flew that flight or they just sent a fake report? Thanks, James
Last reply by TennShadow, -
- 8 replies
- 2k views
If you click on this link: http://flyirelandva....ndex.php/pilots, you can see the list keeps repeating itself in every airport? How do I get rid of the airport heading thats on top? The code that I have in the pilots_list.tpl file is: <h3><?php echo $title?></h3> <?php $roster = PilotData::getAllPilots(); ?> <?php if(!$roster) { echo 'There are no pilots!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> <th>HUBs&l…
Last reply by James142, -
- 8 replies
- 1.8k views
Could some possibly give me the full script for the pilot_list.tpl to look like this. http://www.easyjetva.com/index.php/pilots and of course i will change the images and color and font etc. Just need the Code Thanks, Daniel Sorry about the description "Can anyone Fix it?"
Last reply by Daniel, -
- 8 replies
- 1.5k views
Hi all! When i want to edit airports, it says some fields are blank and allways like that...cant edit it..eny idea? Thank you
Last reply by shiljo, -
- 8 replies
- 1.8k views
I setup a webpage with all the information and images to help explain my issue with the admin panel. Hope this helps http://www.usavamc.c...admin_error.htm I have replaced the admin folder to the site but it didn't resolve anything. Thanks.
Last reply by Nabeel, -
- 8 replies
- 2.2k views
Ok, I might be missing something obvious here, I though email_registrationaccepted.tpl controls the text of the confirmation email but after changing it, it still sending out the basic phpVMS confirmation. Is this not the file that controls the email text? and if not, which one is? Cheers
Last reply by cloudsurferuk, -
- 8 replies
- 2.8k views
I changed over to my winter schedule, by importing it via my sql. I did this before, but now I get these errors?! Warning: move_uploaded_file(/home/woodsdom/public_html/CPC/core/cachecpc_schedules_Jan25.csv) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/woodsdom/public_html/CPC/admin/modules/Import/Import.php on line 233 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php3HLTc1' to '/home/woodsdom/public_html/CPC/core/cachecpc_schedules_Jan25.csv' in /home/woodsdom/public_html/CPC/admin/modules/Import/Import.php on line 233 Warning: fopen(/home/woodsdom/public_html/CPC/core/cachecpc_schedules_Jan25.c…
Last reply by mark1million, -
- 1 follower
- 8 replies
- 3.2k views
Hello, Is there a way to change the maps from Google to Bing Maps? I've been searching in the 'acarsmap.tpl'. The only interesting thing that I think I should change is: var acars_map_defaults = { autozoom: true, zoom: 4, center: new google.maps.LatLng("<?php echo Config::Get('MAP_CENTER_LAT'); ?>", "<?php echo Config::Get('MAP_CENTER_LNG'); ?>"), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 10000 }; Thanks in advantage, Martijn
Last reply by druptown, -
- 8 replies
- 3.4k views
Hello, I wanted to know how to create status for each driver with the satus whether online or offline in real-time update, just like that of SimPilot, I apologize in advance for him for having "stolen" image. Thanks!
Last reply by Kyle, -
- 8 replies
- 3.2k views
When I go in and add airports through the admin panel or add them in with a CVS route group the airports wont show up that I have added for hubs and what not. There Is nothing there. I cant edit them for hubs because i cant see them. Any Ideas. I have 3-4 hubs and they dont show up.
Last reply by NSX665, -
- 8 replies
- 2.8k views
I renumbered all my flights and want to kow how to erase all flights in my system before I upload the new CSV file. How do I do it? Also will this mess up all the pireps I have in the system already?
Last reply by mark1million, -
- 8 replies
- 2k views
Hi guys, I have made a school boy error today. I wanted to change my callsign to match with the one I would normally use, i.e. from 5SA0001 (admin) to 5SA389 (which I use) however I saw that I could it on the admin page and just didit with thinking then, I cannot get back into the admin pages, where can I change the settings to accept my new callsign as the admin for the site? Thanks Deano 5SA389 5 STAR VIRTUAL AVIATION CEO http://5starvirtualaviation.com/
Last reply by 5SA CEO, -
- 8 replies
- 2.9k views
hi, i dont know why in the live map dont show the departure and the arrival?
Last reply by loplo, -
- 8 replies
- 2.4k views
-
Last reply by deactivated,