Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.3k views
How do you turn off the auto zoom on the acars map? Thanks
Last reply by mattsmith, -
- 2 replies
- 1.5k views
I want to use this code, but show the silhouette no avatar image that I have instead of just the words No Avatar: <?php if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'No avatar'; } else { echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilotcode.'.png'.'" width="300px" height="195px" alt="No Avatar" /> '; } ?> Thanks for your help!
Last reply by in2tech, -
- 2 replies
- 1.9k views
Hello everybody, I have a problem in my system, the system can not find the airport to ask him to research, is giving the following Fetching date airport ... phrase but never concludes anyone could help me? I tried other related articles but could not solve Thank you!
Last reply by Otacilio Jales, -
- 2 replies
- 1.5k views
Hi There! I installed Lance on Merlion Virtual Airlines (flymerlion.org), but unfortunately the pilot list is broken. I know it's to do with wrong variables due to this skin -- could someone please edit the variables in this code (pilots_list.tpl) to the correct ones? thanks! <?php if(!$pilot_list) { echo 'There are no pilots!'; return; } ?> <style> .borders{ margin-left: 100px; margin-right:100px; } </style> <div class="borders"> <h3><?php echo $title?></h3> <table class="table"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flight…
Last reply by CascadeAirwaysVirtual, -
- 2 replies
- 1.4k views
Hello everyone ... Is there any addons for the calculation of points for passing the Rank (not by hours) but with the points accumulated through PIREPs. Here are some examples: http://virginvirtualgroup.co.uk/en/index.php/AllPilots http://virginvirtualgroup.co.uk/en/index.php/profile/view/VVG1953 http://virginvirtualgroup.co.uk/en/index.php/pireps/view/15919 Thanks for a possible answer Sincerely
Last reply by gio1961, -
- 1 follower
- 2 replies
- 1.2k views
We are getting the following PHP msg. PHP Warning: curl_exec() has been disabled for security reasons in /var/www/vhosts/flyafava.com/prs.flyafava.com/core/classes/CodonWebService.class.php on line 236 PHP config: Your PHP version is 5.4. Peformance settings memory_limit ..................... 256M max_execution_time ........ 15 max_input_time ................ 10 post_max_size ................. Default upload_max_filesize ........ Default
Last reply by DesComm, -
- 2 replies
- 1.4k 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, -
- 2 replies
- 1.7k views
You could add a route for several aircraft thank you
Last reply by FlightDeckES, -
- 2 replies
- 2k views
Hello guys. I wonder how does for modules work out the skin folder? I created an area reserved for pilots in phpvms the root folder, but the modules do not work there. Any suggestion? For example, the flight booking module Codeshare, shows no shedule that page, while the skin is. Thanks!
Last reply by brunoquadros, -
- 2 replies
- 1.5k views
Hello!! So im working on trying to spruce up the information for my acars map, this is the code im trying to get to work its just showing nothing, so its outputting blank info. Any idea on why it would return nothing, maybe I'm not calling the right info from the acars? Or something like that? <td><!--<div id="something"><span class="badge badge-theme"><%=flight.phasedetail%></span></div>--> <?php if($flight->phasedetail=="Boarding") { echo '<div id="boarding"><span class="badge badge-theme">Boarding</span></div>'; } elseif($flight->phasedetail == "Taxiing to Runway") { echo '<div…
Last reply by ShredMountains, -
- 2 replies
- 1.9k views
i'am having this error on the Acars page, i open the Js Console and this have these errors
Last reply by ArthurHetem, -
- 2 replies
- 1.6k views
Hello, I am using a custom dropdown menu. It is working great, only when i am trying to insert the options to see items only when logged in I recieve errors and the site stupped working. I am using an own CSS for the menu, I have added that script to. Anyone that can no why the login authenticate function wont work? Thanks in advance. And here the menu itself Kindly regards, Rick Winkelman
Last reply by ncd200, -
- 2 replies
- 1.3k views
Hi everyone, I am having issues with the tpl files pages_nopermission and pages_notfound. When pilots go to a wrong links in my website, they're redirected to the nopermission pagen instead of the notfound one. I have checked the Pages.php file and it seems to be correct. Do you know how I can solve it?. Thanks. <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View licens…
Last reply by Imanol, -
- 2 replies
- 1.4k views
Hi , I'm trying to hide the randomflights if the pilot has one or more reserved flights. Any idea to do? if(count(SchedulesData::GetBids(Auth::PilotID())) > 0) { echo 'You have flights to be performed.'; } else {
Last reply by eliezerazevedo, -
- 2 replies
- 1.4k views
Hello everyone. I incris VA UAS on SIMPILOT GROUP GROUP. http://www.simpilotgroup.com/airlines/detail/10574 I go into the options to download the module stats. Everything is OK... I place the module / core, but then? I test the connection, and I have this message: The Simpilotgroup Stats Module is not connecting to UAS GROUP. You have an idea? thank you in advance Patrice www.uasgroup.org/phpvms
Last reply by PatPico, -
- 2 replies
- 1.4k views
I can't seem to find this anywhere else in the forums, I upgraded to phpvms 5.5.2 and when I accept a PIREP I am getting the following error. Any ideas?
Last reply by KenG, -
- 1 follower
- 2 replies
- 1.6k views
Hi, the maintenance script is planed as a cronjob every day at 01:00 am and it worked for 2 years now. But I noticed, that the script stopped marking pilots as retired. Only when I manually start the script by entering the url in the navbar the pilots are inactive. Anybody can help?
Last reply by CedGauche, -
- 2 replies
- 1.9k views
Here's the problem: use the tool random flights until there all ok. after the pilot generate the scale, how to restrict flights by day operation. Example: The only pilot will be able to fly the leg that is in scale if it operate in espesifico day. I think I should make an alteration within the module Acars <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View license.tx…
Last reply by eliezerazevedo, -
- 2 replies
- 1.3k views
Hello, i'm new to php and phpvms. i've added a custom field in the pilot registration (ID IVAO). I want to display this custom field in the pilot pending table in backend, with a link to the IVAO profile of each pilot. I've tried some solutions but it doesn't work. Here's my last : pilot_pending.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <h3>Pending Pilots</h3> <?php if(!$allpilots) { echo '<p>There are no pilots!</p>'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot Name</th> <th>Email Address</th> <th>Location&…
Last reply by orobouros, -
- 2 replies
- 1.2k views
This is the call I'm using on my frontpage_main template which displays all aircraft in my fleet regardless of status. What could I use in order to only have it display the enabled aircraft? <?php echo StatsData::TotalAircraftInFleet(); ?>
Last reply by TennShadow, -
- 2 replies
- 2.1k views
How can i fix this problem? . date() and time() Sorry about my english, i´m german Strict Standards: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/25/d624386471/htdocs/webseite/phpvms/core/classes/CodonCache.class.php on line 201 Strict Standards : date(): It is not safe to rely on the system's timezone settings. You are *required* to use the …
Last reply by Wupperbengel, -
- 2 replies
- 1.4k views
There is a list whom fly under acars map and i want to add which platform they are flying, like Ivao or Vatsim or Offline. How can i add this option? And also if they paused the sim also i like to show in the same list. Is it possible? Thanks, Omer ASLAN
Last reply by OmerAslan, -
- 2 replies
- 1.9k views
I can't add a new airport....It just says "FETCHING AIRPORT DATA" for all eternity. Can someone give me some advice on how to mass install ICAOS for the live map to recognize? Also XACARS won't work. I open up the program an it won't disappear off the map for at least 30 minutes subsequent to the flight. Also, the PIREPS won't file auto or manually and information on ALT/SPEED is inaccurate Thanks so much for your help. It means a lot. Thanks
Last reply by randomderecho, -
- 2 replies
- 1.6k views
Help?
Last reply by randomderecho, -
- 2 replies
- 2k views
Oh my god.. i hope the system will be run. some times i see new errors and will locate the but here with this failure i doesnt have a idea to resolve this. Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getType(): Lstat failed for /www/htdocs/w01501e7/lausitzair/core/cache/..' in /www/htdocs/w01501e7/lausitzair/admin/modules/Maintenance/Maintenance.php:240 Stack trace: #0 /www/htdocs/w01501e7/lausitzair/admin/modules/Maintenance/Maintenance.php(240): SplFileInfo->getType() #1 [internal function]: Maintenance->clearcache() #2 /www/htdocs/w01501e7/lausitzair/core/classes/MainController.class.php(218): call_user_func_array(Array, Arra…
Last reply by Industrialshadow, -
- 1 follower
- 2 replies
- 1.4k views
We have inactive set to 45 days. However it does not place members inactive, even though some have not filed a priep is over 90 days. This is our current settings in the local.config After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 45);
Last reply by Vangelis, -
- 2 replies
- 1.7k views
PHP Warning: Division by zero in /home/sasvirtualgroup/public_html/crew.sasvirtualgroup.com/lib/skins/skinname/frontpage_main.tpl on line 146 hello all i keep getting this error please help note = then code on line 146 is $percent = round(((100 * $hours_in_rank)/$difference));
Last reply by Morgan, -
- 2 replies
- 1.6k views
Hi In my va i have a form to bid a flight where pilot choose a AC , FL insert a route etc .. My code to choose a AC is - <select name="aircraft"><?php foreach($aircraft as $ac) { if($ac->id == $route->aircraft) { $sel1 = "selected"; } else { $sel1 = ""; } ?><option value="<?php echo $ac->id ?>" <?php echo $sel1 ?>><?php echo $ac->name.' - '.$ac->registration; ?></option><?php } ?></select> What i want is change code so disabled aircrafts will not show. Thank You in advance
Last reply by Kapitan, -
- 1 follower
- 2 replies
- 1.3k views
Hello, when I go to my pilots page it says no pilots, even though on the front page it has recent pilots and in the admin center there are pilots. How to fix? http://westjetvirtual.com Thanks, Jonny
Last reply by Parkho, -
- 2 replies
- 1.9k views
please help i run crewcenter on phpvms and when i click add to bid i get no route passed thanks
Last reply by solosavage,