Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.2k views
Hi, I was wondering how would I add a 'Operates on' combo box to the schedule search, which would list days Monday-Sunday. The results would show flights on the specified day by the user via combo box input. I've made the HTML for it, but not sure where to start with the PHP side of things.
Last reply by reachva, -
- 2 followers
- 3 replies
- 1.2k views
Hi, Any body knows what this error is? I get it when I hit accept button in pireps. Thanks
Last reply by Parkho, -
- 2 replies
- 1.2k views
Hello All, Recently I encountered around 40 spam attacks, and it now means my pilot IDs go from 3 to around 45. Is there anyway to delete these from the table and what tables should I be editing. Thanks in advance Myles
Last reply by MC1028, -
- 1 reply
- 1.2k views
1. is it possible to make the admin menu static and not with ajax? (that gives me some style issues at the moment because i use phpvms in an iframe and it cant calculate the size of the homepage 2. is it possible to make a button in the maintenance menu which is called "Look up all airport informations" because i just f*cked up my database with wrong formating and now every first 0 in long and lattitude is not existing and it would take years to look up all airport informations seperately
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Hello! I'll really enjoy to have a recent promotions table. It will be the rank image, the name and the date promoted, ex: 'rankimg'Thomas NOUYER 08/16/2010 If someone can give me a php code I will thank him very well. Thank you
Last reply by Nabeel, -
- 2 replies
- 1.2k views
hi mates i just need a code to display most harsh landings of all times by pilots. Regards Ahmad
Last reply by joeri, -
- 3 replies
- 1.2k views
Hi! my english sucks and maybe for this reason I just cant find the answer to my question which is: do I have to add airplanes one-by-one with the all informations? Is there any kind of database to load so I dont need to spend hours googling each plane? And is there any way to do the same with the airports or do I have do add each airport coordinates? Just 2 u know, im not a slacker, i`ve been searching for this answer for 2 days and I just cant find anyone how can help me so, sorry.. thank you!
Last reply by Junior, -
- 1 reply
- 1.2k views
Ok Well Heres The Thing, I try to send the Schedules to VAcentral Get this error: Try to send Pireps to vacentral, get this error; ^^ Would be nice to fix the above as there now 64th... Also, Just a little erm, Sort of annoyance, I cant see the VACentral links in the admin panel, I have to type in the link manually - I dont mind but some people may I ran the unit test, I got these errors, If there important then i will raise these ones in a separate support ticket,
Last reply by Nabeel, -
- 1 reply
- 1.2k views
$flights = ACARSData::GetACARSData(); $acars = count(ACARSData::GetACARSData()); $pilots = PilotData::getAllPilots(); if($acars > 0) { foreach($pilots as $pilot) { $pilotid = $pilot->pilotid; foreach($flights as $flight) { $pilotflight = $flight->pilotid; if($pilotflight == $pilotid){$status = 1;} else {$status = 0;} } } } else { } It only returns the last pilot. Ex. XXX001 XXX002 XXX003 are all flying, only returns 003 as flying. Anyone?
Last reply by SouthwestVA, -
- 1 reply
- 1.2k views
Hi im looking for someone to develop definatley 1 but possibly 2 pilot center's. im willing to pay so will need to get quotes and a sample of work you have completed. The pilot center will be for Royal Brunei Virtual, and Cathay Pacific Virtual. Please Contact me via email ceo@royalbruneivirtual.com Regards Ashley Carlson Chief Executive Officer Royal Brunei Virtual
Last reply by ProSkyDesign, -
hello, sometimes the acars map works fine but then other times this error is shown in the console profile:272 Uncaught ReferenceError: google is not defined at profile:272 14:00:37.765 acarsmap.js:30 Uncaught ReferenceError: google is not defined at acarsmap.js:30
Last reply by Morgan, -
- 1 reply
- 1.2k views
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/globalai/public_html/test/core/classes/CodonWebService.class.php on line 77 Nabeel i am getting that warning in the admin panel, you got any clue of what that warning is about? And possibly how to fix it. Sorry for pestering you with these warnings and errors.
Last reply by Nabeel, -
- 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, -
- 0 replies
- 1.2k views
Hi there, I'm trying to get sum of revenue for a pilot's all PIREPS, so here is the function: public static function totalrev($pilotid) { $sql = 'SELECT pilotid, SUM(revenue) FROM '.TABLE_PREFIX.'pireps WHERE pilotid='.intval($pilotid).' GROUP by '.$pilotid ; return DB::get_results($sql); } And I have the following in my .tpl file: $pilotid = Auth::$userinfo->pilotid ; $row = PIREPData::totalrev($pilotid); echo FinanceData::formatMoney($row); And I get nothing. please help me find out where I'm wrong. Thanks
Last reply by Parkho, -
- 1 reply
- 1.2k views
Hello everybody I have a problem.I have installed phpvms but the pilot id 0001 isnt shown in the roster Anybody knows what to do? Regards Damien
Last reply by damien82, -
- 3 replies
- 1.2k views
I just installed phpVMS and after it installed the table when it got to the area where you enter your name and airline info the following errors happened. I am on PHP 5.4. I also tried 5.5 http://pastebin.com/3Rhjccrn
Last reply by StartVM, -
- 0 replies
- 1.2k views
Hello community we have a problem with our livemap, because there is some error with the API which says: js?sensor=true:35 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error _.qb @ js?sensor=true:35 util.js:211 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys aB.j @ util.js:211 util.js:211 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required aB.j @ util.js:211 what could i do to fix this? Kind regards Ferdinand
Last reply by Ferdiand, -
- 4 replies
- 1.2k views
I see in the current beta version that now when adding schedules or editing old ones, flight level is now a part of it. Is this required and what does it do? Just curious. I want to make sure I am using the system as I should be incase of issues I can report acurately. ;-)
Last reply by TAV1702, -
- 1 reply
- 1.2k views
Hey, I want to have the schedule search form on the frontpage and when people search within the airport it will direct them to the schedule page were the flights will show. Is there anyway to implement the data that is taking from the VA such as Departure Airpots , Arrival Airports and Aircraft and put it on the home page . THank you
Last reply by JohnMck93, -
- 1 reply
- 1.2k views
Hello! After I have placed all my airports, I found out that the map places them on the other side of the world to where they have to be placed on the map. For example an airport in the Caribbean was placed on the map somewhere in India. Is there a fix for this? P.S. I have double checked the coordinates and they are correct.
Last reply by CarlosEduardo2409, -
- 3 replies
- 1.2k views
When logged in as admin and viewing the overview report (reports & expenses), my aircraft usage was showing weird hours and miles totals. A quick delve into the StatsData.class.php showed that the sql query for AircraftUsage was using COUNT() rather than SUM(), i.e. public static function AircraftUsage() { $sql = 'SELECT a.name AS aircraft, a.registration, SUM(p.flighttime) AS hours, SUM(p.distance) AS distance FROM '.TABLE_PREFIX.'pireps p INNER JOIN '.TABLE_PREFIX.'aircraft a ON p.aircraft = a.id GROUP BY p.aircraft'; I changed the query accordingly and the totals now show correct values. Nabeel, was this the right thing to do, or was I…
Last reply by Nabeel, -
Trying to display some stats on my main page, everything returns well except for the following. It seems like any thing requiring a SUM isn't displaying. <?php echo StatsData::TotalPaxCarried(); ?> <?php echo StatsData::TotalFuelBurned(); ?> <?php echo StatsData::TotalMilesFlown(); ?> I checked the actual database and there is information in each table
Last reply by Nabeel, -
- 4 replies
- 1.2k views
Every time i log in i seem to get this error. Catchable fatal error: Object of class stdClass could not be converted to string in /home/jlvirtua/public_html/core/classes/TemplateSet.class.php on line 94
Last reply by Nabeel, -
- 2 replies
- 1.2k views
hello everybody Does someone knows what this means and how i can solve this problem?? Warning: Cannot modify header information - headers already sent by (output started at /home/www/web290/html/bu/core/app.config.php:1) in /home/www/web290/html/bu/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/www/web290/html/bu/core/app.config.php:1) in /home/www/web290/html/bu/core/modules/Logout/Logout.php on line 26 thanks. Damien
Last reply by damien82, -
- 4 replies
- 1.2k views
I have completed 7 flights for 19 hours and 14 minutes, counting each of my flights that are showing in my pilots profile. However, the system is only showing 7 flights for 2 hours and 54 minutes. Does anybody know what is going on with this?
Last reply by Steve Bartlett, -
- 0 replies
- 1.2k views
Hi Guys, my page Pilot Brief It does not work properly, because I see "No Chart Available" and Weather information does not apper.
Last reply by RodrigoMoreira9, -
http://185.116.215.48/~thomsonv/ Fatal error: Call to undefined method TemplateSet::setSkinPath() in /home/thomsonv/public_html/core/classes/Template.class.php on line 58
Last reply by servetas, -
- 1 reply
- 1.2k views
Hi is this normal, Captcha showing in top left and middle?
Last reply by Nabeel, -
- 0 replies
- 1.2k views
In the pilot center, I would like to have the pilots be able to show all their pireps, but additionally show them by aircraft type. How hard would that be to add some sort of coding for that?
Last reply by CPC900, -
- 1 reply
- 1.2k views
What is the template page pireps / mine renders, i need modify this.
Last reply by simpilot,