Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 2k views
Hello! Does anyone know how I can set the results page to show all schedules no matter what day it flies? My results page loyout shows with a tick when the flight is operated and with a cross what days is not operated, so pilots are allowed to see this but when I search an specific flight which is scheduled for mondays, wednesday and friday, for example, it's not shown on tuesdays and thursdays. Kind regards.
Last reply by Imanol, -
- 3 replies
- 2k views
Hi, I tried to install the plugin manager addon, and this message has appeared. Can someone please tell me why this has happened, and how to solve it? Jack - jackw2603@gmail.com
Last reply by simpilot, -
- 7 replies
- 2k views
Hello, In the finance module, it's the total of flights by month wich is mentionned (scheduled flgihts + free flights). But i want to have just scheduled flights to have the right number. How can i do this please ? Actually it's like this (here $month->total return all the flights.) : <td align="center"> <?php echo $month->total; ?> </td> i try this without success : <td align="center"> <?php $scheduledFlights="SELECT COUNT(pirepid) as totalflights FROM phpvms_pireps WHERE month(submitdate)=".$month->ym." and (code='xxx')"; $resultScheduledFlights=DB::get_results($s…
Last reply by orobouros, -
- 5 replies
- 2k views
Does anyone can help me in this? My items seems that they don't want to be together and keep some space apart. I already spent a few hours and it seems I can't put it together. Here is the SS: And here is my code: <style> #innerwrapper{ background:none; border:none; padding:0px; } </style> <img style="border:1px solid lightgrey;"src="<?php echo SITE_URL;?>/lib/skins/Zumeweb.Pacific.V1/images/default/web_banner.png"/> <div class="row-fluid"> <div class="span9"> <h3>Welcome Aboard</h3> <div class="box"> <p>Welcome to Alpha VA.</p> <p>Our goal is to have fun and share our…
Last reply by IcEScorpioN, -
- 2 replies
- 2k views
Hello! Currently I started doing my V.A with the Icrew LITE template. However, I have a problem with my Route Map. After I changed google maps to OSM, the route map is blank, but the Acars map works normally. Could someone help me?
Last reply by LucasM, -
- 7 replies
- 2k views
Hello again, i would like to use some data that fspax includes in the log, for further use. If some values are used, like touch down rate, or bonus/penalty points, these values could be used in executing specific calculations and then use the results furthermore For example, i would like to have a "pilot of the month" award, which would win the pilot that makes the more miles in each month. And i could have a total points system for pilots. This system could give monthly rates, or work just cumulative. As i can see, there are some tables to be built in mysql, and some phps to be written? Could someone try something like this? (my knowledges are so low that i cannot bu…
Last reply by Nabeel, -
- 1 reply
- 2k views
When adding custom ranks. Adding a rank throws a "The hours must be a number" error even if the hours entered are indeed a number. This bug does not appear to be impairing functionality
Last reply by Nabeel, -
Small site problems
by Guest- 8 replies
- 2k views
Hi, I am finding that my website can be quite slow, and I sometimes have to refresh a copule of times before anything happens: http://kriworld.netii.net/ Anyone know why? Do you experience the same problems with my site? Thanks.
Last reply by Nabeel, -
- 3 replies
- 2k views
When I click on Edit Profile, I get the following message:
Last reply by nicolaananda, -
- 2 replies
- 2k views
I am currently having an issue where VaCentral is not loading the PIREPS days are not correct and only showing thursday's as flight days. Here is the link to my issue: http://www.vacentral.net/airline/mki_makaiair Thanks, Joshua
Last reply by GameSyns, -
- 3 replies
- 2k views
I have tried several different ways, but I can't register a new user on my site. I don't get any error, it goes right back to the Reg page and does not register.I also don't see the download link for the acars config??
Last reply by Nabeel, -
Any help on how I can just Iframe the Acars map on my server page? What file is the acars map, the location? Kind Regards, Allan
Last reply by Allan, -
- 5 replies
- 2k views
Recently found an error come up when I go to the ranks list in the admin center. The error is: So we can't edit ranks. Also ranks are no longer being displayed in the pilots profile and when we accept PIREPS we get the error and Any ideas to fix this?
Last reply by Joshua John, -
- 1 reply
- 2k views
Quick question, I found this following code: <?php MainController::Run('RouteMap', 'index'); ?> Unfortunately this shows all the routes. Is there one that links to just a certain pilot's flow route map, in Google Maps? Also, what is the code to pull a certain pilot's 5 most recent PIREP's? Thanks in advance, had trouble finding it.
Last reply by Petey, -
- 5 replies
- 2k views
Hi guys n gals, Another quickie, I've been playing around with va signatures and adding and removing bits to it. I have however one small problem, I was sure I had it right but it's just coming out blank! I have this bit uptop to make it work: $ac = OperationsData::getAircraftByName($pirepdata->aircraft); Then in the sig bit below I have: $output[] = 'On plane:' . $ac->aircraft; in the PilotData.class.php Any help is appreciated, to display the plane type (i.e. B737-200) On a side note if I configure like so: $ac = PIREPData::getLastReports($pilotid, 1, PIREP_ACCEPTED); Then in the sig bit below I have: $output[] = 'On plane:' . $ac->air…
-
- 2 replies
- 2k views
I configured the edit profile with the fields I want, but when you hit the submit button, It brings you to the pilotcenter and it says profile saved, but the profile didn't acctualy save. Can someone help me please, I searched and found similar topics, but they weren't answered. I think it's the form action, not sure though. <h3>Edit Profile</h3> <form action="<?php echo url('/profile');?>" method="post" enctype="multipart/form-data"> <dl> <dt>Name</dt> ;... form part looks fine <dt></dt> <dd><input type="hidden" name="action" value="saveprofile" /> <input type="submit" name="submit" value="Save Ch…
Last reply by Aaron, -
- 2 replies
- 2k views
Hopefully this is in the right category....if not my apologies.... I recently have started a project to update our VA and received a request to add a proficiency test and checkflight system. I am not quite sure where to start with this type of add-on. The module should allow pilots to fly the routes within the rank they have, provided they have received the appropriate type rating. In order to get the type rating, they must pass a written exam (currently using ExamCenter) and complete a set of flights dispatched to them with that aircraft(Enter the dispatch system...). Then, when the Exam is completed and the flights are completed and approved, they receive the type rati…
Last reply by Txmmy83, -
- 8 replies
- 2k views
HI I want change Hub name In Pilot roster To Hub ICAO code ! TNX
Last reply by Nabeel, -
- 3 replies
- 2k views
Hey all, I have been working with a VA developing many custom modules, and I just hit a brick and I just can't figure out what the hell is wrong with this SQL Query. First of all, when I use the SQL Query in the frontend, everything works, but not in the admin panel and there was nothing returning back for the form... MySQL Code: $id = DB::escape($id); return DB::get_row('SELECT * FROM hubs WHERE `id`='.$id); The Error Debug: Backtrace: DB::write_debug > DB::get_row > HubsData::getHubInfo > HubAdmin->edithub > call_user_func_array > MainController::RunAllActions Query: SELECT * FROM hubs WHERE `id`= Error: (1064) -…
Last reply by ARV187, -
- 3 replies
- 2k views
Does anyone else have the same problem as I? I have converted a template for phpVMS use and the ACARS map is not appearing. Could someone help me make it appear? Thanks!
Last reply by Strider, -
- 2 followers
- 5 replies
- 2k views
When I try to go to my website (www.historicairlinegroup.com), all I get is this: Fatal error: Cannot re-assign auto-global variable _FILES in /home/historic/public_html/core/common/PilotData.class.php on line 436 Any ideas?
Last reply by Nabeel, -
My Route map stopped working, at first I thought it was my new design covering it up but then I loaded the default skin and it still doesn't work? Any ideas was it disabled in one of the updates? http://flyvva.org/index.php/RouteMap Thanks, Chad C.
Last reply by Nabeel, -
- 2 replies
- 2k views
Nabeel, I keep getting this when the maintenance cron is run, PHP Notice: A non well formed numeric value encountered in /core/common/StatsData.class.php on line 89 This is the block, /** * Get all of the months since a certain date */ public static function getMonthsSinceDate($start) { $key_month = date('MY', $start); //This is line 89 $key = 'months_since_' . $key_month; $months = CodonCache::read($key); if ($months === false) { if (!is_numeric($start)) { $start = strtotime($start); } $end = date('Ym'); do { # Get the months $month =…
Last reply by mark1million, -
- 3 replies
- 2k views
Hi, I have been trying to get a schedules search function on my frount page, however i have not been able to find out a way. Does anyone know how to do this. thanks chris
Last reply by flyalaska, -
- 4 replies
- 2k views
I am having issues filing pireps with a new installation of phpVMS, after running the dbtest.php I encounter this error. I seem to be missing a file? After looking through and downloading phpvms again I cannot find the file, even on github. What else can I do to solve this error. Thanks.
Last reply by t_bergman, -
- 3 replies
- 2k views
See Below
Last reply by t_bergman, -
- 4 replies
- 2k 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, -
- 1 reply
- 2k views
Hi All, I am trialling using FSPax on our site and have two issues that I was wondering if anyone else had experienced. The first is the display of the pirep on the site after it has been submitted. For some reason there is a "n" in front of each line of text. Usually that is where the time of each event is logged but FSPax doesn't record that information so I assume it has something to do with that. Nonetheless does anyone know how I can remove the "n"? Here's part of the pirep so you can see what I mean: (the "n" is in front of every single line) Secondly, in the pirep table (in the DB) FSPax records the aircraft used as whatever aircraft is allocated for the…
Last reply by Parkho, -
- 3 replies
- 2k views
Hello, I am having issue with my main page slider, it is not loading. The loading emblem just sits there and thinks. I havent touched any the files in awhile. I was thinking of switching it to the windytv that i have seen on some other sites. Would anyone mind walking me through how to do this? <div id="masterslider" class="master-slider ms-skin-default mb-0"> <!-- first slide --> <div class="ms-slide"> <!-- slide background --> <img src="https://s10.postimg.org/h9ts8kc61/15873229046_7394231973_o.png" data-src="https://s10.postimg.org/h9ts8kc61/15873229046_7394231973_o.png"…
Last reply by tdohrer, -
- 8 replies
- 2k views
I am currently flying using XACARs but when i go to view the map, it still says i am on the ground, and have 0.4000miles to go. i am cruising now, any ideas on how to fix it? Cheers Dan C
Last reply by Strider,