Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 1.8k views
While we were using primarily standin routes which were essential placeholders so our pilots could fly anywhere, I didn't notice the problem since all flights were to and from the same point and thus always returned 0 as a distance. Now, however, I've added some standard routes to the schedule, yet no matter where they are, they calculate zero distance. Any ideas? This isn't an urgent problem since I can calculate the distances on my own, but it would be handy to have this feature back. Thanks.
Last reply by CrashGordon, -
- 4 replies
- 1.9k views
I am trying to return the total distance of a route, rather than the great circle distance. I have a complicated method, but I'm not convinced with the result: function getFPDistance(){ $schedule = SchedulesData::getScheduleDetailed($_GET['plan']); $params->deplat = $schedule->deplat; $params->deplng = $schedule->deplng; $params->arrlat = $schedule->arrlat; $params->arrlng = $schedule->arrlng; $params->route = $_POST['route']; $routedata = NavData::parseRoute($params); $depairport = OperationsData::getAirportInfo($schedule->depicao); $arrairport = OperationsData::getAirportInfo($schedule->arricao); $end = (count($routedata) - 1); $tot…
Last reply by freshJet, -
- 2 replies
- 1.8k views
Hello The grade (rank) is calculated on the hours you fly. And I wish that the calculation is made on the hour flights + hours transferred. What is the file that must be changed, please? Thank you in advance Dom
Last reply by Dom, -
- 1 follower
- 2 replies
- 1.9k views
Ok, I know stupid question, but my knowledge of php is well severly lacking in all areas. I want to call a module onto my front page to replace the default ACARS map in the Oceans Blue v2 skin. I know the section of code I need to replace is here: The module I want to call is Airlinemap which is in my core / modules folder. I know this is simple, but I am failing. When the last computer language you studied was Pascal in 1991, well I'm out of my league and dated. Thank you.
Last reply by KenG, -
- 1 follower
- 7 replies
- 2.8k views
G'day Guys, Ive spent the last few hours updating my registration emails to incorporate more information, making it easier for new pilots to orientate themselves with the VA. I am having trouble just displaying the 3 digits of the Pilot ID, so i want just 001 not QFA001 to display. Also is there a way to display their password in these emails, it would look more professional than using 'the password you registered with' i've tried the following and neither have worked <?php echo PilotData::getPilotCode($eventinfo[2][code], $id->pilotid);?> <?php echo PilotData::getPilotCode($id->pilotid);?> As for displaying the password im not sure where t…
Last reply by Hash, -
- 6 replies
- 1.9k views
Hello guys We managed to setup the phpvms and a new template but once a day a problem ocures when someone is gonna view our site he might get an error Fatal error: Call to undefined method FinanceData::updateAllExpenses() in /home/dutchgl/domains/aviation-global-airways.com/public_html/core/bootstrap.inc.php on line 58 As a temporarly solution i found is to a have copy off core folder named copy_w then when the problem ocures i rename the core to core_b and core_w to core and then back again core to core_w and core_b to core and everything is working till the next day I would apreciate if somebody has an advice for that problem. Thanks in advance
Last reply by Nabeel, -
- 6 replies
- 1.3k views
Update to the latest version - 2.0.854
Last reply by mark1million, -
- 13 replies
- 2.6k views
Is there a code where it shows a list of people who are in a group? Thanks, Jack.
Last reply by Nabeel, -
- 8 replies
- 2k views
Hello, When I Click on Bid flight, I Get this error: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘Schedules’ does not have a method ‘viewaction.php’ in /home/vol8_3/epizy********/norwegianairvirtualcc.rf.gd/htdocs/core/classes/MainController.class.php on line 218. Thanks:
Last reply by Strider, -
- 5 replies
- 1.9k views
Hi, What i'm trying to is put the routemap of all the flights onto another page with other stuff. I am presuming that I can call the routemap like this: <?php Module::Show('Routemap.php'); ?> However that wouldn't work. Is it possible? The other thing was, will the phpvms admin page system allow php? cheers, roboa
Last reply by roboa, -
- 2 replies
- 1k views
Hello~ I would like to create a popout schedules page, is there a way of calling a particular template into a modal window (without layout.tpl)? Anyone know how i can go about getting this to work ? Remington
Last reply by Remington Box, -
- 4 replies
- 1.4k views
Any way to make it start at 1001 and count up? instead of 0001 i mean, thanks
Last reply by eggsandspamm, -
- 3 replies
- 1.1k views
Is there a way to change a pilots callsign to a different number. Thanks icebox3d
Last reply by joeri, -
I have a question that I'd imagine has a simple answer, but I can't seem to find it. I am a part of a VA that simulates military ops. There are two problems that we are going to run into. Firstly, a pilot may not use the same callsign from day to day. As he does different jobs, his callsign may change accordingly. Is there a way to track flight hours and other info without mandating a pilot use a single callsign? Also, the callsigns are not only three letters... For instance, BUGSY123 might be used, where BUGSY is the actual callsign, and 123 is the pilot... does this make sense?
Last reply by PhatZilla, -
Hi there, Is it possible to have callsigns (or nicknames) added to the Pilot info? At the moment it only shows for example Johnny English, But I want the user to add their Nicknames as well, like Johnny "Danger" English. My site is www.uvsaaf.fsworld.co.za Thanks Jakes
Last reply by Nabeel, -
- 0 replies
- 1.1k views
I've had some requests recently from new virtual airline startups who weren't too familiar with phpVMS and it's built in functions. They would much prefer experiencing it, then just reading about it. Would it be possible for phpVMS.net to setup a demo directory of the framework?
Last reply by magicflyer, -
- 2 replies
- 1.1k views
Hi guys i am new here my name is irfan khan i have started my new VA and installed this phpvms in my server but still have litlle problem as you can see in the pic when ever i am pressing on pilot center or on pilots it is giving me error modules _________ not found please help me really appreciate it. regards irfan khan
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Hey all, Im new to phpvms and wanted to ask I have 2 domains one domain ( flyswv.com ) And a subdomain (crew.flyswv.com) I wanted to know can I put ELASKIN On the sub domain and another on the main domain? and if so how and I need descriptive instruction im new to this. Thanks!
Last reply by smokey68, -
- 4 replies
- 1.3k views
Hi, Can i show the login page instead of the default login message for protected content? <?php if(Auth::LoggedIn() == false) { echo '<div class="mcright" id="error">Please login to view this page. You can login <a href="http://www.easyjetva.com/index.php/login">Here</a></div></div>'; return; } ?>
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Hello, Can I translate some important phpVMS Docs and create a small Italian docs section on forum or wiki? Marco
Last reply by I-MAXI, -
- 1 reply
- 1.2k views
hello together, I have "phpvms" with ftp and uploaded like this: described "http://forum.phpvms.net/page/index.html/_/getting-started/installation-r2", but it comes the following error: "Fatal error: Class 'DB' not found in / home/.sites/143/site2/web/phpvms/core/common/SettingsData.class.php on line 28" Database: MySQL 5.1.61 PHP: 5.5.8 Where can the error be? Greeting teufelchen,
Last reply by servetas, -
- 11 replies
- 3.1k views
Dear community, I've install PhpVms on my website, but, when pilots try to creat account, after the register session, a page opening. On this page, we can read : "Can not open socket" So, actually, it's impossible for pilots to create account on my website, can you help me ? bests regards, Jules
Last reply by Easyjetvirtuel, -
- 1 follower
- 5 replies
- 2.5k views
Hi Guys, Can only see white pages? http://buffaloairwaysvirtual.com/index.php/pages/partners - Just had to do a full re-upload of the site after someone decided to hack into it although didn't do anything to the databases. I've re-uploaded and uploaded them again but nothing works. Also the ACARS Map isn't showing. Can someone help? Been bashing my head against the wall for the past 3 hours. Thomas.
Last reply by Parkho, -
- 2 replies
- 1.7k views
I went to add new airports to my website, and entered in the airport ICAO code and pressed look up. Then it just sat there saying "fetching airport data". Its said it for about five minutes now and has not changed.
Last reply by Turnit, -
- 1 reply
- 1.2k views
It would be greatly appreciated! I need help just setting the who thing up if your interested in helping me and my VA and even want to take a position at the airline please contact me support@heartoneairlinesva.com
Last reply by ProSkyDesign, -
- 21 replies
- 5k views
Dear All just have little question if any body can solve it or can do it for me is there any option that we can add small status images Like Boarding,Crusing,Taxing, in Live Map or any other solution for it will be appreciative i have seen many but dont know how to add gif or flash animation images or like green.red light like on airports showing flight status. example Like this i hope some one can help me out of this please please reply. Irfan
Last reply by mynameiskhan, -
- 13 replies
- 2.7k views
Hi guys, i can´t add more than 30 planes in Admin, its normal? I try add more and see this error message: There was an error adding the aircraft But in list i can add 30 planes without problems. I use this version: phpvms_5.5.x Any idea? Thanks for help. Regards, Miguel
Last reply by mt007, -
- 8 replies
- 4k views
Hi all, Sorry if it is here already, i did search for it, but found nothing. I had PHPVMS installed before and loved it. However my hosting crashed and I lost everything. So after a while i tried reinstalling it. After upoading and filling in the two pages (one for MySQL and a second for login and airline name) it then brings me to a final page, the url is something like http://blabla.com/intall/install.php?complete (Or something like that) the page displayed no info though, i remember in the past that it showed something. I then tried loging in, which was successful, but i have no access to the admin panel. I have tried bla.com/admin/ while loged in, but it d…
Last reply by simpilot, -
- 6 replies
- 3k views
I can no longer access the forum from my mobile it just keeps redirecting. Is this a problem with my phone or the forum?
Last reply by simpilot, -
- 1 follower
- 11 replies
- 2.6k views
All of a sudden I can't access http://www.pagvirtual.net via my wifi network on any device, computer, wifi iPad, but can access it via an iPad with cellular. Anyone have any idea why that would be? It's the only site I can't access every, any other site works fine. I know it is being hosted at http://tfdidesign.com . This is just the strangest thing. I never had this happen before. Other people can access it but not me. I don't mean login or anything, ( I can do that when on iPad cellular only) , I mean I can't even even get the site to come up, it just times out! I called my broadband company Xfinity, cleared the cache and cookies, and even did a clean install on my lap…
Last reply by servetas,